You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.SignalWindow Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.SignalWindow Function

Apply a time window function to the signal.

Pascal
procedure SignalWindow(const Vec: TVec; WindowType: TSignalWindowType; WindowParam: double; WindowMode: TSignalWindowMode; ScaleNorm: boolean = false); overload;

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