Data Fields
_FILTER_NOTCH_Obj_ Struct Reference

Defines the notch filter (FILTER_NOTCH) object. More...

#include <filter_notch.h>

Data Fields

float32_t out1
 the output value at time sample n=-1 More...
 
float32_t out2
 the output value at time sample n=-2 More...
 
float32_t in
 the input value More...
 
float32_t in1
 the input value at time sample n=-1 More...
 
float32_t in2
 the input value at time sample n=-2 More...
 
float32_t out
 the output value More...
 

Detailed Description

Defines the notch filter (FILTER_NOTCH) object.

Field Documentation

◆ out1

float32_t _FILTER_NOTCH_Obj_::out1

the output value at time sample n=-1

Referenced by FILTER_NOTCH_get_out1(), FILTER_NOTCH_run(), and FILTER_NOTCH_set_out1().

◆ out2

float32_t _FILTER_NOTCH_Obj_::out2

the output value at time sample n=-2

Referenced by FILTER_NOTCH_get_out2(), FILTER_NOTCH_run(), and FILTER_NOTCH_set_out2().

◆ in

float32_t _FILTER_NOTCH_Obj_::in

the input value

Referenced by FILTER_NOTCH_run(), and FILTER_NOTCH_set_in().

◆ in1

float32_t _FILTER_NOTCH_Obj_::in1

the input value at time sample n=-1

Referenced by FILTER_NOTCH_get_in1(), FILTER_NOTCH_run(), and FILTER_NOTCH_set_in1().

◆ in2

float32_t _FILTER_NOTCH_Obj_::in2

the input value at time sample n=-2

Referenced by FILTER_NOTCH_get_in2(), FILTER_NOTCH_run(), and FILTER_NOTCH_set_in2().

◆ out

float32_t _FILTER_NOTCH_Obj_::out

the output value

Referenced by FILTER_NOTCH_get_out(), FILTER_NOTCH_run(), and FILTER_NOTCH_set_out().


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

Copyright 2023, Texas Instruments Incorporated