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

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_tpCoeffs
 
q15_tpState
 

Detailed Description

Instance structure for the floating-point FIR interpolator.

Field Documentation

◆ L

uint8_t tpt_fir_interpolate_q15_s::L

upsample factor.

◆ pCoeffs

const q15_t* tpt_fir_interpolate_q15_s::pCoeffs

points to the coefficient array. The array is of length L*phaseLength.

◆ phaseLength

uint32_t tpt_fir_interpolate_q15_s::phaseLength

length of each polyphase filter component.

◆ pState

q15_t* tpt_fir_interpolate_q15_s::pState

points to the state variable array. The array is of length phaseLength+numTaps-1.


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