You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalMultiRate Class > published > TSignalMultiRate.ExternalTaps Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalMultiRate.ExternalTaps Property

Enables user specified filter.

Pascal
property ExternalTaps: boolean;

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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!