Multiplexing

Orthogonal Frequency-Division Multiplexing (OFDM)

Principles of multi-carrier transmission with orthogonal subcarriers for high spectral efficiency.

The Challenge: One Wide Highway vs. Many Narrow Lanes

Imagine you want to transport a massive amount of data. One approach (single-carrier transmission) is to use a single, very wide highway and send all the data at very high speed. However, this wide highway is vulnerable; a single deep pothole () can disrupt the entire flow of traffic.

OFDM takes a different approach. Instead of one wide highway, it creates hundreds or thousands of slower, narrower lanes. Each lane (called a subcarrier) carries only a small portion of the total data. If a pothole affects one or two narrow lanes, it's a minor issue that can be easily corrected, and the rest of the traffic flows unimpeded. This makes OFDM exceptionally robust, especially in challenging wireless environments.

The Magic of Orthogonality: Efficient Spectrum Use

Traditional multi-channel systems, like FDM or WDM, separate channels with unused frequency gaps called guard bands to prevent them from interfering with each other. This is like leaving an empty lane between each lane of traffic on a highway-safe, but a waste of space.

OFDM achieves high spectral efficiency by allowing the spectra of its subcarriers to overlap significantly, eliminating the need for wide guard bands. The key to avoiding interference is .

As shown in the diagram, each subcarrier has a spectrum shaped like a sinc(x)sinc(x) function. They are spaced such that the peak of each subcarrier lines up exactly with the zero-crossing points (nulls) of all the other subcarriers. When the receiver demodulates a specific subcarrier, it samples at the peak, where the interference from all other subcarriers is zero. This clever technique allows for a much denser packing of data, leading to a significant increase in spectral efficiency.

Building an OFDM Signal: Time and Frequency

Creating and interpreting an OFDM signal involves working in two domains:

  • In the Frequency Domain: An OFDM signal is defined by placing data onto a set of individual subcarriers. Each subcarrier is independently modulated using a digital modulation scheme like QPSK or 16-QAM. This determines the amplitude and phase of that specific subcarrier.
  • In the Time Domain: The actual signal that is transmitted is the sum of all these individually modulated subcarriers (sine and cosine waves). This results in a complex, noise-like waveform. The relationship between these two domains is governed by the .

Relationship Between Data Rate and Reach

Different modulation formats can be applied to OFDM subcarriers. A higher modulation order increases the number of bits per symbol but requires a higher SNR to reach a target error rate. This may reduce reach, but it does not produce a fixed reduction factor.

Modulation LevelBits Per SymbolRequired SNRTypical Effect on Reach
64-QAM6Very highUsually the lowest among the listed formats
16-QAM4HighUsually lower than for QPSK
QPSK (4-QAM)2ModerateUsually higher than for 16-QAM
BPSK1Lowest among the listed formatsUsually the highest among the listed formats

Actual reach also depends on symbol rate, occupied bandwidth, power, channel properties, FEC, target error rate, and DSP algorithms. Bits per symbol alone are therefore insufficient to determine a maximum link length.

Key Applications of OFDM

Due to its high spectral efficiency and robustness against multipath interference, OFDM has become the dominant technology in many modern communication systems:

  • Wireline Access: ADSL and VDSL broadband (where it's often called DMT), Power-Line Communication (PLC).
  • Wireless LAN: Wi-Fi standards including 802.11a, g, n, ac, and ax (Wi-Fi 6).
  • Cellular Networks: 4G LTE and 5G NR mobile communication.
  • Digital Broadcasting: Terrestrial digital television (DVB-T/T2, ATSC) and digital radio (DAB).
  • Elastic Optical Networks (EON): As a key enabling technology, OFDM allows the creation of flexible "super-channels" with variable bandwidth, perfectly matching the required data rate by allocating a specific number of subcarriers. This maximizes the efficiency of the optical fiber infrastructure.

Related articles