You are here: Symbol Reference > SignalUtils Namespace > Structs, Records, Enums > SignalUtils.TSignalWindowMode Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.TSignalWindowMode Enumeration

Window function definition.

Pascal
TSignalWindowMode = (
  wmSymmetric,
  wmPeriodic
);
Members 
Description 
wmSymmetric 
The initial and last zero element are left out, if present. This is required for windowed digital filter design. The window is symmetric. 
wmPeriodic 
The initial element is kept and the last is left out. This is required to retain periodicity of the signal windowed and analyzed with frequency analysis (FFT) for the following window types:
Hanning, Hamming, FlatTop and variants of the Blackman window. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!