Go to the documentation of this file.
24 #ifndef _ThreeBandFilter_
25 #define _ThreeBandFilter_
63 return "ThreeBandFilter";
67 : mIn(
"In Spectrum", this)
68 , mOut(
"Out Spectrum", this)
69 , mLowCutoffFreqCtl(
"LowCutoff", this)
70 , mHighCutoffFreqCtl(
"HighCutoff", this)
71 , mLowGainCtl(
"LowGain", this)
72 , mMidGainCtl(
"MidGain", this)
73 , mHighGainCtl(
"HighGain", this)
85 mHighCutoffFreqCtl.
SetBounds(0.,1000000.);
101 return Do(in.GetSpectrum(),
117 #endif // _ThreeBandFilter_