LIBML  Version 3.2.4
LIBML DSP Software Library
Data Fields
tpt_linear_interpolate_f32_s Struct Reference

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_tpYData
 pointer to the table of Y values More...
 

Detailed Description

Instance structure for the floating-point Linear Interpolate function.

Field Documentation

◆ nValues

uint32_t tpt_linear_interpolate_f32_s::nValues

nValues

◆ pYData

f32_t* tpt_linear_interpolate_f32_s::pYData

pointer to the table of Y values

◆ x1

f32_t tpt_linear_interpolate_f32_s::x1

x1

◆ xSpacing

f32_t tpt_linear_interpolate_f32_s::xSpacing

xSpacing


The documentation for this struct was generated from the following file: