Principle of OFDM

From Single Carrier to Multicarrier

A wideband channel exhibits frequency selectivity: different frequency components of the signal experience different gains and phase shifts. In single-carrier systems this causes intersymbol interference (ISI), which requires complex equalisation. The elegant idea behind OFDM is to divide the wideband channel into many narrow sub-channels, each of which is approximately flat fading. This converts one difficult equalisation problem into many trivially simple ones β€” a single complex multiplication per subcarrier.

Definition:

Multicarrier Modulation

Multicarrier modulation transmits data by modulating NN parallel narrowband subcarriers simultaneously. Each subcarrier carries a low-rate data stream, so the symbol duration on each subcarrier is NN times longer than in an equivalent single-carrier system. If the total bandwidth is BB, each subcarrier occupies approximately B/NB/N Hz.

Longer symbol duration relative to channel delay spread is the key advantage: it makes each sub-channel approximately flat fading.

Definition:

Orthogonal Frequency Division Multiplexing (OFDM)

OFDM is a multicarrier modulation scheme that uses NN orthogonal subcarriers spaced by Ξ”f=1/Tsym\Delta f = 1/T_{\text{sym}} Hz. The kk-th subcarrier has frequency fk=f0+kΞ”ff_k = f_0 + k \Delta f for k=0,1,…,Nβˆ’1k = 0, 1, \ldots, N-1. The transmitted baseband signal for one OFDM symbol is:

x(t)=βˆ‘k=0Nβˆ’1X[k] ej2Ο€kΞ”f t,0≀t<Tsymx(t) = \sum_{k=0}^{N-1} X[k]\, e^{j2\pi k \Delta f\, t}, \qquad 0 \leq t < T_{\text{sym}}

where X[k]X[k] is the complex data symbol (e.g., QAM) on subcarrier kk, and Tsym=1/Ξ”fT_{\text{sym}} = 1/\Delta f is the symbol duration.

,

Definition:

Subcarrier Orthogonality

Two subcarriers ej2Ο€kΞ”f te^{j2\pi k \Delta f\, t} and ej2Ο€mΞ”f te^{j2\pi m \Delta f\, t} are orthogonal over the interval [0,Tsym)[0, T_{\text{sym}}) when Ξ”f=1/Tsym\Delta f = 1/T_{\text{sym}}:

1Tsym∫0Tsymej2Ο€kΞ”f t eβˆ’j2Ο€mΞ”f t dt={1k=m0kβ‰ m\frac{1}{T_{\text{sym}}} \int_0^{T_{\text{sym}}} e^{j2\pi k \Delta f\, t}\, e^{-j2\pi m \Delta f\, t}\, dt = \begin{cases} 1 & k = m \\ 0 & k \neq m \end{cases}

This orthogonality allows the subcarrier spectra to overlap in frequency while remaining separable at the receiver, achieving higher spectral efficiency than guard-band-separated FDM.

The sinc-shaped spectrum of each subcarrier has nulls at the centre frequencies of all other subcarriers. This is the origin of the name "orthogonal" FDM.

Theorem: Parallel Channel Decomposition

Consider an OFDM system with NN subcarriers and subcarrier spacing Ξ”f\Delta f transmitting over a frequency-selective channel with frequency response H(f)H(f). If the channel is approximately constant over each subcarrier bandwidth Ξ”f\Delta f, i.e.,

H(f)β‰ˆH(fk)β‰œH[k],f∈[fkβˆ’Ξ”f/2,β€…β€Šfk+Ξ”f/2]H(f) \approx H(f_k) \triangleq H[k], \qquad f \in [f_k - \Delta f/2,\; f_k + \Delta f/2]

then the received symbol on each subcarrier satisfies:

Y[k]=H[k] X[k]+W[k],k=0,1,…,Nβˆ’1Y[k] = H[k]\, X[k] + W[k], \qquad k = 0, 1, \ldots, N-1

where W[k]∼CN(0,Οƒ2)W[k] \sim \mathcal{CN}(0, \sigma^2) is additive noise. The frequency-selective channel is thus decomposed into NN independent parallel flat-fading sub-channels, each requiring only a single-tap equaliser X^[k]=Y[k]/H[k]\hat{X}[k] = Y[k] / H[k].

By making each subcarrier narrow enough (Ξ”fβ‰ͺBc\Delta f \ll B_c, the coherence bandwidth), the channel appears flat within each sub-band. The IDFT/DFT pair at TX/RX automatically performs the multiplexing/demultiplexing, and the cyclic prefix (Section 14.2) ensures exact diagonalisation of the channel matrix.

,

OFDM Subcarrier Spectra

Visualise the overlapping sinc spectra of OFDM subcarriers. Each subcarrier has a sinc-shaped spectrum centred at kΞ”fk \Delta f. Observe how the nulls of each subcarrier align with the peaks of its neighbours, ensuring orthogonality despite spectral overlap.

Parameters
8
3

Example: OFDM System Parameters for LTE

An LTE system uses N=2048N = 2048 subcarriers with subcarrier spacing Ξ”f=15\Delta f = 15 kHz. The cyclic prefix is Ncp=144N_{\text{cp}} = 144 samples (normal CP).

(a) Find the useful symbol duration TsymT_{\text{sym}}.

(b) Find the total OFDM symbol duration TtotalT_{\text{total}}.

(c) What is the system bandwidth?

(d) Calculate the CP overhead as a fraction of the total symbol duration.

Historical Note: Origins of OFDM

1966-2009

The concept of multicarrier modulation was first proposed by Robert W. Chang of Bell Labs in 1966, who showed that data could be transmitted simultaneously on overlapping orthogonal subcarriers without mutual interference. The practical breakthrough came in 1971 when Weinstein and Ebert demonstrated that OFDM modulation and demodulation could be efficiently implemented using the DFT, eliminating the need for banks of oscillators. The addition of the cyclic prefix by Peled and Ruiz in 1980 completed the modern OFDM architecture. OFDM was adopted for DAB (1995), DVB-T (1997), IEEE 802.11a/g Wi-Fi (1999), and 4G LTE (2009), making it arguably the most successful modulation technology of the 21st century.

,

Quick Check

Why must the subcarrier spacing in OFDM satisfy Ξ”f=1/Tsym\Delta f = 1/T_{\text{sym}}?

To maximise the total bandwidth of the system

To ensure orthogonality between subcarriers over the symbol interval [0,Tsym)[0, T_{\text{sym}})

To minimise the peak-to-average power ratio

To make the cyclic prefix as short as possible

Why This Matters: OFDM as the Foundation for MIMO-OFDM

OFDM's parallel flat-fading decomposition is the key enabler for MIMO-OFDM: by converting the frequency-selective MIMO channel into NN independent narrowband MIMO channels, OFDM allows standard MIMO techniques (spatial multiplexing, beamforming, space-time coding) to be applied per subcarrier without wideband matrix equalisers. This is why every modern MIMO system β€” from 802.11n Wi-Fi to 5G NR massive MIMO β€” is built on OFDM. Chapters 15--18 develop the MIMO theory that operates on top of the per-subcarrier flat-fading model established here.

OFDM

Orthogonal Frequency Division Multiplexing β€” a multicarrier modulation scheme that divides a wideband channel into NN narrowband orthogonal subcarriers, each experiencing flat fading.

Related: Multicarrier Modulation, Subcarrier, OFDM Transceiver via IDFT/DFT

Subcarrier

One of the NN narrowband orthogonal frequency channels in an OFDM system, spaced by Ξ”f=1/Tsym\Delta f = 1/T_{\text{sym}} Hz.

Related: Orthogonal Frequency Division Multiplexing (OFDM), Subcarrier Spacing

Subcarrier Spacing

The frequency separation Ξ”f\Delta f between adjacent OFDM subcarriers. Must satisfy Ξ”f=1/Tsym\Delta f = 1/T_{\text{sym}} for orthogonality. In LTE, Ξ”f=15\Delta f = 15 kHz; in 5G NR, Ξ”f∈{15,30,60,120,240}\Delta f \in \{15, 30, 60, 120, 240\} kHz.

Related: Orthogonal Frequency Division Multiplexing (OFDM), Numerology