OFDM (Orthogonal Frequency Division Multiplexing) is a digital transmission technique widely used in telecoms. It divides a signal into multiple closely spaced subcarriers, each modulated with a low data rate stream. The orthogonality of subcarriers prevents interference, allowing efficient use of spectrum and resistance to multipath fading. OFDM improves signal robustness, supports high data rates, and optimizes power distribution, making it ideal for wireless communications like LTE, Wi-Fi, and 5G networks.
OFDM (Orthogonal Frequency Division Multiplexing) is a digital transmission technique widely used in telecoms. It divides a signal into multiple closely spaced subcarriers, each modulated with a low data rate stream. The orthogonality of subcarriers prevents interference, allowing efficient use of spectrum and resistance to multipath fading. OFDM improves signal robustness, supports high data rates, and optimizes power distribution, making it ideal for wireless communications like LTE, Wi-Fi, and 5G networks.
What is OFDM?
Orthogonal Frequency-Division Multiplexing (OFDM) is a multicarrier modulation that splits a high-rate data stream into multiple lower-rate streams carried on closely spaced, orthogonal subcarriers.
Why are the subcarriers orthogonal in OFDM?
Subcarriers are spaced so their waveforms are orthogonal, meaning they do not interfere with each other at the receiver’s sampling instants even though their spectra overlap.
How does OFDM handle multipath and delay spread?
OFDM turns a frequency-selective channel into many flat-fading subchannels; a cyclic prefix guards against intersymbol interference from echoes and lets simple frequency-domain equalization work.
What is the purpose of the cyclic prefix in OFDM?
The cyclic prefix repeats a portion of the OFDM symbol at the start to preserve circular convolution, mitigating intersymbol interference and enabling easy equalization.
How are data transmitted and recovered in OFDM?
Data are modulated onto subcarriers, an inverse FFT converts to time-domain samples for transmission, and a FFT at the receiver recovers the subcarrier symbols (with channel estimation).