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

Holds the taps for the filter.

Syntax
C#
Visual Basic
public TVec Taps;

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!