RFmxNRMXObwFftWindow Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the FFT window type to be used to reduce spectral leakage.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public enum RFmxNRMXObwFftWindow
Members
Name | Value | Description |
---|---|---|
None | 0 | No spectral leakage. |
FlatTop | 1 | Spectral leakage is reduced using flat top window type. |
Hanning | 2 | Spectral leakage is reduced using Hanning window type. |
Hamming | 3 | Spectral leakage is reduced using Hamming window type. |
Gaussian | 4 | Spectral leakage is reduced using Gaussian window type. |
Blackman | 5 | Spectral leakage is reduced using Blackman window type. |
BlackmanHarris | 6 | Spectral leakage is reduced using Blackman-Harris window type. |
KaiserBessel | 7 | Spectral leakage is reduced using Kaiser-Bessel window type. |