ocssw
V2022
|
lspline.c File Reference
#include <stdint.h>
Include dependency graph for lspline.c:
Go to the source code of this file.
Functions | |
void | lspline (float xin[], float yin[], int32_t nin, float xout[], float yout[], int32_t nout) |
float | linterp (float xin[], float yin[], int32_t nin, float xout) |
Function Documentation
◆ linterp()
float linterp | ( | float | xin[], |
float | yin[], | ||
int32_t | nin, | ||
float | xout | ||
) |