RFmx WCDMA C

Table of Contents

RFMXWCDMA_ATTR_OBW_AVERAGING_TYPE

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

RFMXWCDMA_ATTR_OBW_AVERAGING_TYPE

Data Type: int32
Access:read/write
Functions:RFmxWCDMA_SetAttributeI32
RFmxWCDMA_GetAttributeI32
Description: Specifies the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the OBW 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 Strings topic for information about the string syntax for named signals.

The default value is RFMXWCDMA_VAL_OBW_AVERAGING_TYPE_RMS.

Get Function: RFmxWCDMA_OBWGetAveragingType
Set Function: RFmxWCDMA_OBWSetAveragingType
Values:
RFMXWCDMA_VAL_OBW_AVERAGING_TYPE_RMS (0)The power spectrum is linearly averaged. RMS averaging reduces signal fluctuations but not the noise floor.
RFMXWCDMA_VAL_OBW_AVERAGING_TYPE_LOG (1)The power spectrum is averaged in a logarithmic scale.
RFMXWCDMA_VAL_OBW_AVERAGING_TYPE_SCALAR (2)The square root of the power spectrum is averaged.
RFMXWCDMA_VAL_OBW_AVERAGING_TYPE_MAX (3)The peak power in the spectrum at each frequency bin is retained from one acquisition to the next.
RFMXWCDMA_VAL_OBW_AVERAGING_TYPE_MIN (4)The lowest power in the spectrum at each frequency bin is retained from one acquisition to the next.

Log in to get a better experience