TSpectrumPeaksAnalyzer::TraceInterval Property

__declspec(property(get = GetTraceInterval, put = SetTraceInterval)) double TraceInterval;

Defines the interval centered around the current position of peak in percentage of the bandwidth, within which the new position of the peak is to be searched for.

Read: double GetTraceInterval();
Write: void SetTraceInterval(const double Value);
Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler