In file No file:

IIRFilter comb ( double fs, double f0, double Q, double amp = 0.0, int N = 0, bool prewarp = true )

Make a comb filter.

Documentation

Make a comb filter. Throws a runtime_error or invalid_argument exception, if an illegale argument is specified.
Returns:
IIRFilter
Parameters:
fs - Sampling frequency
f0 - Fundamental frequency.
Q - Quality factor ( Q = (Center Freq.) / (Width) ).
amp - Depth/height of notches/peaks (dB).
N - Number of harmonics.
prewarp - True for prewarping freqencies.

alphabetic index hierarchy of classes


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


generated by doc++