TSpectrumPeaksAnalyzer::UseFullBandwidth Property

__declspec(property(get = GetUseFullBandwidth, put = SetUseFullBandwidth)) bool UseFullBandwidth;

Set this property to true, to assume that BandwidthL = 0 and BandwidthH equals the Nyquist frequency.

Read: bool GetUseFullBandwidth();
Write: void SetUseFullBandwidth(const bool Value);
Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler