Chapter 11 of Wireless Communications (2nd ed. Draft) — Andrea Goldsmith

Abstract

Chapter 12 introduces multicarrier modulation (MCM) as a method to combat frequency-selective fading by dividing a wideband channel into multiple narrowband subchannels. The central technical contribution is the discrete implementation of this technique via Orthogonal Frequency-Division Multiplexing (OFDM), which utilizes the Discrete Fourier Transform (DFT) and a cyclic prefix to convert linear convolution into circular convolution. This chapter establishes the trade-offs between spectral efficiency, implementation complexity, and robustness against intersymbol interference (ISI) and peak-to-average power ratio (PAR), positioning MCM as the preferred solution for high-data-rate wireless systems with moderate to large delay spreads compared to time-domain equalization.

Key Concepts

  • Multicarrier Modulation (MCM) Principle: MCM splits a data stream into parallel substreams transmitted over orthogonal subchannels. The subchannel bandwidth is designed to be significantly smaller than the channel coherence bandwidth , ensuring that each subchannel experiences relatively flat fading rather than frequency-selective fading, thereby minimizing ISI.
  • Overlapping Subcarrier Orthogonality: To improve spectral efficiency, subchannels are allowed to overlap provided they remain orthogonal. The minimum frequency separation required for orthogonality on the interval is , where is the symbol time per subchannel, enabling the use of sinc-shaped spectra without guard bands between carriers.
  • Mitigation of Subcarrier Fading: While MCM eliminates ISI, individual subchannels suffer from flat fading. Mitigation techniques include coding with time/frequency interleaving to exploit frequency diversity, frequency equalization (which enhances noise), precoding (inverted at the transmitter), and adaptive loading based on channel state information.
  • Cyclic Prefix and Circular Convolution: A cyclic prefix of length appended to each OFDM symbol transforms the channel’s linear convolution into circular convolution with respect to the useful samples. This allows recovery of the data via simple frequency-domain equalization () without requiring complex time-domain equalizers, provided exceeds the channel delay spread.
  • OFDM Discrete Implementation: OFDM replaces bank-of-filters with the Inverse Fast Fourier Transform (IFFT) at the transmitter and Fast Fourier Transform (FFT) at the receiver. This discrete implementation reduces complexity from to and eliminates the need for complex analog filter banks for each subcarrier.
  • Vector Coding (VC) vs. OFDM: Vector coding decomposes the channel matrix using Singular Value Decomposition (SVD) to create orthogonal subchannels without a cyclic prefix. While VC is theoretically optimal and more energy-efficient, it requires channel knowledge at the transmitter and high computational complexity for SVD, making OFDM preferable for wireless applications.
  • Peak-to-Average Power Ratio (PAR): OFDM signals exhibit high PAR due to the coherent addition of subcarriers. For large , the signal envelope approximates a Rayleigh distribution, leading to a maximum PAR of . High PAR necessitates linear power amplifiers with large backoff, reducing energy efficiency.
  • Timing and Frequency Offset Sensitivity: Orthogonality is compromised by carrier frequency offset and timing offset . Frequency offset introduces Intercarrier Interference (ICI) that grows quadratically with , while timing offset introduces phase rotation but minimal ICI if the cyclic prefix is not violated.

Key Equations and Algorithms

  • Multicarrier Signal Model: The transmitted signal is the sum of modulated subcarriers: . Here is the baseband symbol waveform for the -th subcarrier, and is the carrier frequency, forming the composite passband signal.
  • Overlapping System Bandwidth: For overlapping subchannels with pulse shape rolloff and time-limiting excess , the total bandwidth is approximately . This contrasts with non-overlapping schemes where bandwidth scales linearly with .
  • Water-Filling Power Allocation: To maximize capacity over subchannels with gain , power is allocated as . This “water-filling” over frequency assigns more power to stronger subchannels, subject to a total power constraint .
  • Cyclic Prefix Construction: For an input block , the prefix copies the last samples: for . This redundancy converts linear convolution into circular convolution over the interval .
  • PAR Calculation: The PAR of a discrete-time signal is defined as dB. For independent Gaussian subcarriers, the probability of exceeding a threshold is approximated by .
  • Intercarrier Interference (ICI) Power: The ICI power on subcarrier due to normalized frequency offset is approximated as . This indicates that ICI increases with the magnitude of the frequency offset .

Key Claims and Findings

  • Flat Fading Condition: Multicarrier systems ensure flat fading on subchannels by setting the subchannel bandwidth , which corresponds to a symbol time (channel delay spread).
  • Spectral Efficiency of Overlap: Overlapping subcarriers reduce the required system bandwidth by a factor of roughly 2 compared to non-overlapping schemes, significantly improving spectral efficiency at the cost of requiring tight synchronization.
  • Cyclic Prefix Overhead: While the cyclic prefix eliminates ISI between OFDM symbols, it introduces an overhead of , reducing the effective data rate by a factor of ; this overhead is minimized when .
  • Vector Coding Complexity: Although Vector Coding achieves capacity via SVD without cyclic prefix overhead, the need for transmitter channel knowledge and SVD computation makes it prohibitive for rapidly time-varying wireless channels where OFDM is preferred.
  • PAR Scaling: The Peak-to-Average Power Ratio increases approximately linearly with the number of subcarriers , necessitating power amplifier backoff and high-resolution A/D converters to maintain linearity.
  • ICI Sensitivity: Frequency offset sensitivity increases with because larger typically requires narrower subcarrier spacing (), making the system more susceptible to Doppler spread and oscillator inaccuracies.

Terminology

  • Coherence Bandwidth (): The statistical range of frequencies over which the channel transfer function is essentially constant, approximated inversely proportional to the delay spread (i.e., ).
  • Cyclic Prefix: A redundant copy of the tail end of an OFDM symbol appended to the beginning, used to absorb channel delay spread and prevent inter-block interference.
  • Circular Convolution: A discrete operation where the sequence is treated as periodic, enabling frequency-domain multiplication () via the DFT properties.
  • Intercarrier Interference (ICI): Interference caused by the loss of orthogonality between subcarriers, typically resulting from frequency offset, timing error, or Doppler spread.
  • Processing Gain: (In context of MCM) The ratio of total bandwidth to data rate, which in OFDM is determined by the number of subcarriers and the cyclic prefix overhead.
  • Singular Value Decomposition (SVD): A matrix factorization used in Vector Coding to diagonalize the channel matrix into independent subchannels.
  • Water-filling: A power allocation strategy that distributes transmit power across frequency subchannels inversely proportional to the channel noise-to-signal ratio to maximize capacity.
  • Guard Band: Unused spectral space introduced between non-overlapping subchannels to prevent overlap, which reduces spectral efficiency compared to the overlap-permitting OFDM approach.