Specifies the FFT window type to be used to reduce spectral leakage.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public enum RFmxNRMXObwFftWindow

Members

NameValueDescription
None0

No spectral leakage.

FlatTop1

Spectral leakage is reduced using flat top window type.

Hanning2

Spectral leakage is reduced using Hanning window type.

Hamming3

Spectral leakage is reduced using Hamming window type.

Gaussian4

Spectral leakage is reduced using Gaussian window type.

Blackman5

Spectral leakage is reduced using Blackman window type.

BlackmanHarris6

Spectral leakage is reduced using Blackman-Harris window type.

KaiserBessel7

Spectral leakage is reduced using Kaiser-Bessel window type.