You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > FirFilter Method > SignalUtils.FirFilter Method ([In] TVec, [In] TVec, TFirState)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.FirFilter Method ([In] TVec, [In] TVec, TFirState)

Filter data with a FIR filter.

Syntax
C#
Visual Basic
public static void FirFilter([In] TVec Src, [In] TVec Dst, ref TFirState FIRState);

Filter data in Src and place the result in Dst. FirState must be initialized with a call to FirInit. This version of FirFilter routine can filter streaming blocks of data.

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