sfFDN
Loading...
Searching...
No Matches
sfFDN::FilterCoefficients Struct Reference

Coefficients for a digital IIR filter. More...

#include <types.h>

Public Member Functions

FilterCoefficients Normalize () const
 Returns the filter coefficients normalized so that a0 is equal to 1.
 

Public Attributes

float b0
 Feedforward coefficients.
 
float b1
 Feedforward coefficients.
 
float b2
 Feedforward coefficients.
 
float a0
 Feedback coefficient.
 
float a1
 Feedback coefficient.
 
float a2
 Feedback coefficient.
 

Detailed Description

Coefficients for a digital IIR filter.


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