The Basics of Orthogonal Frequency-Division Multiplexing (OFDM)

Orthogonal Frequency-Division Multiplexing (OFDM) is the dominant multicarrier modulation scheme in modern wireless communications. It splits a high-rate data stream into many low-rate streams transmitted on closely-spaced orthogonal subcarriers. OFDM powers 4G, 5G NR, Wi-Fi (a/g/n/ac/ax), DVB-T, DAB, DSL, and power-line communications.

Quick Answer

OFDM divides a wideband channel into hundreds or thousands of narrowband subcarriers that are mathematically orthogonal — meaning they can be packed tightly without interfering with each other. A cyclic prefix guards against multipath interference, and an FFT/IFFT implements the entire modulator and demodulator in digital hardware. The result: high spectral efficiency, robust performance in multipath, and flexible resource allocation.

What Is OFDM?

OFDM is a multicarrier modulation technique that transmits data in parallel across many orthogonal subcarriers. Unlike single-carrier systems that send symbols at high speed on one carrier, OFDM sends many low-speed symbols simultaneously on many subcarriers.

This makes the symbol duration much longer than the channel's impulse response, which simplifies equalization and provides resilience against multipath fading and intersymbol interference (ISI).

Why "Orthogonal"?

Two signals are orthogonal if their product integrated over a symbol period is zero. In OFDM, each subcarrier is a sinus sine wave, and the set of subcarriers is chosen so that peaks of one coincide with nulls of all others. This means:

  • Subcarriers can be packed as closely as possible without guard bands.
  • The receiver can recover each subcarrier independently using an FFT.
  • Spectral efficiency is dramatically higher than in FDM with guard bands.

How OFDM Works

OFDM Transmitter & Receiver Block Diagram

Transmitter Receiver Data + Coding Mapper (QAM/PSK) IFFT (multicarrier) Add Cyclic Prefix DAC + RF Front-End ADC + RF Front-End Remove Cyclic Prefix FFT (demodulate) Demapper Decoding + Output Channel

OFDM moves all the heavy math (FFT, channel estimation, equalization) into the digital baseband, making the RF front-end simple.

Key Concepts

1. Subcarriers

The OFDM signal is the sum of many subcarriers, each modulated with a low-rate symbol stream. Subcarrier spacing is fixed (e.g., 15 kHz in 4G, 30 kHz default in 5G NR). Wi-Fi uses 312.5 kHz spacing; DVB-T uses ~1 kHz.

2. Cyclic Prefix (CP)

A copy of the end of each OFDM symbol is prepended to absorb multipath echoes. As long as the channel impulse response fits inside the CP, ISI and inter-carrier interference (ICI) are eliminated.

3. IFFT / FFT

The modulator and demodulator are implemented as Inverse FFT and FFT. This is the key insight that makes OFDM practical — a single 1024-point FFT replaces hundreds of analog oscillators and filters.

4. Resource Allocation

Subcarriers are grouped into Resource Blocks (RBs) in cellular, or tones in Wi-Fi. The scheduler assigns different users to different RBs at different times — the foundation of OFDMA.

5. Channel Estimation & Equalization

Known pilot symbols are inserted into the OFDM grid. The receiver compares received pilots to expected values to estimate the channel frequency response, then applies a one-tap equalizer per subcarrier.

Key Specifications

Parameter Typical Value Standard
Subcarrier Spacing 15 kHz (default) 4G LTE
Subcarrier Spacing 15 / 30 / 60 kHz 5G NR
Subcarrier Spacing 312.5 kHz Wi-Fi 6 / 6E
FFT Size 128 – 4096 Various
Cyclic Prefix Length 4.7 – 16.7 µs 4G / 5G
Modulation per Subcarrier BPSK to 1024-QAM Adaptive
Number of Subcarriers 72 – 3300+ Per OFDM symbol

Why OFDM Is Used Everywhere

  • Robust against multipath: the cyclic prefix absorbs echoes that would otherwise corrupt symbols.
  • Spectral efficiency: orthogonal packing means no wasted bandwidth between subcarriers.
  • Simple equalization: one-tap equalizer per subcarrier in the frequency domain.
  • Flexible resource allocation: subcarriers can be assigned to users dynamically.
  • Easy FFT implementation: digital baseband rather than analog filtering.
  • Adaptive modulation: each subcarrier can use a different modulation based on its SNR.

Challenges of OFDM

  • High peak-to-average power ratio (PAPR): many subcarriers add constructively, demanding linear RF power amplifiers.
  • Sensitive to Doppler: in fast-moving scenarios, Doppler shift destroys orthogonality.
  • Sensitive to frequency offset: oscillator mismatch between TX and RX causes ICI.
  • Strict synchronization required: timing and frequency must be tightly controlled.
  • Long latency: the FFT block plus cyclic prefix adds delay, problematic for ultra-low-latency apps.

OFDM vs. OFDMA

Aspect OFDM OFDMA
Multi-user Time-division only Time + frequency
Resource Allocation All subcarriers to one user Subcarriers grouped per user
Latency Higher Lower (parallel access)
Used In DVB, Wi-Fi (legacy) 4G/5G, Wi-Fi 6 / 6E / 7
Pro Tip: 5G NR introduced numerology: subcarrier spacing can be 15, 30, 60, 120, or 240 kHz. Higher numerologies shorten symbol duration — useful for low-latency URLLC and high-mobility V2X.

Real-World Standards

  • 4G LTE / 5G NR: downlink uses OFDMA with adaptive numerology.
  • Wi-Fi (a/g/n/ac/ax/be): Wi-Fi 6 and 7 use OFDMA for multi-user uplink and downlink.
  • DVB-T / DVB-T2: digital television broadcasting worldwide.
  • DAB / DAB+: digital radio broadcasting.
  • ADSL / VDSL: discrete multitone (DMT), a variant of OFDM, for DSL broadband.
  • Power-line communication (HomePlug, G.hn): OFDM for home networking over AC lines.
  • Digital audio broadcasting: DAB and DRM use OFDM for robust mobile reception.

Common Mistakes

  • Insufficient CP length: long multipath channels exceed the cyclic prefix, causing ISI.
  • Ignoring PAPR: saturating the RF power amplifier creates out-of-band emissions and distortion.
  • Poor frequency synchronization: oscillator offset destroys orthogonality.
  • Over-aggressive channel estimation: noisy pilots produce unreliable equalization.
  • Mismatched sampling rates: between TX and RX causes timing drift over long packets.

Designing with OFDM

  1. Choose FFT size and subcarrier spacing based on channel coherence bandwidth.
  2. Set cyclic prefix length to cover the worst-case delay spread.
  3. Allocate pilot subcarriers for channel estimation.
  4. Select modulation and coding based on target SNR and throughput.
  5. Design RF front-end for high PAPR with back-off power amplifier.
  6. Implement tight frequency and timing synchronization.
  7. Validate with field tests in real multipath environments.

Key Takeaways

  • OFDM uses many orthogonal subcarriers to send data in parallel.
  • The cyclic prefix absorbs multipath echoes and eliminates ISI.
  • FFT/IFFT make OFDM practical in digital hardware.
  • 4G, 5G, Wi-Fi, and many broadcast standards use OFDM.
  • High PAPR and sensitivity to frequency offset are the main challenges.

Frequently Asked Questions

What is OFDM?

OFDM (Orthogonal Frequency-Division Multiplexing) is a multicarrier modulation scheme that splits data across many orthogonal subcarriers. It is used in 4G, 5G, Wi-Fi, DVB, and many other standards.

What is the cyclic prefix?

The cyclic prefix is a copy of the end of each OFDM symbol prepended to the beginning. It absorbs multipath echoes, preventing inter-symbol interference.

Why is OFDM better than single-carrier modulation?

OFDM turns a difficult time-domain equalization problem into many simple frequency-domain one-tap equalizations. It is also more spectrally efficient and more robust against multipath fading.

What is the main drawback of OFDM?

The high peak-to-average power ratio (PAPR) requires linear RF amplifiers. OFDM is also sensitive to frequency offset and Doppler, which destroys the orthogonality of subcarriers.

What is the difference between OFDM and OFDMA?

OFDM serves one user at a time on all subcarriers. OFDMA assigns subsets of subcarriers to different users simultaneously, enabling efficient multi-user access.

About the Author — MeiXun Team

Wang

Chief Engineer Wang

High-tech Enterprise, Feifeng Talent

Chief Engineer Wang graduated with a master's degree in high-power microwave from the Institute of Electronics, University of Chinese Academy of Sciences.

View Full Profile
Wang

Chief Engineer Wang

High-tech Enterprise, Feifeng Talent

Chief Engineer Wang graduated with a master's degree in high-power microwave from the Institute of Electronics, University of Chinese Academy of Sciences.

In the same year, he joined CETC 40/41 for work and study. He has been committed to the design and development of microwave switches for a long time.

He has applied for 27 patents as the first inventor in the microwave switch field, with 6 authorized invention patents and 14 utility model patents.

The products he developed cover various application platforms such as civilian testing, vehicle-mounted, shipborne, airborne, and missile-borne.

RF Microwave Switch RF Switch Coaxial Switch PIN Diode Switch Low Noise Amplifier Waveguide Switch PIN Switch Microwave Switch