TSignalFilter::IgnoreAtt Property

__declspec(property(get = GetIgnoreAtt, put = SetIgnoreAtt)) bool IgnoreAtt;

Set it to True, if you want to explicitelly define the Beta parameter for the Kaiser window, when designing a FIR filter windowed with a Kaiser window.

Read: bool GetIgnoreAtt();
Write: void SetIgnoreAtt(const bool Value);
Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler