LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the floating-point FIR filter. More...
#include <tpt_math_filter.h>
Data Fields | |
uint16_t | uTaps |
number of filter coefficients in the filter. More... | |
f32_t * | pState |
const f32_t * | pCoeffs |
Instance structure for the floating-point FIR filter.
const f32_t* tpt_fir_f32_s::pCoeffs |
points to the coefficient array. The array is of length uTaps.
f32_t* tpt_fir_f32_s::pState |
points to the state variable array. The array is of length uTaps + aCount - 1.
uint16_t tpt_fir_f32_s::uTaps |
number of filter coefficients in the filter.