CMSIS-DSP
Verison 1.1.0
CMSIS DSP Software Library
|
Instance structure for the floating-point Linear Interpolate function. More...
Data Fields | |
uint32_t | nValues |
float32_t | x1 |
float32_t | xSpacing |
float32_t * | pYData |
nValues
Referenced by arm_linear_interp_f32().
pointer to the table of Y values
Referenced by arm_linear_interp_f32().
x1
Referenced by arm_linear_interp_f32().
xSpacing
Referenced by arm_linear_interp_f32().