CMSIS-DSP  Verison 1.1.0
CMSIS DSP Software Library
arm_linear_interp_instance_f32 Struct Reference

Instance structure for the floating-point Linear Interpolate function. More...

Data Fields

uint32_t nValues
float32_t x1
float32_t xSpacing
float32_tpYData

Description


Field Documentation

pointer to the table of Y values

Referenced by arm_linear_interp_f32().