Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
Provide linear interpolation functions. More...
Go to the source code of this file.
Functions | |
static int32_t | linear_interpolate (const int32_t *x_axis, const int32_t *y_axis, uint8_t len, int32_t x) |
Perform a linear interpolation across an arbitrary curve. |
Provide linear interpolation functions.