RFMXWCDMA_ATTR_CHP_AVERAGING_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies the averaging type for averaging the spectrum of multiple acquisitions.
Syntax
RFMXWCDMA_ATTR_CHP_AVERAGING_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
5255177 | int32 | Read/Write | N/A |
Remarks
The averaged spectrum is used for CHP measurement.
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 RMS.
Name | Value | Description |
---|---|---|
RFMXWCDMA_VAL_CHP_AVERAGING_TYPE_RMS | 0 (0x0) | The power spectrum is linearly averaged. RMS averaging reduces signal fluctuations but not the noise floor. |
RFMXWCDMA_VAL_CHP_AVERAGING_TYPE_LOG | 1 (0x1) | The power spectrum is averaged in a logarithmic scale. |
RFMXWCDMA_VAL_CHP_AVERAGING_TYPE_SCALAR | 2 (0x2) | The square root of the power spectrum is averaged. |
RFMXWCDMA_VAL_CHP_AVERAGING_TYPE_MAX | 3 (0x3) | The peak power in the spectrum at each frequency bin is retained from one acquisition to the next. |
RFMXWCDMA_VAL_CHP_AVERAGING_TYPE_MIN | 4 (0x4) | The lowest power in the spectrum at each frequency bin is retained from one acquisition to the next. |