TSignalFilter::Window Property

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

Specifies the window type to be used when designing windowed FIR filters.

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