LIBML  Version 3.2.4
LIBML DSP Software Library
Data Fields
tpt_fir_upsample_q31_s Struct Reference

Structure for the Q31 Upsampling FIR Filters. More...

#include <tpt_math_filter.h>

Data Fields

uint32_t uL
 upsampling factor More...
 
uint32_t uLen
 number of coefficients More...
 
q31_tpCoeff
 
q31_tpState
 

Detailed Description

Structure for the Q31 Upsampling FIR Filters.

Field Documentation

◆ pCoeff

q31_t* tpt_fir_upsample_q31_s::pCoeff

pointer of the time reversed coefficient vector whose aCount is "uL * uLen"

◆ pState

q31_t* tpt_fir_upsample_q31_s::pState

pointer of the state vector whose aCount is "uLen + aCount - 1"

◆ uL

uint32_t tpt_fir_upsample_q31_s::uL

upsampling factor

◆ uLen

uint32_t tpt_fir_upsample_q31_s::uLen

number of coefficients


The documentation for this struct was generated from the following file: