RFmx LTE CVI

Content Type
Programming Language
Current manual
Product DocumentationRFmx LTE CVI...RFmx LTE C ReferenceRFMXLTE_ATTR_SLOTPHASE_SPECTRUM_INVERTEDCurrent page
Table of Contents

RFMXLTE_ATTR_SLOTPHASE_SPECTRUM_INVERTED

RFMXLTE_ATTR_SLOTPHASE_SPECTRUM_INVERTED

Data Type: int32
Access:read/write
Functions:RFmxLTE_SetAttributeI32
RFmxLTE_GetAttributeI32
Description: Specifies whether the spectrum of the measured signal is inverted. The inversion happens when the I and the Q components of the baseband complex signal are swapped.

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 RFMXLTE_VAL_SLOTPHASE_SPECTRUM_INVERTED_FALSE.

Get Function: RFmxLTE_SlotPhaseGetSpectrumInverted
Set Function: RFmxLTE_SlotPhaseSetSpectrumInverted
Values:
RFMXLTE_VAL_SLOTPHASE_SPECTRUM_INVERTED_FALSE (0)The spectrum of the measured signal is not inverted.
RFMXLTE_VAL_SLOTPHASE_SPECTRUM_INVERTED_TRUE (1)The measured signal is inverted and the measurement corrects the signal by swapping the I and the Q components.
Was this information helpful?