TSpectrogram::MinAmplt Property

__declspec(property(get = GetMinAmplt, put = SetMinAmplt)) double MinAmplt;

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

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