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

Instance structure for the Q31 LMS filter. More...

#include <tpt_math_filter.h>

Data Fields

uint16_t uTaps
 number of coefficients in the filter. More...
 
q31_tpState
 
q31_tpCoeffs
 
q31_t iMu
 step aCount that controls filter coefficient updates. More...
 
uint8_t uPostShift
 bit shift applied to coefficients. More...
 

Detailed Description

Instance structure for the Q31 LMS filter.

Field Documentation

◆ iMu

q31_t tpt_lms_q31_s::iMu

step aCount that controls filter coefficient updates.

◆ pCoeffs

q31_t* tpt_lms_q31_s::pCoeffs

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

◆ pState

q31_t* tpt_lms_q31_s::pState

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

◆ uPostShift

uint8_t tpt_lms_q31_s::uPostShift

bit shift applied to coefficients.

◆ uTaps

uint16_t tpt_lms_q31_s::uTaps

number of coefficients in the filter.


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