RFmxDemodMXDDemodM Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the M-ary number, which is the number of distinct states that represent symbols in the complex baseband modulated waveform.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXDDemodM
Members
Name | Value | Description |
---|---|---|
M2 | 2 | The M-ary number is 2. |
M4 | 4 | The M-ary number is 4. |
M8 | 8 | The M-ary number is 8. |
M16 | 0x10 | The M-ary number is 16. |
M32 | 0x20 | The M-ary number is 32. |
M64 | 0x40 | The M-ary number is 64. |
M128 | 0x80 | The M-ary number is 128. |
M256 | 0x100 | The M-ary number is 256. |
M512 | 0x200 | The M-ary number is 512. |
M1024 | 0x400 | The M-ary number is 1024. |
M2048 | 0x800 | The M-ary number is 2048. |
M4096 | 0x1000 | The M-ary number is 4096. |