RFMXWCDMA_ATTR_ACP_FFT_OVERLAP_MODE
- Updated2025-04-08
- 1 minute(s) read
Specifies how overlapping is applied when computing the FFT of the acquired samples.
Syntax
RFMXWCDMA_ATTR_ACP_FFT_OVERLAP_MODE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
5247034 | 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 Disabled.
Name | Value | Description |
---|---|---|
RFMXWCDMA_VAL_ACP_FFT_OVERLAP_MODE_DISABLED | 0 (0x0) | Indicates that overlapping is not applied to the acquired samples. |
RFMXWCDMA_VAL_ACP_FFT_OVERLAP_MODE_AUTOMATIC | 1 (0x1) | Indicates that the RFmx driver automatically chooses optimal values of the RFMXWCDMA_ATTR_ACP_FFT_OVERLAP attribute based on the measurement configuration. |