iir1
|
#include <Cascade.h>
Public Member Functions | |
void | reset () |
void | setup (const double(&sosCoefficients)[MaxStages][6]) |
template<typename Sample > | |
Sample | filter (const Sample in) |
const Cascade::Storage | getCascadeStorage () |
Storage for Cascade: This holds a chain of 2nd order filters with its coefficients.
|
inline |
Filters one sample through the whole chain of biquads and return the result
in | Sample to be filtered |
|
inline |
Returns the coefficients of the entire Biquad chain
|
inline |
Resets all biquads (i.e. the delay lines but not the coefficients)
|
inline |
Sets the coefficients of the whole chain of biquads.
sosCoefficients | 2D array in Python style sos ordering: 0-2: FIR, 3-5: IIR coeff. |