RFmx NR CVI

Table of Contents

RFMXNR_ATTR_ACP_FFT_WINDOW

  • Updated2024-10-14
  • 1 minute(s) read

RFMXNR_ATTR_ACP_FFT_WINDOW

Data Type: int32
Access:read/write
Functions:RFmxNR_SetAttributeI32
RFmxNR_GetAttributeI32
Description: Specifies the FFT window type to be used to reduce spectral leakage.

You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is RFMXNR_VAL_ACP_FFT_WINDOW_FLAT_TOP.

Get Function: RFmxNR_ACPGetFFTWindow
Set Function: RFmxNR_ACPSetFFTWindow
Values:
RFMXNR_VAL_ACP_FFT_WINDOW_NONE (0)No spectral leakage.
RFMXNR_VAL_ACP_FFT_WINDOW_FLAT_TOP (1)Spectral leakage is reduced using flat top window type.
RFMXNR_VAL_ACP_FFT_WINDOW_HANNING (2)Spectral leakage is reduced using Hanning window type.
RFMXNR_VAL_ACP_FFT_WINDOW_HAMMING (3)Spectral leakage is reduced using Hamming window type.
RFMXNR_VAL_ACP_FFT_WINDOW_GAUSSIAN (4)Spectral leakage is reduced using Gaussian window type.
RFMXNR_VAL_ACP_FFT_WINDOW_BLACKMAN (5)Spectral leakage is reduced using Blackman window type.
RFMXNR_VAL_ACP_FFT_WINDOW_BLACKMAN_HARRIS (6)Spectral leakage is reduced using Blackman-Harris window type.
RFMXNR_VAL_ACP_FFT_WINDOW_KAISER_BESSEL (7)Spectral leakage is reduced using Kaiser-Bessel window type.

Log in to get a better experience