You are here: Symbol Reference > SignalUtils Namespace > Structs, Records, Enums > SignalUtils.TSignalWindowType Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.TSignalWindowType Enumeration
Pascal
TSignalWindowType = (
  wtRectangular,
  wtHanning,
  wtHamming,
  wtFlatTop,
  wtBartlett,
  wtBlackman,
  wtBlackmanHarris,
  wtBlackmanExact,
  wtCosineTappered,
  wtKaiser,
  wtChebyshev,
  wtExponent
);
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. 

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

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