LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the Q31 FIR lattice filter. More...
#include <tpt_math_filter.h>
Data Fields | |
uint16_t | uStages |
number of filter stages. More... | |
q31_t * | pState |
const q31_t * | pCoeffs |
Instance structure for the Q31 FIR lattice filter.
const q31_t* tpt_fir_lattice_q31_s::pCoeffs |
points to the coefficient array. The array is of length uStages.
q31_t* tpt_fir_lattice_q31_s::pState |
points to the state variable array. The array is of length uStages.
uint16_t tpt_fir_lattice_q31_s::uStages |
number of filter stages.