Struct SYN_BiquadCoeffs¶
Normalized Biquad filter coefficients (where a0 = 1.0).
#include <syn_filter_design.h>
Public Attributes¶
| Type | Name |
|---|---|
| q16_t | a1 |
| q16_t | a2 |
| q16_t | b0 |
| q16_t | b1 |
| q16_t | b2 |
Public Attributes Documentation¶
variable a1¶
Denominator y[n-1] coefficient
variable a2¶
Denominator y[n-2] coefficient
variable b0¶
Numerator x[n] coefficient
variable b1¶
Numerator x[n-1] coefficient
variable b2¶
Numerator x[n-2] coefficient
The documentation for this class was generated from the following file src/syntropic/dsp/syn_filter_design.h