LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the floating-point Linear Interpolate function. More...
#include <tpt_math.h>
Data Fields | |
uint32_t | nValues |
nValues More... | |
f32_t | x1 |
x1 More... | |
f32_t | xSpacing |
xSpacing More... | |
f32_t * | pYData |
pointer to the table of Y values More... | |
Instance structure for the floating-point Linear Interpolate function.
uint32_t tpt_linear_interpolate_f32_s::nValues |
nValues
f32_t* tpt_linear_interpolate_f32_s::pYData |
pointer to the table of Y values
f32_t tpt_linear_interpolate_f32_s::x1 |
x1
f32_t tpt_linear_interpolate_f32_s::xSpacing |
xSpacing