LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the floating-point FIR interpolator. More...
#include <tpt_math_filter.h>
Data Fields | |
uint8_t | L |
upsample factor. More... | |
uint32_t | phaseLength |
length of each polyphase filter component. More... | |
const q15_t * | pCoeffs |
q15_t * | pState |
Instance structure for the floating-point FIR interpolator.
uint8_t tpt_fir_interpolate_q15_s::L |
upsample factor.
const q15_t* tpt_fir_interpolate_q15_s::pCoeffs |
points to the coefficient array. The array is of length L*phaseLength.
uint32_t tpt_fir_interpolate_q15_s::phaseLength |
length of each polyphase filter component.
q15_t* tpt_fir_interpolate_q15_s::pState |
points to the state variable array. The array is of length phaseLength+numTaps-1.