LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the floating-point transposed direct form II Biquad cascade filter. More...
#include <tpt_math_filter.h>
Data Fields | |
uint16_t | uStages |
f32_t * | pState |
const f32_t * | pCoeffs |
Instance structure for the floating-point transposed direct form II Biquad cascade filter.
const f32_t* tpt_biquad_cascade_stereo_df2T_f32_s::pCoeffs |
points to the array of coefficients. The array is of length 5 * uStages.
f32_t* tpt_biquad_cascade_stereo_df2T_f32_s::pState |
points to the array of state coefficients. The array is of length 4 * uStages.
uint16_t tpt_biquad_cascade_stereo_df2T_f32_s::uStages |
number of 2nd order stages in the filter. Overall order is 2 * uStages.