RFmxDemodMXDDemodDifferentialEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the symbols are differentially encoded, and is applicable only to phase-shift keying (PSK) and minimum-shift keying (MSK) modulation types.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXDDemodDifferentialEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | The symbols are directly mapped onto the symbol map. |
| True | 1 | In case of PSK modulation, the transition between two consecutive symbols is mapped onto the symbol map. In case of MSK modulation, the consecutive bits are XORed. Other modulation types do not have any impact. |