#include <chebyshev.h>
Collaboration diagram for SPUC::chebyshev< Numeric >:
Public Member Functions | |
chebyshev (double fcd, long ord=1, double ripple=3.0) | |
~chebyshev () | |
Destructor. | |
void | reset () |
Reset history. | |
void | print () |
print coefficients | |
Numeric | clock (Numeric in) |
Clock in sample and get output. |
Chebyshev low pass filter. Specify cut-off, order and passband ripple on construction Filter is bilinear transformation of analog chebyshev
|
Constructor, fcd = cut-off (1=sampling rate) ord = Filter order ripple = passband ripple in dB wca - pre-warped angular frequency |
|
Destructor.
|
|
Clock in sample and get output.
|
|
print coefficients
|
|
Reset history.
|