![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the high precision Q31 Biquad cascade filter. More...
#include <tpt_math_filter.h>
Data Fields | |
| uint8_t | uStages |
| q63_t * | pState |
| const q31_t * | pCoeffs |
| uint8_t | pShift |
Instance structure for the high precision Q31 Biquad cascade filter.
| const q31_t* tpt_biquad_cas_df1_32x64_ins_q31_s::pCoeffs |
points to the array of coefficients. The array is of length 5*numStages.
| uint8_t tpt_biquad_cas_df1_32x64_ins_q31_s::pShift |
additional shift, in bits, applied to each output sample.
| q63_t* tpt_biquad_cas_df1_32x64_ins_q31_s::pState |
points to the array of state coefficients. The array is of length 4*numStages.
| uint8_t tpt_biquad_cas_df1_32x64_ins_q31_s::uStages |
number of 2nd order stages in the filter. Overall order is 2*numStages.