RFmxInstrMXRecommendedSpectralFftWindow Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
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.
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public enum RFmxInstrMXRecommendedSpectralFftWindow
Public Enumeration RFmxInstrMXRecommendedSpectralFftWindow
Members
| Member 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. |