TSpectrumAnalyzer::Method Property

__declspec(property(get = GetMethod, put = SetMethod)) TSpectrumMethod Method;

Defines the method to be used for frequency spectrum estimation.

Read: TSpectrumMethod GetMethod();
Write: void SetMethod(const TSpectrumMethod Value);
Declared in Dew::Signal::TSpectrumAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler