|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A stable Second-Order Section (SOS) building block. More...
#include <fft.H>
Public Member Functions | |
| Array< Real > | numerator () const |
| Array< Real > | denominator () const |
Public Attributes | |
| Real | b0 = Real(1) |
| Real | b1 = Real(0) |
| Real | b2 = Real(0) |
| Real | a0 = Real(1) |
| Real | a1 = Real(0) |
| Real | a2 = Real(0) |
A stable Second-Order Section (SOS) building block.
Commonly used in biquad cascades to avoid numerical instability.
|
inline |
Definition at line 213 of file fft.H.
References Aleph::FFT< Real >::BiquadSection::a0, Aleph::FFT< Real >::BiquadSection::a1, and Aleph::FFT< Real >::BiquadSection::a2.
|
inline |
Definition at line 206 of file fft.H.
References Aleph::FFT< Real >::BiquadSection::b0, Aleph::FFT< Real >::BiquadSection::b1, and Aleph::FFT< Real >::BiquadSection::b2.
| Real Aleph::FFT< Real >::BiquadSection::a0 = Real(1) |
Definition at line 200 of file fft.H.
Referenced by Aleph::FFT< Real >::BiquadSection::denominator().
| Real Aleph::FFT< Real >::BiquadSection::a1 = Real(0) |
Definition at line 201 of file fft.H.
Referenced by Aleph::FFT< Real >::BiquadSection::denominator().
| Real Aleph::FFT< Real >::BiquadSection::a2 = Real(0) |
Definition at line 202 of file fft.H.
Referenced by Aleph::FFT< Real >::BiquadSection::denominator().
| Real Aleph::FFT< Real >::BiquadSection::b0 = Real(1) |
Definition at line 197 of file fft.H.
Referenced by Aleph::FFT< Real >::BiquadSection::numerator().
| Real Aleph::FFT< Real >::BiquadSection::b1 = Real(0) |
Definition at line 198 of file fft.H.
Referenced by Aleph::FFT< Real >::BiquadSection::numerator().
| Real Aleph::FFT< Real >::BiquadSection::b2 = Real(0) |
Definition at line 199 of file fft.H.
Referenced by Aleph::FFT< Real >::BiquadSection::numerator().