Zephyr Project API 4.2.0
A Scalable Open Source RTOS
|
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.