Specifies the window type to be used when you set the RFMXSPECAN_ATTR_DPD_APPLY_DPD_CFR_ENABLED attribute to True and the RFMXSPECAN_ATTR_DPD_APPLY_DPD_CFR_METHOD attribute to Peak Windowing.

Syntax

RFMXSPECAN_ATTR_DPD_APPLY_DPD_CFR_WINDOW_TYPE

Numeric Value

Data Type

Access

Applies To

1110107

int32

Read/Write

N/A

Remarks


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

The default value is Kaiser-Bessel.

Name

Value

Description

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_FLAT_TOP

1 (0x1)

Uses the flat top window function to scale peaks.

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_HANNING

2 (0x2)

Uses the Hanning window function to scale peaks.

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_HAMMING

3 (0x3)

Uses the Hamming window function to scale peaks.

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_GAUSSIAN

4 (0x4)

Uses the Gaussian window function to scale peaks.

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_BLACKMAN

5 (0x5)

Uses the Blackman window function to scale peaks.

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_BLACKMAN_HARRIS

6 (0x6)

Uses the Blackman-Harris window function to scale peaks.

RFMXSPECAN_VAL_DPD_APPLY_DPD_CFR_WINDOW_TYPE_KAISER_BESSEL

7 (0x7)

Uses the Kaiser-Bessel window function to scale peaks.