TSpectrogram::MaxAmplt Property

__declspec(property(get = GetMaxAmplt, put = SetMaxAmplt)) double MaxAmplt;

Stores the maximum value of the Amplt spectrum found by the MinMaxAmplt method.

Read: double GetMaxAmplt();
Write: void SetMaxAmplt(const double Value);
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler