Orthogonal Frequency Division Multiplexing
We first motivate the use of OFDM by a discussion on inter-symbol interference in frequency-selective fading channels and how multi-carrier modulation can be used to overcome it.
Background
As the bandwidth of the signal used for communication increases, it becomes impractical to assume that the channel has a constant (flat) frequency response for the entire bandwidth of the signal. We will therefore have to account for the frequency-selective nature of the channel (i.e multi-tap delay fading channel). One of the major consequences of this multi-tap delay channel is intersymbol interference (ISI), caused by distortion (spreading) of the transmitted pulses.
In practical wireless systems, such as broadband mobile communication and wireless local area networks, delay spread caused by multipath propagation results in overlapping of adjacent symbols. When the delay spread becomes comparable to or larger than the symbol duration, severe ISI occurs, significantly degrading detection performance.
Multicarrier modulation is one method of mitigating ISI. In this scheme, the channel is divided into multiple subcarriers which individually can be modulated using independent parallel data streams. Each modulated subcarrier occupies the frequency band where is the duration of each data stream. The channel fading effect on each subcarrier can be assumed to be flat. Multicarrier modulated signal can be written as
where is the symbol corresponding to -th stream, is the pulse shaping waveform of duration and it has a bandwidth . The -th carrier frequency is given by where is the bandwidth of each subcarrier, and being the number of subcarriers.
Orthogonality of Subcarriers
Two subcarriers and are orthogonal over duration if
Evaluating this integral reveals that the minimum possible subcarrier spacing such that adjacent subcarriers remain orthogonal is
When , the orthogonality condition is satisfied, ensuring that even though subcarriers overlap in frequency, they do not interfere with each other after demodulation.
The total bandwidth of the transmitted signal becomes . Utilizing the orthogonality of the subcarriers, the data stream can be demodulated independently, which in turn helps in removing the ISI. Note that this ISI removal is attributed to the fact that symbol duration over each subcarrier becomes significantly larger than the delay spread.
Thus, by increasing symbol duration on each subcarrier, the channel appears approximately flat for each narrowband component/subcarrier. This converts a frequency-selective channel into multiple parallel flat-fading channels.
OFDM in Real-Life Applications
OFDM is widely used in modern communication systems due to its robustness against ISI and spectral efficiency. Some important real-world applications include:
- 4G LTE and 5G NR mobile communications
- Wi-Fi (IEEE 802.11 standards)
- Digital Video Broadcasting (DVB)
- WiMAX broadband systems
Its ability to handle multipath fading efficiently and simple frequency-domain equalization makes OFDM highly suitable for high-data-rate broadband communication systems.
OFDM Scheme
In the following, we describe the baseband implementation of transmitter and receiver of OFDM.
Transmitter
The OFDM transmitter schematic is as shown below.
1. Symbol Mapping
We start with a data stream that is encoded using a QAM constellation, resulting in a complex symbol stream. This set of symbols needs to be sent across the sub-carriers. We denote this sequence by:
These are effectively the discrete frequency components of the modulator output.
2. Series-to-Parallel and IFFT
- Series-to-parallel conversion: Symbols are distributed across subcarriers.
- N-point IFFT: Converts frequency-domain symbols to time-domain samples.
The IFFT efficiently generates orthogonal subcarriers digitally. It ensures that each OFDM symbol consists of a sum of orthogonal complex exponentials.
3. Cyclic Prefix (CP)
- Time-domain sequence is converted to serial.
- A cyclic prefix of length is added:
The cyclic prefix must satisfy , where is channel length. This ensures that linear convolution becomes circular convolution.
Channel
The transmitted signal is distorted by an FIR channel and corrupted by noise :
After CP removal:
Due to circular convolution in time-domain, the FFT diagonalizes the channel, converting convolution into multiplication in frequency domain.
Receiver
The OFDM receiver schematic is shown below.
1. CP Removal and FFT
where is the flat-fading response of the -th subcarrier in frequency domain.
Equalization in OFDM
Since each subcarrier experiences independent flat-fading, equalization reduces to a simple one-tap frequency-domain equalizer.
ZF Equalizer:
However, if is small, noise amplification occurs.
MMSE Equalizer:
To reduce noise amplification, the MMSE equalizer is used:
Thus, OFDM converts a complex time-domain equalization problem into simple per-subcarrier equalization.
2. QAM Demodulation
- Estimated sequence is converted to serial.
- QAM demodulation is performed to recover original data.
Summary
OFDM mitigates ISI by:
- Increasing symbol duration per subcarrier
- Adding cyclic prefix to remove inter-block interference
- Converting linear convolution into circular convolution
- Enabling simple one-tap frequency-domain equalization
These properties make OFDM highly efficient and widely adopted in modern broadband wireless communication systems.