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

Instance structure for the Q15 FIR decimator. More...

#include <tpt_math_filter.h>

Data Fields

uint8_t M
 decimation factor. More...
 
uint16_t uTaps
 number of coefficients in the filter. More...
 
q15_tpCoeffs
 
q15_tpState
 

Detailed Description

Instance structure for the Q15 FIR decimator.

Field Documentation

◆ M

uint8_t tpt_fir_decimate_q15_s::M

decimation factor.

◆ pCoeffs

q15_t* tpt_fir_decimate_q15_s::pCoeffs

points to the coefficient array. The array is of length uTaps.

◆ pState

q15_t* tpt_fir_decimate_q15_s::pState

points to the state variable array. The array is of length uTaps+blockSize-1.

◆ uTaps

uint16_t tpt_fir_decimate_q15_s::uTaps

number of coefficients in the filter.


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