|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Parameters for an analog filter prototype (S-domain). More...
Public Attributes | |
| Array< Complex > | zeros |
| Array< Complex > | poles |
| Real | gain = Real(1) |
Parameters for an analog filter prototype (S-domain).
| Real Aleph::FFT< Real >::AnalogPrototype::gain = Real(1) |
| Array<Complex> Aleph::FFT< Real >::AnalogPrototype::poles |
Definition at line 2380 of file fft.H.
Referenced by Aleph::FFT< Real >::bessel_prototype(), Aleph::FFT< Real >::butterworth_prototype(), and Aleph::FFT< Real >::chebyshev1_prototype().
| Array<Complex> Aleph::FFT< Real >::AnalogPrototype::zeros |
Definition at line 2379 of file fft.H.
Referenced by Aleph::FFT< Real >::chebyshev2_prototype(), and Aleph::FFT< Real >::elliptic_prototype().