RFmxInstrMXRecommendedSpectralFftWindow Enumeration
- Updated2025-10-13
- 1 minute(s) read
Returns the recommended FFT window type for spectral acquisition. This method is supported when
1. RFmxInstrMX(string, string) is called with option string "AnalysisOnly=1".
2. RFmxInstrMX(string[], string) is called with option string 'AnalysisOnly=1;MaxNumWfms:n'. Use 'instr(n)' as the selector string to read this method.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public enum RFmxInstrMXRecommendedSpectralFftWindow
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | Indicates that the measurement does not use FFT windowing to reduce spectral leakage. |
| FlatTop | 1 | Indicates a Flat Top FFT window type. |
| Hanning | 2 | Indicates a Hanning FFT window type. |
| Hamming | 3 | Indicates a Hamming FFT window type. |
| Gaussian | 4 | Indicates a Gaussian FFT window type. |
| Blackman | 5 | Indicates a Blackman FFT window type. |
| BlackmanHarris | 6 | Indicates a Blackman-Harris FFT window type. |
| KaiserBessel | 7 | Indicates a Kaiser-Bessel FFT window type. |