__declspec(property(get = GetDownDelay, put = SetDownDelay)) int DownDelay;
The phase delay (must be less then DownSample) used by the multi-rate FIR filter.
Read:
int GetDownDelay();Write:
void SetDownDelay(const int Value);Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler