RFmxEvdoMXModAccUplinkDetectedDataModulationType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Returns the modulation type of the uplink data channel.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public enum RFmxEvdoMXModAccUplinkDetectedDataModulationType
Members
Name | Value | Description |
---|---|---|
DataChannelAbsent | 1 | The specified uplink data channel is absent. |
B4 | 2 | The specified uplink data channel uses binary phase shift keying (BPSK) with the Walsh function W(4,2). |
Q4 | 3 | The specified uplink data channel uses quadrature phase shift keying (QPSK) with the Walsh function W(4,2). |
Q2 | 4 | The specified uplink data channel uses QPSK with the Walsh function W(2,1). |
Q4Q2 | 5 | The specified uplink data channel uses QPSK with the Walsh functions W(4,2) and W(2,1). |
E4E2 | 6 | The specified uplink data channel 8-bit phase shift keying (8-PSK) with the Walsh functions W(4,2) and W(2,1). |