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

Holds the taps for the filter.

Pascal
property Taps: TVec;

This taps can be FIR or IIR type. If taps are from an IIR filter, they are stored as second order sections interleaved like this: B0[0], B0[1], B0[2], A0[0], A0[1], A0[2], B1[0], B1[1], B1[2], A1[0], A1[1], A1[2],...

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