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

Apply a time window function to the signal.

Syntax
C#
Visual Basic
public static void SignalWindow([In] TVec Vec, TSignalWindowType WindowType, double WindowParam, TSignalWindowMode WindowMode, bool ScaleNorm);

Apply a window to data in Vec. WindowParam should contain the parameter, required by the window. If the window does not have a parameter, windowParam can have any value. Set ScaleNorm to true, to request scaling of Vec such, that the energy of the stationary signal will be preserved after windowing.

Hanning, FirImpulse, SignalWindow

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