__declspec(property(get = GetFirLength, put = SetFirLength)) int FirLength;
Defines the length of the FIR/Median filter, if the AutoFilterOrder property is false.
Read:
int GetFirLength();Write:
void SetFirLength(const int Value);Remarks:
For windowed FIR filters other then Kaiser, the length can not be estimated.
Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler