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

Window function definition. Specifies window function type to be applied to the signal prior to be passed to the FFT algorithm.

Syntax
C#
Visual Basic
public enum TSignalWindowType : uint { wtRectangular, wtHanning, wtHamming, wtFlatTop, wtBartlett, wtBlackman, wtBlackmanHarris, wtBlackmanExact, wtCosineTappered, wtKaiser, wtChebyshev, wtExponent }

SignalUtils.cs

Members 
Description 
wtRectangular 
apply no windowing. 
wtHanning 
hanning window. 
wtHamming 
hamming window. 
wtFlatTop 
flat-top window. 
wtBartlett 
Bartlet window. 
wtBlackman 
Blackman window. 
wtBlackmanHarris 
blackman-harris window. 
wtBlackmanExact 
exact Blackman window. 
wtCosineTappered 
cosine tappered window. 
wtKaiser 
Kaiser window. 
wtChebyshev 
Chebyshev window. 
wtExponent 
Exponent-down window. 

SignalWindow, FirImpulse, FrequencyResponse

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