TSignalAnalyzer::Window Property

__declspec(property(get = GetWindow, put = SetWindow)) TSignalWindowType Window;

Defines the window to applied to the signal.

Read: TSignalWindowType GetWindow();
Write: void SetWindow(const TSignalWindowType Value);
Declared in Dew::Signal::TSignalAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler