Orthogonal Frequency Division Multiplexing

Orthogonal Frequency Division Multiplexing (OFDM) is a key wideband digital communication method used in wireless transmission. Data is split into several streams and transmitted on multiple narrowband channels to reduce interference and crosstalk.

Due to its good spectral efficiency and relatively less complexity, it's one of the popular techniques used in telecommunications. It's used in multiple standards including DAB, HDTV, WLAN (802.11a/g/ac), WiMAX, and LTE. It enables transmission of high data rates (in the order of 1 Gbps) on a wireless channel.

Discussion

  • Could you give an overview of OFDM?
    Comparing multi-carrier modulation schemes FDM and OFDM. Source: DK 2012.
    Comparing multi-carrier modulation schemes FDM and OFDM. Source: DK 2012.

    OFDM is a Multi-Carrier Modulation (MCM) scheme, which uses closely spaced multiple subcarriers to transmit data. Data to be transmitted is split and transmitted using multiple subcarriers instead of using a single carrier. The key idea is instead of transmitting at a very high bit rate, the data is transmitted over multiple subchannels each carrying lower bit rates.

    Unlike the traditional Frequency Division Multiplexing (FDM), the OFDM does not use guard bands to separate the various subchannels. One of the key features of OFDM is the orthogonality of the subcarriers used to transmit data. The orthogonality of subcarriers results in more subcarriers in a given bandwidth. This improves spectral efficiency. It also eliminates the interference between subcarriers, often called Inter-Carrier Interference (ICI).

  • Why is OFDM used in wireless transmission?

    One of the key challenges in wireless transmission as compared to wired transmission is the phenomenon of multipath fading and Inter-Symbol Interference (ISI). OFDM helps in mitigating both these effects, making it one of the key technologies to be used in wireless transmission. OFDM uses spectrum in a more efficient way compared to some of the other techniques used to overcome multipath fading and Inter Symbol Interference.

  • How does OFDM ensure subcarriers do not interfere with each other?
    OFDM signal frequency spectra. Source: Keysight Technologies 2000a.
    OFDM signal frequency spectra. Source: Keysight Technologies 2000a.

    OFDM splits the available spectrum into multiple subbands and transmits data using multiple subcarriers. The subcarriers are chosen such that they are orthogonal to each other. This ensures that data from one subcarrier does not interfere with the data on the other. To maintain orthogonality between subcarriers, the subcarriers are chosen such that they are all integer multiples of the base frequency. If the total bandwidth of the system is B Hz. Then the base frequency (f0) is given by B/N, where N is the number of subcarriers in the system. The subcarriers used are f0, 2f0, 3f0 ... (N-1)f0.

    The spectrum of each transmitted subcarrier in OFDM system is a sinc function with side-lobes that produce overlapping spectra between subcarriers. Since the carriers are orthogonal, the peak of each subcarrier coincides with nulls of other subcarriers. Even though there's overlap of spectra between subcarriers, there's no interference between subcarriers.

  • What's the role of FFT and IFFT in OFDM implementation?

    OFDM system involves mapping of symbols onto a set of orthogonal subcarriers that are multiples of the base frequency. This can be implemented in digital domain using Fast Fourier Transform (FFT) and Inverse Fast Fourier Transform (IFFT). These transforms are important from OFDM perspective as they can be viewed as mapping digital input data onto orthogonal subcarriers.

    The IFFT takes frequency-domain input data and converts it to the time-domain output data (analog OFDM symbol waveform). This waveform is transmitted by the OFDM transmitter. The receiver receives the waveform and uses FFT transform to convert the data back from time-domain into frequency domain to recover the data back.

  • What's guard band and cyclic prefix in OFDM?
    CP is formed by copying bits at the end of an OFDM symbol. Source: DSP Illustrations 2018.
    CP is formed by copying bits at the end of an OFDM symbol. Source: DSP Illustrations 2018.

    OFDM systems make use of guard band and cyclic prefix (CP) to overcome the issue of ISI. While guard band is not required to achieve orthogonality of subcarriers, it helps in overcoming ISI in a multipath channel. The duration of the guard band should be more than the channel spread of the wireless medium.

    The cyclic prefix is transmitted during the guard band interval. After IFFT, some end bits of the OFDM symbol are copied to the guard band before the symbol to form the CP.

    Receivers often have a channel equalizer to combat channel distortion. CP simplifies equalizer implementation. Essentially, CP converts a linear convolution to a circular convolution. Circular convolution in time domain is equivalent to a simple multiplication in the frequency domain. The channel equalizer in the receiver multiplies the received symbol by the inverse of the channel coefficients in frequency domain to recover the original transmitted symbol, assuming that fading is constant over the subband.

  • How is a typical OFDM transmitter and receiver implemented?
    OFDM Transceiver Block Diagram. Source: Chapre et al. 2013, fig. 1.
    OFDM Transceiver Block Diagram. Source: Chapre et al. 2013, fig. 1.

    In an OFDM transmitter, the input bits are first grouped into symbols in frequency domain by using a serial-to parallel-converter. These frequency domain symbols are then taken as input by the IFFT block. The IFFT block converts the input symbol into time domain symbol by doing an IFFT operation on the input. The cyclic prefix is added to the output of IFFT block by the cyclic prefix block. This symbol is then converted back to series of bits by the parallel-to-serial converter and transmitted.

    In the OFDM receiver the input signal is passed through the channel equalizer block first, to cancel any impairments introduced by the wireless channel. The output of the equalizer is then input to the prefix extraction block to remove the cyclic prefix. The output of the prefix extraction block is then given to the FFT block. This block converts the input to frequency domain output by doing an FFT operation. Thus the OFDM receiver recovers the original bits back by doing a parallel-to-serial operation.

  • What are the advantages of OFDM?

    Here are some advantages:

    • High spectral efficiency: Compared to other schemes like spread-spectrum, OFDM uses the available spectrum in a more efficient way.
    • Robust against multipath fading and Inter-Symbol Interference: Due to low data-rate in each subchannel, OFDM is more resilient to inter-symbol interference caused by multipath propagation.
    • Simpler channel equalizer in receiver: In case of OFDM the channel equalization can be done in frequency domain and is a multiplication operation of the received symbol with the channel equalizer.
    • Efficient implementation: Implementation can be done using IFFT and FFT, thus eliminating the need for multiple mixers in transmitter and receiver.
    • Robustness against selective fading: Since the transmission is done using multiple smaller subbands, frequency selective fading appears as flat fading for each subband.
    • Resilience to narrow band interference: Due to narrow band interference, contents in some of the subchannels will be lost. It is possible to recover it by using channel coding and interleaving data before transmission.
    • Tuned subchannel receivers not required: Unlike conventional FDM, tuned subchannel receivers are not required, thus simplifying the receiver design
  • What are the disadvantages of OFDM?

    Here are some disadvantages:

    • Sensitive to Carrier offset and frequency drift: In case there is an offset between the transmitter and receiver carrier frequencies, the orthogonal property of the OFDM is lost. Thus OFDM systems are very sensitive to carrier frequency offsets.
    • High Peak-To-Average power ratio: Since the output of multiple subbands are combined to get the OFDM signal, the OFDM signal has a very high dynamic range of amplitude. This leads to complex RF design as the amplifiers need to be linear for the entire amplitude range. This also leads to lower efficiency of the RF amplifier.

Milestones

1870

Alexander Graham Bell is initially funded by his future father-in-law Gardiner Hubbard to work on harmonic telegraphy, which is an FDM transmission of multiple telegraph channels. With FDM, more than one low rate signal is carried over a relatively wide channel using a separate carrier frequency for each signal.

1957

Collins Radio Company develops the Kineplex system to overcome multipath fading. 20 tones are modulated by differential 4-PSK without filtering. Tones can be separable by bank of filters at the receiver.

1961

Franco and Lachs propose a multitone, code-multiplexing scheme using a 9-point QAM constellation for each carrier. Sine and Cosine waves used to generate orthogonal signals.

1966
R.W. Chang illustrating reception of signals in subcarrier 5. Source: Chang 1966, fig. 6.
R.W. Chang illustrating reception of signals in subcarrier 5. Source: Chang 1966, fig. 6.

What could be termed as the birth of modern OFDM, Robert W. Chang publishes Synthesis of Band-Limited Orthogonal Signals for Multichannel Data Transmission. He uses Fourier transform to make the subcarriers orthogonal. His system is able to transmit signals in parallel without either ISI or ICI.

1967

B.R. Saltzberg extends Chang's work to complex data, that is, Quadrature Amplitude Modulation (QAM). He shows that I and Q streams should be staggered by T/2, and adjacent channels the other way. Zimmerman and Kirsch publish a paper on the design of an HF (high frequency) radio OFDM transceiver (KATHRYN). This uses 34 subchannels in a 3kHz bandwidth. KATHRYN uses analog hardware to generate orthogonal signals using Discrete Fourier transform (DFT).

1971

Weinstein and Ebert use Fast Fourier Transform (FFT) implementation of DFT. This greatly reduces the cost and complexity of OFDM systems. However, Weinstein notes later Bell Labs didn't show much interest in this. The big applications of OFDM (ADSL, wireless communications, digital audio/video broadcasting) came years later. Weinstein and Ebert also introduce the guard band for multipath channels.

1980

Although earlier work made the subcarriers orthogonal, in a time dispersive channel the orthogonality was lost resulting in ISI. Peled and Ruiz solve this by introducing Cyclic Extension (CE). Today we use the more familiar term Cyclic Prefix (CP). Effective data rates are reduced but the gain in terms of zero ISI is worth it.

1985

For better channel estimation, L.J. Cimini introduces a pilot-based method to reduce interference from multipath and co-channels. This work becomes important in the context of cellular mobile systems where channels experience fast selective fading.

Jan
1993

Amati's prototype of an ADSL modem wins a competition with Carrierless Amplitude-Phase (CAP) Modulation in a Bellcore-sponsored test. The technique used is Discrete Multi-Tone (DMT), which is essentially OFDM. Soon ADSL becomes the first major consumer-oriented application of OFDM. It uses 256-point DFT with subcarriers separated by 4.3125 kHz and a (block) symbol rate of 4000/s. Early deployments using Amati equipment happen with British Telecom in late 1993 and early 1994, offering 2 Mbps downstream.

1999

802.11a WLAN standard is published as an amendment of 802.11 from 1997. It uses OFDM in the physical layer for data transmission. 802.11a's OFDM has 52 subcarriers (4 pilot + 48 data), 64-point FFT, and 312.5 kHz of subcarrier spacing.

References

  1. Adewuyi, O.S., Lawal W., and Ogunti E.O. 2013. "Performance Analysis of Ofdm in Combating Multipath Fading." IOSR Journal of Computer Engineering, vol. 6, no. 2, pp. 99-107. Accessed 2019-02-26.
  2. Chang, Robert W. 1966. "Synthesis of band-limited orthogonal signals for multichannel data transmission." Bell Systems Tech. Journal, vol. 45, pp.1775–1796, December. Accessed 2019-02-26.
  3. Chapre, Yogita, Prasant Mohapatra, Sanjay Jha, and Aruna Seneviratne. 2013. "Received signal strength indicator and its analysis in a typical WLAN system." IEEE 38th Conference on Local Computer Networks (LCN 2013), October. Accessed 2019-02-26.
  4. DK. 2012. "OFDM." TechUniverse, August. Accessed 2019-02-26.
  5. DSP Illustrations. 2018. "The Cyclic Prefix for OFDM." Accessed 2019-02-26.
  6. Electronics Notes. 2019. "What is OFDM: Orthogonal Frequency Division Multiplexing." Accessed 2019-02-26.
  7. Ericsson. 2009. "LTE – an introduction." White paper, Ericsson, Rev B, June. Archived 2010-08-01. Accessed 2019-02-26.
  8. Fazel, K. and S. Kaiser. 2008. "Multi-Carrier and Spread Spectrum Systems From OFDM and MC-CDMA to LTE and WiMAX." Second Edition, John Wiley and Sons. Accessed 2019-02-26.
  9. Keysight Technologies. 2000a. "Concepts of Orthogonal Frequency Division Multiplexing (OFDM) and 802.11 WLAN." Accessed 2019-02-26.
  10. Keysight Technologies. 2000b. "802.11 OFDM Overview." Accessed 2019-02-17.
  11. LaSorte, Nickolas, W. Justin Barnes, and Hazem Refai. 2008. "The History of Orthogonal Frequency Division Multiplexing." Proceedings of the Global Communications Conference, GLOBECOM 2008, New Orleans, LA, USA, 30 November - 4 December 2008, pp. 3592-3596. Accessed 2019-02-26.
  12. Lawrey, Eric. 1997. "The suitability of OFDM as a modulation technique for wireless telecommunications, with a CDMA comparison." Thesis, 2nd Edition, Revised 16/10/2001, James Cook University. Accessed 2019-02-26.
  13. Linnartz, Jean-Paul M.G. 1995. "Multi-Carrier Modulation." Chapter: Analog and Digital Transmission, JPL's Wireless Communication Reference Website. Accessed 2019-02-26.
  14. Park, Belal. 2013. "OFDM Applications." Wireless Comms Lab, University of Jordan, on SlideShare, March 21. Accessed 2019-02-26.
  15. Weinstein, Stephen B. 2009. "Introduction to the History of OFDM." Part of History of Communications, ed. Schwartz, M., IEEE Communication Magazine, pp. 26-35, November. Accessed 2019-02-26.
  16. Wikipedia. 2019. "IEEE 802.11." Wikipedia, February 25. Accessed 2019-02-26.
  17. von Nagy, Andrew. 2015. "PHY Basics: How OFDM Subcarriers Work." Blog, Revolution Wi-Fi, June 01. Accessed 2019-02-26.

Further Reading

  1. Altera. 2008. "Implementing OFDM Modulation for Wireless Communications." Application Note 503, Altera Corporation, version 1.0, January. Accessed 2019-02-26.
  2. Chaudhari, Qasim. 2017. "A Beginner's Guide to OFDM." DSP Related, May 01. Accessed 2019-02-26.
  3. labAlive. 2019. "OFDM transmission: step-by-step example." labAlive - Virtual Communications Lab. Accessed 2019-02-26.
  4. Alard, M. and L. Roselyne. 1987. "Principles of Modulation and Channel Coding for Digital Broadcasting for Mobile Receivers." European Broadcast Union Technical Review no. 224, August. Accessed 2019-02-26.

Article Stats

Author-wise Stats for Article Edits

Author
No. of Edits
No. of Chats
DevCoins
1
0
1282
10
0
921
1747
Words
3
Likes
13K
Hits

Cite As

Devopedia. 2020. "Orthogonal Frequency Division Multiplexing." Version 11, September 4. Accessed 2023-11-12. https://devopedia.org/orthogonal-frequency-division-multiplexing
Contributed by
2 authors


Last updated on
2020-09-04 17:13:02

Improve this article
  • Inter-Symbol Interference
  • Fast Fourier Transform
  • Multiplexing
  • Discrete Multitone
  • Digital Modulation
  • Orthogonal Frequency Division Multiple Access

Article Warnings

  • Readability score of this article is below 50 (49.1). Use shorter sentences. Use simpler words.