RFMXSPECAN_ATTR_SPECTRUM_FFT_OVERLAP_MODE
- Updated2025-04-08
- 1 minute(s) read
Specifies the overlap mode when you set the RFMXSPECAN_ATTR_SPECTRUM_MEASUREMENT_METHOD attribute to Sequential FFT.
Syntax
RFMXSPECAN_ATTR_SPECTRUM_FFT_OVERLAP_MODE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1085476 | 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 |
---|---|---|
RFMXSPECAN_VAL_SPECTRUM_FFT_OVERLAP_MODE_DISABLED | 0 (0x0) | Disables the overlap between the chunks. |
RFMXSPECAN_VAL_SPECTRUM_FFT_OVERLAP_MODE_AUTOMATIC | 1 (0x1) | Measurement sets the overlap based on the value you have set for the RFMXSPECAN_ATTR_SPECTRUM_FFT_WINDOW attribute. When you set the Spectrum FFT Window attribute to any value other than None, the number of overlapped samples between consecutive chunks is set to 50% of the value of the RFMXSPECAN_ATTR_SPECTRUM_SEQUENTIAL_FFT_SIZE attribute. When you set the Spectrum FFT Window attribute to None, the chunks are not overlapped and the overlap is set to 0%. |
RFMXSPECAN_VAL_SPECTRUM_FFT_OVERLAP_MODE_USER_DEFINED | 2 (0x2) | Measurement uses the overlap that you specify in the RFMXSPECAN_ATTR_SPECTRUM_FFT_OVERLAP attribute. |