EVM
Understanding EVM
EVM is the single most important metric for evaluating the quality of a digital transmitter or receiver. Unlike older metrics that measure individual impairments separately, EVM captures everything at once: it is a direct measure of how close the actual constellation is to the ideal. If EVM is within spec, the system works; if not, something is wrong.
The beauty of EVM is its diagnostic power. By analyzing the pattern of constellation distortion, an engineer can identify the specific impairment: phase noise creates circular smearing, PA compression pushes outer points inward, IQ imbalance makes circles into ellipses, and DC offset shifts everything. EVM is both a pass/fail metric and a debugging tool.
EVM Equations
EVM(%) = √(Perror/Pref)×100
EVM(dB) = 20log(EVM/100)
SNR relationship:
SNR ≈ −EVM(dB)
From IQ errors:
EVM² = ΔI² + ΔQ² + PN + nonlinearity
EVM Requirements by Standard
| Modulation | EVM req | EVM (dB) | SNR equiv | Standard |
|---|---|---|---|---|
| BPSK | <35% | −9 dB | 9 dB | 802.11 |
| QPSK | <17.5% | −15 dB | 15 dB | LTE |
| 16QAM | <12.5% | −18 dB | 18 dB | LTE |
| 64QAM | <8% | −22 dB | 22 dB | WiFi 6 |
| 256QAM | <3.5% | −29 dB | 29 dB | WiFi 6 |
| 1024QAM | <1.8% | −35 dB | 35 dB | WiFi 6 |
Frequently Asked Questions
Impairments?
Phase noise: tangential smearing (integrated PN −35 dBc ≈ 1.8%). IQ imbalance: elliptical (1° ≈ 1.7%). PA nonlinearity: compression inward + rotation (AM-AM/PM, dominant at high power). LO leakage: constellation offset. ADC: ~0.5%/bit. All RSS combine to total EVM.
SNR/BER relation?
EVM(%) = 100/√SNR. 3.5% = 29 dB SNR. Maps to BER via modulation-specific equations. 256QAM @3.5% EVM: raw BER < 10³. LDPC FEC reduces to BLER 10¹. EVM limits guarantee target BER with margin. Lower EVM = better BER = higher throughput.
Measurement?
VSA: digitize, demodulate, equalize, compare to ideal. RMS over all symbols. Per-subcarrier: reveals freq-dependent issues (filter rolloff, IQ skew). EVM vs power: find PA compression/optimal point. Must use correct standard equalizer/reference signals. Wrong settings = wrong results.