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

Instance structure for the Q15 IIR lattice filter. More...

#include <tpt_math_filter.h>

Data Fields

uint16_t uStages
 number of stages in the filter. More...
 
q15_tpState
 
const q15_tpkCoeffs
 
const q15_tpvCoeffs
 

Detailed Description

Instance structure for the Q15 IIR lattice filter.

Field Documentation

◆ pkCoeffs

const q15_t* tpt_iir_lattice_q15_s::pkCoeffs

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

◆ pState

q15_t* tpt_iir_lattice_q15_s::pState

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

◆ pvCoeffs

const q15_t* tpt_iir_lattice_q15_s::pvCoeffs

points to the ladder coefficient array. The array is of length uStages + 1.

◆ uStages

uint16_t tpt_iir_lattice_q15_s::uStages

number of stages in the filter.


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