RFmxDemodMXDDemodModulationType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the digital modulation type of the signal that needs to be analyzed.
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 RFmxDemodMXDDemodModulationType
Public Enumeration RFmxDemodMXDDemodModulationType
Members
| Member name | Value | Description |
|---|---|---|
| Ask | 0 | The modulation type is amplitude-shift keying (ASK). |
| Fsk | 1 | The modulation type is frequency-shift keying (FSK). |
| Psk | 2 | The modulation type is phase-shift keying (PSK). |
| Qam | 3 | The modulation type is quadrature-amplitude modulation (QAM). |
| Msk | 4 | The modulation type is minimum shift keying (MSK). |