RFmx Instr DotNET

RFmxInstrMXRecommendedSpectralFftWindow Enumeration

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMXRecommendedSpectralFftWindow Enumeration

RFmxInstrMXRecommendedSpectralFftWindow Enumeration

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.

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 nameValueDescription
None0Indicates that the measurement does not use FFT windowing to reduce spectral leakage.
FlatTop1Indicates a Flat Top FFT window type.
Hanning2Indicates a Hanning FFT window type.
Hamming3Indicates a Hamming FFT window type.
Gaussian4Indicates a Gaussian FFT window type.
Blackman5Indicates a Blackman FFT window type.
BlackmanHarris6Indicates a Blackman-Harris FFT window type.
KaiserBessel7Indicates a Kaiser-Bessel FFT window type.

See Also

Log in to get a better experience