Go to the documentation of this file.
24 #ifndef _SpectralExciter_
25 #define _SpectralExciter_
47 return "SpectralExciter";
52 mIn(
"In Spectrum", this),
53 mOut(
"Out Spectrum", this) ,
54 mHighCutoffFreqCtl(
"HighCutoff", this),
55 mThresholdCtl(
"Threshold", this),
56 mHarmonicsGainCtl(
"HarmonicsGain", this)
75 return Do(in.GetSpectrum(),
91 #endif // _SpectralExciter_