TSignalFilter::Beta Property

__declspec(property(get = GetBeta, put = SetBeta)) double Beta;

Beta is the parameter for the Kaiser window.

Read: double GetBeta();
Write: void SetBeta(const double Value);
Remarks:

Kaiser window is used to design a FIR filter when Window property is set to wtKaiser and FirMethod property is set to to fimWindowed. The value of this property is used only, if IgnoreAtt is set to True. If IgnoreAtt is False, the beta parameter is estimated from the requested stopband ripple.

Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler