Digital Modulation
Understanding Digital Modulation
Digital modulation is the bridge between the digital world (bits) and the analog world (RF carriers). Every wireless standard, from Bluetooth to 5G NR, depends on efficient modulation schemes that pack maximum data into minimum bandwidth while maintaining acceptable error rates.
The fundamental tradeoff is clear: higher-order modulation (more bits per symbol) gives more throughput in the same bandwidth, but requires increasingly clean signal chains (lower noise, better linearity, lower phase noise). This tradeoff drives RF hardware specifications across the entire industry.
Digital Modulation Equations
Rb = Rs × log2(M)
M=256 (256QAM): Rb = 8×Rs
Shannon capacity:
C = B×log2(1+SNR) bits/s
B=20MHz, SNR=30dB: C=200 Mbps
EVM:
EVM = |error vector|rms/|reference|rms
EVMtotal = √(ΣEVMi²)
Modulation Scheme Comparison
| Scheme | Bits/Sym | Eb/N0 @10−6 | EVM Req | Use |
|---|---|---|---|---|
| BPSK | 1 | 10.5 dB | <30% | Deep space |
| QPSK | 2 | 10.5 dB | <17.5% | Sat, cell edge |
| 16QAM | 4 | 14.5 dB | <12.5% | LTE mid |
| 64QAM | 6 | 18.5 dB | <8% | WiFi, LTE |
| 256QAM | 8 | 24 dB | <3.5% | 5G, WiFi 6 |
Frequently Asked Questions
Order vs SNR?
More bits/symbol = more spectral efficiency but more SNR needed. QPSK=10.5dB. Each doubling +3dB. 256QAM=24dB. 1024QAM=28dB (approaching Shannon). Near base station: 256QAM (fast). Cell edge: QPSK (reliable). Adaptive: best of both.
EVM?
Measures constellation quality. Error vector / reference. QPSK: <17.5%. 256QAM: <3.5%. 1024QAM: <1.8%. Captures all impairments: PN, IQ mismatch, nonlinearity, noise. PA = dominant contributor. RSS combination of all chain impairments. Tighter EVM = more expensive hardware.
AMC?
Adaptive Modulation + Coding. Receiver measures SINR, feeds back CQI. TX selects MCS: QPSK @cell edge, 256QAM @close range. 5G NR: MCS 0-27. WiFi 6E: adds 1024QAM (MCS 12-13). Adapts per slot (0.5-1ms). Maximizes capacity by using highest supportable modulation.