#include <spuc/spuc_defines.h>#include <spuc/complex.h>#include <spuc/spuc_math.h>#include <iostream>#include <cfloat>#include <spuc/butterworth_iir.h>Include dependency graph for butterworth_iir.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| void | SPUC::butterworth_iir (iir_coeff &filt, float_type fcd, float_type amax) |
| Calculate coefficients for IIR assuming butterworth frequency response. | |
| void | SPUC::butterworth_s (smart_array< complex< float_type > > poles, smart_array< complex< float_type > > zeros, float_type wp, long n, long n2) |
| Calculate roots. | |
1.4.7