TSpectrogram::MaxFreqIndex Property

__declspec(property(get = GetMaxFreqIndex, put = SetMaxFreqIndex)) int MaxFreqIndex;

Holds the index at which the maximum amplitude was found by the MinMaxAmplt method.

Read: int GetMaxFreqIndex();
Write: void SetMaxFreqIndex(const int Value);
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler