TSpectrogram::TraceOnly Property

__declspec(property(get = GetTraceOnly, put = SetTraceOnly)) bool TraceOnly;

Specifies to track only marked peaks without entire spectrums.

Read: bool GetTraceOnly();
Write: void SetTraceOnly(const bool Value);
Remarks:

Only Trace property will be populated when this property is True. Call Trace.EndTrace method when the last spectrum has been processed. When true the contents of the marked peaks will be stored in the Trace property and the contents of the spectrum will be ignored. This can be used for subsequent analysis of the spectrogram where only specific frequencies are be analyzed with higher resolution.

Declared in Dew::Signal::TSpectrogram · Dew.Signal/SignalAnalysis.h · Cross-compiler