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