TSignalDecimator.ExternalTaps Property

property ExternalTaps: Boolean;

Enables user specified filter.

Returns: Boolean

Remarks:

If set to false, the user is required to set the filter taps stored in FirTaps and FinalStageTaps fields. This property is True by default. The filters taps should be set before the first call to the Update method is made. Alternatively the OnGetFilterTaps event is also triggered, when the filter taps are needed. The component has to be notified to use new set of taps, once they were changed. Set the Initialized property to false to notify the component that new taps should be used.