OFDM — How Your Phone Talks to a 5G Tower
Orthogonal Frequency-Division Multiplexing packs many data streams onto closely-spaced carriers that are mathematically orthogonal — so a receiver can pull them apart without crosstalk. WiFi, 4G, 5G, DVB-T television, ADSL — all of it is OFDM under the bonnet, all of it powered by the IFFT/FFT pair.
OFDM symbol synthesis
Reference: Wikipedia — OFDM; Proakis, J. G., & Salehi, M. (2008). Digital Communications, 5th ed., McGraw-Hill, Ch. 12. Cimini, L. J. (1985). "Analysis and simulation of a digital mobile channel using OFDM." IEEE Trans. Comm. 33(7).
🧪 Try these experiments in order
- Click each bit toggle in turn. Watch the composite OFDM symbol reshape — every combination of 4 bits gives a unique waveform.
- Set all bits to +1. The carriers add constructively at t=0, producing the famous OFDM peak-to-average ratio problem (high amplitude spikes).
- Drop sub-carrier spacing Δf below the orthogonal value. Watch the decoded bits start to flip incorrectly — this is what happens when a Doppler shift on a fast-moving train breaks 5G orthogonality.
The four sub-carriers (each modulated by one data bit)
The transmitted OFDM symbol (what goes over the air)
⚠ Watch out for
- When you change Δf away from the integer-multiple condition, the sub-carriers are no longer orthogonal — the decoder readout will start showing wrong bits.
- This is a BPSK-OFDM toy. Real 4G/5G uses QAM (constellations of 16, 64, 256 symbols) per sub-carrier, and 600–3300 carriers per symbol — same maths, far bigger arrays.
✅ Do
Use OFDM whenever the channel has frequency-selective fading (urban multipath, indoor reflections, fibre dispersion).
❌ Don't
Use OFDM where carriers move fast relative to symbol time — Doppler destroys orthogonality. Satellite-to-vehicle links need extra tricks.
Where this matters in industry
WiFi (802.11a/g/n/ac/ax), 4G LTE downlink, 5G NR uplink & downlink, DVB-T digital television, DAB digital radio, ADSL/VDSL broadband, powerline networking. Effectively every modern radio standard.
🎯 Learning checkpoint
Why does OFDM convert one wide-band frequency-selective channel into many narrow-band flat-fading channels? What does that simplification buy the receiver?