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

Instance structure for the floating-point FIR lattice filter. More...

#include <tpt_math_filter.h>

Data Fields

uint16_t uStages
 number of filter stages. More...
 
f32_tpState
 
const f32_tpCoeffs
 

Detailed Description

Instance structure for the floating-point FIR lattice filter.

Field Documentation

◆ pCoeffs

const f32_t* tpt_fir_lattice_f32_s::pCoeffs

points to the coefficient array. The array is of length uStages.

◆ pState

f32_t* tpt_fir_lattice_f32_s::pState

points to the state variable array. The array is of length uStages.

◆ uStages

uint16_t tpt_fir_lattice_f32_s::uStages

number of filter stages.


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