Go to the documentation of this file.
24 #ifndef _ThreeBandGate_
25 #define _ThreeBandGate_
49 return "ThreeBandGate";
54 mIn(
"In Spectrum", this),
55 mOut(
"Out Spectrum", this) ,
56 mLowCutoffFreqCtl(
"LowCutoff", this),
57 mHighCutoffFreqCtl(
"HighCutoff", this),
58 mLowThresholdCtl(
"LowThreshold", this),
59 mMidThresholdCtl(
"MidThreshold", this),
60 mHighThresholdCtl(
"HighThreshold", this)
80 return Do(in.GetSpectrum(),
96 #endif // _ThreeBandGate_