RFMXDEMOD_ATTR_DDEMOD_EQUALIZER_MODE
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement needs to perform equalization.
Syntax
RFMXDEMOD_ATTR_DDEMOD_EQUALIZER_MODE
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
2101254 | 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 Off.
Name | Value | Description |
|---|---|---|
RFMXDEMOD_VAL_DDEMOD_EQUALIZER_MODE_OFF | 0 (0x0) | Equalization is not performed. |
RFMXDEMOD_VAL_DDEMOD_EQUALIZER_MODE_TRAIN | 1 (0x1) | The adaptive feedforward equalizer is turned ON to compensate for the effect of the channel. You can set the initial coefficients to be used by the equalizer. If you do not specify the initial coefficients, an impulse is used. |
RFMXDEMOD_VAL_DDEMOD_EQUALIZER_MODE_HOLD | 2 (0x2) | The filter that you specify using the RFmxDemod_DDemodCfgEqualizerInitialCoefficients function is used as the channel filter, and it is applied before demodulating the acquired signal. |