TSignalWindowMode Enumeration

Source: SignalUtils.cs · Assembly: Dew.Signal

public enum TSignalWindowMode

Window function definition.

Values

NameDescription
wmPeriodicThe 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.
wmSymmetricThe initial and last zero element are left out, if present. This is required for windowed digital filter design. The window is symmetric.