RFmx GSM DotNET

RFmxGsmMXModulationType Enumeration

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMXModulationType Enumeration

RFmxGsmMXModulationType Enumeration

Specifies the modulation scheme used for the signal. Use "slot(n)" as the selector string to configure or read this method.

Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public enum RFmxGsmMXModulationType
Public Enumeration RFmxGsmMXModulationType

Members

Member nameValueDescription
ModulationTypeGmsk0 The modulation type is Gaussian minimum shift keying. This value is valid only when you set the SetBurstType(String, RFmxGsmMXBurstType) method to NB.
ModulationType8Psk1 The modulation type is 8-PSK. This value is valid only when you set the Burst Type method to NB.
ModulationTypeQpsk2 The modulation type is QPSK. This value is valid only when you set the Burst Type method to HB.
ModulationType16Qam3The modulation type is 16-QAM.
ModulationType32Qam4The modulation type is 32-QAM.

See Also

Log in to get a better experience