LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the Q15 Biquad cascade filter. More...
#include <tpt_math_filter.h>
Data Fields | |
uint16_t | uStages |
q15_t * | pState |
const q15_t * | pCoeffs |
int8_t | iPostShift |
Instance structure for the Q15 Biquad cascade filter.
int8_t tpt_biquad_cascade_df1_q15_s::iPostShift |
Additional shift, in bits, applied to each output sample.
const q15_t* tpt_biquad_cascade_df1_q15_s::pCoeffs |
Points to the array of coefficients. The array is of length 5 * uStages.
q15_t* tpt_biquad_cascade_df1_q15_s::pState |
Points to the array of state coefficients. The array is of length 4 * uStages.
uint16_t tpt_biquad_cascade_df1_q15_s::uStages |
number of 2nd order stages in the filter. Overall order is 2 * uStages.