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