Defines the type of window to apply to the Fast Fourier Transform

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public enum FFTWindowConstants
Visual Basic
Public Enumeration FFTWindowConstants
Visual C++
public enum class FFTWindowConstants

Members

Member nameValueDescription
None0No windowing is applied
Triangle1Apply a basic triangle window
Hanning2Apply the Hanning window
Hamming3Apply the Hamming window
Welch4Apply the Welch window
Gaussian5Apply the Gaussian window
Blackman6Apply the Blackman window
Parzen7Apply the Parzen window
Bartlett8Apply the Bartlett window
Connes9Apply the Cones window
KaiserBessel10Apply the KaiserBessel window
BlackmanHarris11Apply the BlackmanHarris window

Remarks

Windows provide means of refining the transform to enhance or reduce various aspects of the waveform in order to better interpret the signal response. Refer to the Wolfram Research web site for further information.

See Also