Data Fields
_FILTER_NOTCH_CoeffObj_ Struct Reference

Defines the notch filter coefficient (FILTER_COEFF) object. More...

#include <filter_notch.h>

Data Fields

float32_t b2
 the numerator filter coefficient value for z^(-2) More...
 
float32_t b1
 the numerator filter coefficient value for z^(-1) More...
 
float32_t b0
 the numerator filter coefficient value for z^0 More...
 
float32_t a2
 the denominator filter coefficient value for z^(-2) More...
 
float32_t a1
 the denominator filter coefficient value for z^(-1) More...
 

Detailed Description

Defines the notch filter coefficient (FILTER_COEFF) object.

Field Documentation

◆ b2

float32_t _FILTER_NOTCH_CoeffObj_::b2

the numerator filter coefficient value for z^(-2)

Referenced by FILTER_NOTCH_run().

◆ b1

float32_t _FILTER_NOTCH_CoeffObj_::b1

the numerator filter coefficient value for z^(-1)

Referenced by FILTER_NOTCH_run().

◆ b0

float32_t _FILTER_NOTCH_CoeffObj_::b0

the numerator filter coefficient value for z^0

Referenced by FILTER_NOTCH_run().

◆ a2

float32_t _FILTER_NOTCH_CoeffObj_::a2

the denominator filter coefficient value for z^(-2)

Referenced by FILTER_NOTCH_run().

◆ a1

float32_t _FILTER_NOTCH_CoeffObj_::a1

the denominator filter coefficient value for z^(-1)

Referenced by FILTER_NOTCH_run().


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

Copyright 2023, Texas Instruments Incorporated