CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
arm_linear_interp_instance_f16 Struct Reference

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

Data Fields

uint32_t nValues
 
float16_t x1
 
float16_t xSpacing
 
const float16_t * pYData
 

Description

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

Field Documentation

◆ nValues

uint32_t nValues

nValues

◆ pYData

const float16_t* pYData

pointer to the table of Y values

◆ x1

float16_t x1

x1

◆ xSpacing

float16_t xSpacing

xSpacing