CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
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
 
const float32_tpYData
 

Description

Instance structure for the floating-point Linear Interpolate function.

Examples
arm_linear_interp_example_f32.c.

Field Documentation

◆ nValues

uint32_t nValues

nValues

◆ pYData

const float32_t* pYData

pointer to the table of Y values

◆ x1

x1

◆ xSpacing

float32_t xSpacing

xSpacing