LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the floating-point IIR lattice filter. More...
#include <tpt_math_filter.h>
Data Fields | |
uint16_t | uStages |
number of stages in the filter. More... | |
f32_t * | pState |
const f32_t * | pkCoeffs |
const f32_t * | pvCoeffs |
Instance structure for the floating-point IIR lattice filter.
const f32_t* tpt_iir_lattice_f32_s::pkCoeffs |
points to the reflection coefficient array. The array is of length uStages.
f32_t* tpt_iir_lattice_f32_s::pState |
points to the state variable array. The array is of length uStages.
const f32_t* tpt_iir_lattice_f32_s::pvCoeffs |
points to the ladder coefficient array. The array is of length uStages + 1.
uint16_t tpt_iir_lattice_f32_s::uStages |
number of stages in the filter.