#include <butterworth.h>
Collaboration diagram for SPUC::butterworth< Numeric >:
Public Member Functions | |
butterworth (double fcd, long ord=1, double amax=3.0) | |
~butterworth () | |
Destructor. | |
void | reset () |
Reset history. | |
void | print () |
print coefficients | |
Numeric | clock (Numeric in) |
Clock in sample and get output. |
Butterworth low pass filter. Specify cut-off, order and Attenuation at cut-off on construction Filter is bilinear transformation of analog butterworth
|
Constructor, fcd = cut-off (1=sampling rate) ord = Filter order amax = attenuation at cut-off |
|
Destructor.
|
|
Clock in sample and get output.
|
|
print coefficients
|
|
Reset history.
|