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

Instance structure for the Q31 Biquad cascade filter. More...

#include <tpt_math_filter.h>

Data Fields

uint16_t uStages
 
q31_tpState
 
const q31_tpCoeffs
 
int8_t iPostShift
 

Detailed Description

Instance structure for the Q31 Biquad cascade filter.

Field Documentation

◆ iPostShift

int8_t tpt_biquad_cascade_df1_q31_s::iPostShift

Additional shift, in bits, applied to each output sample.

◆ pCoeffs

const q31_t* tpt_biquad_cascade_df1_q31_s::pCoeffs

Points to the array of coefficients. The array is of length 5 * uStages.

◆ pState

q31_t* tpt_biquad_cascade_df1_q31_s::pState

Points to the array of state coefficients. The array is of length 4 * uStages.

◆ uStages

uint16_t tpt_biquad_cascade_df1_q31_s::uStages

number of 2nd order stages in the filter. Overall order is 2 * uStages.


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