You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalMultiRate Class > TSignalMultiRate Properties > TSignalMultiRate.ExternalTaps Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalMultiRate.ExternalTaps Property

Enables user specified filter.

Syntax
C#
Visual Basic
public bool ExternalTaps;

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!