TSignalFilter::ExternalTaps Property

__declspec(property(get = GetExternalTaps, put = SetExternalTaps)) bool ExternalTaps;

Set this property to True, if you have defined your own filter response and have placed the taps in the Taps property.

Read: bool GetExternalTaps();
Write: void SetExternalTaps(const bool value);
Remarks:

Be sure to define the correct Response, to match the type of your filter. (Iir of Fir) When changing this property, the component has to be notified when the taps have been changed. Set the Prepared property to False or call the Init method after changing the values of taps.

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