Hardware Settings:Recommended Settings:Spectrum:FFT Window Type Property
- Updated2023-02-21
- 5 minute(s) read
Short Name: Recommended FFT Window Type
Property of niWLANAnalysis
Returns the toolkit-recommended time-domain FFT window type. The value of this property is the same as the value of the FFT Window Type property. If you do not use the niWLANA RFSA Configure Hardware VI or the niWLANA RFSA Multiple Device Configure Hardware VI, pass this property to the NI-RFSA FFT Window Type property.
Uniform (0) |
No window is applied. |
||||||||||||||||||
Hanning (1) |
Applies a Hanning window to the waveform using the following equation: y[i] = 0.5 * x[i] * [1 - cos(w)]
The Hanning window is useful for analyzing transients that are longer than the time duration of the window, as well as for general-purpose applications. |
||||||||||||||||||
Hamming (2) |
Applies a Hamming window to the waveform using the following equation: y[i] = x[i] * [0.54 - 0.46cos(w)]
|
||||||||||||||||||
Blackman-Harris (3) |
Applies a Blackman-Harris window according to the following equation: y[i] = x[i] * [0.42323 - 0.49755cos(w) + 0.07922cos(2w)]
|
||||||||||||||||||
Exact Blackman (4) |
Applies an Exact Blackman window according to the following equation: y[i] = x[i] * [a 0 - a 1cos(w) + a2cos(2w)]
|
||||||||||||||||||
Blackman (5) |
Applies a Blackman window according to the following equation: y i = x i[0.42 - 0.50cos(w) + 0.08cos(2w)]
A Blackman window is useful for analyzing transient signals, and provides similar windowing to Hanning and Hamming windows but adds one additional cosine term to reduce ripple. |
||||||||||||||||||
Flat Top (6) |
Applies a Flat Top window according to the following equation: y[i] = x[i] * [a 0 - a 1cos(w) + a 2cos(2w) - a 3cos(3w) + a 4cos(4w)]
The fifth-order Flat Top window has the best amplitude accuracy of all the window types. The increased amplitude accuracy (_0.02 dB for signals exactly between integral cycles) is at the expense of frequency selectivity. The Flat Top window is most useful in accurately measuring the amplitude of single frequency components that have little nearby spectral energy in the signal. |
||||||||||||||||||
4 Term Blackman-Harris (7) |
Applies a 4-Term Blackman-Harris window according to the following equation: y[i] = x[i] * [0.422323 - 0.49755cos(w) + 0.07922cos(2w)]
The 4-term Blackman-Harris window has a side-lobe rejection in the upper 90 dB, with a moderately wide side lobe. |
||||||||||||||||||
7 Term Blackman-Harris (8) |
Applies a 7-Term Blackman-Harris window according to the following equation: y[i] = x[i] * [a 0 - a 1cos(w) + a 2cos(2w) - a 3cos(3w) + a 4cos(4w) - a 5cos(5w) + a 6cos(6w)]
The 7-term Blackman-Harris window has the highest dynamic range of the available windowing types and is ideal for signal-to-noise ratio applications. |
||||||||||||||||||
Low Side Lobe (9) |
The Low Side Lobe window further reduces the size of the main lobe. The following equation defines the Low Side Lobe window.
|
Remarks
The following table lists the characteristics of this property.
Datatype | ![]() |
Permissions | Read Only |
High-level VIs | N/A |
Resettable | No |