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

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

Pascal
property ExternalTaps: boolean;

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.

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