You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TSignalWindowMode Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TSignalWindowMode Enumeration

Window function definition.

Syntax
C#
Visual Basic
public enum TSignalWindowMode : uint { wmSymmetric, wmPeriodic }

SignalUtils.cs

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