LIBML
Version 3.2.4
LIBML DSP Software Library
|
Structure for the Q15 Upsampling FIR Filters. More...
#include <tpt_math_filter.h>
Data Fields | |
uint32_t | uL |
upsampling factor More... | |
uint32_t | uLen |
number of coefficients More... | |
q15_t * | pCoeff |
q15_t * | pState |
Structure for the Q15 Upsampling FIR Filters.
q15_t* tpt_fir_upsample_q15_s::pCoeff |
pointer of the time reversed coefficient vector whose aCount is "uL * uLen"
q15_t* tpt_fir_upsample_q15_s::pState |
pointer of the state vector whose aCount is "uLen + aCount - 1"
uint32_t tpt_fir_upsample_q15_s::uL |
upsampling factor
uint32_t tpt_fir_upsample_q15_s::uLen |
number of coefficients