In file No file:

IIRFilter biquad (double fs, double b0, double b1, double b2, double a1, double a2)

Make a filter from b0, b1, b2, a1 and a2

Documentation

Make a IIR filter from a second order section.

Throws a runtime_error or invalid_argument exception, if an illegale argument is specified.

Returns:
IIRFilter
Parameters:
fs - Sampling frequency
b0 - b0
b1 - b1
b2 - b2
a1 - a1
a2 - a2

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++