__declspec(property(get = GetAutoFilterOrder, put = SetAutoFilterOrder)) bool AutoFilterOrder;
If True, the Order/FirLength of the IIR/FIR filters will be automatically estimed.
Read:
bool GetAutoFilterOrder();Write:
void SetAutoFilterOrder(const bool Value);Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler