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

Instance structure for the floating-point cubic spline interpolation. More...

Data Fields

arm_spline_type type
 
const float32_tx
 
const float32_ty
 
uint32_t n_x
 
float32_tcoeffs
 

Description

Instance structure for the floating-point cubic spline interpolation.

Field Documentation

◆ coeffs

float32_t* coeffs

Coefficients buffer (b,c, and d)

◆ n_x

uint32_t n_x

Number of known data points

◆ type

arm_spline_type type

Type (boundary conditions)

◆ x

const float32_t* x

x values

◆ y

const float32_t* y

y values