TSpectrumStats::ExpDecay Property

__declspec(property(get = GetExpDecay, put = SetExpDecay)) int ExpDecay;

The parameter for the exponential averaging.

Read: int GetExpDecay();
Write: void SetExpDecay(const int Value);
Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler