Overview
Orthogonal frequency-division multiplexing (OFDM) is a method of encoding digital data on multiple carrier frequencies. Rather than sending one high-rate stream, OFDM splits the data into many lower-rate streams and transmits each on a separate subcarrier. Because the subcarriers are mathematically orthogonal, their spectra may overlap without causing inter-carrier interference when synchronized correctly. OFDM is conceptually related to classical frequency-division multiplexing but uses orthogonality to improve spectral efficiency and simplify receiver design. For more technical background see further reading.
How it works
At the transmitter, a block of symbols modulates a set of subcarriers; this block is converted to a time-domain waveform using an inverse fast Fourier transform (IFFT). A cyclic prefix or guard interval is often appended to each OFDM symbol to reduce intersymbol interference caused by multipath propagation. The receiver removes the cyclic prefix and applies an FFT to recover the subcarrier symbols, using the orthogonality property to separate them. Practical implementations must manage carrier frequency offset, phase noise, and timing synchronization; design choices such as subcarrier spacing and cyclic prefix length reflect trade-offs between delay spread tolerance and spectral efficiency.
Key characteristics
- Multicarrier structure: many narrowband subcarriers transmitted in parallel.
- Orthogonality: subcarriers overlap in frequency but remain separable.
- Cyclic prefix: a guard interval mitigating multipath and intersymbol interference.
- Digital signal processing: FFT/IFFT enables efficient implementation.
- High peak-to-average power ratio (PAPR): a common drawback requiring careful amplifier design.
History and development
Ideas behind multicarrier modulation and orthogonality appeared in mid-20th-century research. The widespread practical use of OFDM accelerated with affordable digital signal processors and fast FFT algorithms, enabling robust implementations in the 1990s and 2000s. Research refined synchronization, adaptive modulation, and coding techniques that make OFDM suitable for demanding wireless and wired channels.
Applications and importance
OFDM underpins many contemporary communication standards because of its resistance to multipath and flexible spectral allocation. Notable uses include wireless local area networks, cellular systems, digital broadcasting, and some wired broadband technologies. Examples: variants of OFDM are part of Wi-Fi, LTE/5G air interfaces, DVB-T/T2 for television, and DAB for radio. Engineers and system designers use resource allocation and adaptive modulation on OFDM subcarriers to optimize throughput under varying channel conditions; see an introductory resource at reference link.
Advantages and limitations
OFDM offers high spectral efficiency, robustness against delay spread, and straightforward equalization in frequency-selective channels. Its trade-offs include sensitivity to frequency offset and phase noise, somewhat higher transmitter complexity and PAPR, and the need for precise timing and frequency synchronization. Variants and enhancements—such as windowing, pilot tones, and multiple-input multiple-output (MIMO) techniques—address many practical constraints and extend OFDM's capabilities.