TSignalWindowType Enumeration

Source: SignalUtils.cs · Assembly: Dew.Signal

public enum TSignalWindowType

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

Values

NameDescription
wtBartlettBartlet window.
wtBlackmanBlackman window.
wtBlackmanExactexact Blackman window.
wtBlackmanHarrisblackman-harris window.
wtChebyshevChebyshev window.
wtCosineTapperedcosine tappered window.
wtExponentExponent-down window.
wtFlatTopflat-top window.
wtHamminghamming window.
wtHanninghanning window.
wtKaiserKaiser window.
wtRectangularapply no windowing.