Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
interpolation.h File Reference

Provide linear interpolation functions. More...

#include <stdint.h>
#include <math.h>

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.

Detailed Description

Provide linear interpolation functions.