Go to the documentation of this file.
24 #ifndef _SpectralRingModulation_
25 #define _SpectralRingModulation_
47 return "SpectralRingMod";
52 mIn(
"In Spectrum", this),
53 mOut(
"Out Spectrum", this),
54 mFreqCtl(
"Freq", this),
55 mWidthCtl(
"Width", this)
59 cfg.SetFrequency(200);
74 return Do(in.GetSpectrum(),
92 #endif // _SpectralRingModulation_