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

Instance structure for the Q7 FIR filter. More...

#include <tpt_math_filter.h>

Data Fields

uint16_t uTaps
 number of filter coefficients in the filter. More...
 
q7_tpState
 
const q7_tpCoeffs
 

Detailed Description

Instance structure for the Q7 FIR filter.

Field Documentation

◆ pCoeffs

const q7_t* tpt_fir_q7_s::pCoeffs

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

◆ pState

q7_t* tpt_fir_q7_s::pState

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

◆ uTaps

uint16_t tpt_fir_q7_s::uTaps

number of filter coefficients in the filter.


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