RFmxDemodMXDDemodDifferentialEnabled Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies whether the symbols are differentially encoded, and is applicable only to phase-shift keying (PSK) and minimum-shift keying (MSK) modulation types.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxDemodMXDDemodDifferentialEnabled
Public Enumeration RFmxDemodMXDDemodDifferentialEnabled
Members
| Member 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. |