TSpectrumStats::Recursive Property

__declspec(property(get = GetRecursive, put = SetRecursive)) bool Recursive;

If True the result is computed each time a new spectrum is added.

Read: bool GetRecursive();
Write: void SetRecursive(const bool Value);
Remarks:

If the value is false, UpdateStats has to be called to obtain statistics, once desired number of spectrums have been accumulated.

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