TCrossSpectrumAnalyzer::SidelobeAtt Property

__declspec(property(get = GetSidelobeAtt, put = SetSidelobeAtt)) double SidelobeAtt;

Specifies the attenuation of the main sidelobe in dB. This parameter applies only, if you use the Kaiser or Chebyshev window.

Read: double GetSidelobeAtt();
Write: void SetSidelobeAtt(const double Value);
Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler