Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing · Also known as: multicarrier modulation
OFDM is a multicarrier modulation technique that divides a wideband channel into many narrowband orthogonal subcarriers. Introduced by Weinstein and Ebert in 1971, it exploits the duality between time and frequency domains to efficiently use spectrum while mitigating intersymbol interference in frequency-selective channels. OFDM is now the standard for high-speed wireless systems including WiFi, cellular LTE, and digital broadcasting.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
+1 more
When to use it
OFDM is ideal for wideband systems with frequency-selective fading, especially when the channel has significant delay spread. It requires accurate synchronization and is sensitive to timing and frequency offsets. Prefer OFDM when spectral efficiency and robustness to multipath are critical; avoid it if strict latency constraints demand low processing overhead or if the channel is extremely sparse (where single-carrier techniques might be simpler).
Strengths & limitations
- High spectral efficiency by using orthogonal subcarriers
- Robustness to multipath fading via cyclic prefix
- Low-complexity FFT-based implementation
- Flexible subcarrier allocation and adaptive loading per carrier
- Backwards compatible with existing channel models
- High peak-to-average power ratio (PAPR) requires power-efficient amplification
- Sensitive to synchronization errors and frequency offsets
- Overhead from cyclic prefix reduces efficiency in short-duration bursts
- Requires explicit channel state information for equalization
Frequently asked
Why is the cyclic prefix necessary?
The cyclic prefix ensures that each OFDM symbol period encompasses the entire channel impulse response. This makes the circular convolution property of the DFT applicable, allowing simple one-tap equalization per subcarrier. Without it, linear convolution would spread a symbol across multiple OFDM symbol periods, causing inter-symbol interference.
How does OFDM handle frequency-selective fading?
By dividing the wideband channel into narrowband subcarriers, each subcarrier experiences approximately flat (frequency-flat) fading. This replaces a complex frequency-selective equalization problem with simpler per-subcarrier gain correction, dramatically reducing receiver complexity.
What is the role of synchronization in OFDM?
Synchronization errors (timing or frequency offset) destroy the orthogonality between subcarriers, causing inter-carrier interference. Timing offset shifts the FFT window and loses the cyclic prefix benefit; frequency offset rotates subcarrier phase differently and leaks energy across carriers. Both must be estimated and corrected before symbol detection.
How can PAPR be reduced in OFDM?
Techniques include clipping (crude but simple), companding, tone reservation, tone injection, and selected mapping (SLM). Each trades off computational cost, PAPR reduction, and data overhead. Most practical systems use a combination; 5G allows filter bank multi-carrier variants that inherently reduce PAPR.
Sources
- Weinstein, S. B., & Ebert, P. M. (1971). Data transmission by frequency-division multiplexing using the discrete Fourier transform. IEEE Transactions on Communication Technology, 19(5), 628-634. DOI: 10.1109/TCOM.1971.1090705 ↗
- Alves, H., Nouri, M., & Latva-aho, M. (2015). Performance analysis of orthogonal frequency division multiplexing for wireless networks. IEEE Access, 3, 1627-1640. link ↗
How to cite this page
ScholarGate. (2026, June 3). Orthogonal Frequency Division Multiplexing. ScholarGate. https://scholargate.app/en/telecommunications/ofdm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Alamouti CodeTelecommunications↔ compare
- MIMOTelecommunications↔ compare
- Shannon CapacityTelecommunications↔ compare
- Turbo CodeTelecommunications↔ compare
- ZF/MMSE EqualizationTelecommunications↔ compare