LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the Q31 FIR decimator. More...
#include <tpt_math_filter.h>
Data Fields | |
uint8_t | M |
decimation factor. More... | |
uint16_t | uTaps |
number of coefficients in the filter. More... | |
q31_t * | pCoeffs |
q31_t * | pState |
Instance structure for the Q31 FIR decimator.
uint8_t tpt_fir_decimate_q31_s::M |
decimation factor.
q31_t* tpt_fir_decimate_q31_s::pCoeffs |
points to the coefficient array. The array is of length uTaps.
q31_t* tpt_fir_decimate_q31_s::pState |
points to the state variable array. The array is of length uTaps+blockSize-1.
uint16_t tpt_fir_decimate_q31_s::uTaps |
number of coefficients in the filter.