Doppler, ICI, and the OFDM Mobility Ceiling

Doppler as the Enemy of OFDM

The point is that OFDM's parallel-channel decomposition (Ch 21 Β§1) assumes subcarrier orthogonality. That orthogonality relies on the channel being static within one OFDM symbol. When the terminal is moving, the channel varies: different paths have different Doppler shifts, and the composite channel is time-varying. The result is inter-carrier interference (ICI) β€” subcarriers leak into each other, proportional to the normalised Doppler. Understanding this ceiling is essential for V2X, HSR, and NTN systems.

Definition:

Inter-Carrier Interference (ICI)

Inter-carrier interference is the leakage of signal energy from one OFDM subcarrier into its neighbours due to time-variation of the channel within an OFDM symbol. For a subcarrier spacing Ξ”f\Delta f and Doppler Ξ½\nu, the interference coefficient between subcarriers kk and k+Ξ”kk + \Delta k is approximately I[Ξ”k]β‰ˆsin⁑(πν/Ξ”f)Ο€(Ξ”kβˆ’Ξ½/Ξ”f).I[\Delta k] \approx \frac{\sin(\pi \nu / \Delta f)}{\pi (\Delta k - \nu/\Delta f)}. ICI manifests as an additional noise-like term with power growing quadratically in Ξ½/Ξ”f\nu / \Delta f.

Theorem: OFDM SNR Loss Under Doppler

For an OFDM system with subcarrier spacing Ξ”f\Delta f operating on a channel with Doppler spread Ξ½max⁑\nu_{\max}, the effective SNR loss due to ICI is approximately Ξ”SNRβ‰ˆΞ½max⁑22Ξ”f2forΒ Ξ½max⁑/Ξ”fβ‰ͺ1.\Delta\text{SNR} \approx \frac{\nu_{\max}^2}{2 \Delta f^2} \quad \text{for } \nu_{\max}/\Delta f \ll 1. The ICI noise power rises as the square of the normalised Doppler.

Example: LTE-V2X: What Mobility Can OFDM Handle?

LTE uses Ξ”f=15\Delta f = 15 kHz. For a carrier at 5.9 GHz (V2X band), what terminal velocities give < 1 dB SNR loss from ICI?

Mobility Impact: OFDM Breaks, OTFS Doesn't

BER vs velocity at fixed SNR. BICM-OFDM degrades quadratically (and eventually floors) as Doppler grows. OTFS remains flat because the delay-Doppler channel is static within the OTFS frame.

Parameters
15
⚠️Engineering Note

5G NR Numerology for Mobility

5G NR supports multiple subcarrier spacings (15/30/60/120/240 kHz) β€” a departure from LTE's fixed 15 kHz. The rationale is that each numerology trades OFDM symbol length (and thus CP overhead) for Doppler tolerance:

  • 15 kHz: long symbols, suitable for sub-6 GHz and low mobility.
  • 120 kHz: 8Γ— shorter symbols, suitable for mmWave FR2 and high mobility. At 28 GHz and 120 kHz spacing, the Doppler-to-spacing ratio at 500 km/h is β‰ˆ0.1\approx 0.1 β€” manageable with 1-2 dB loss. Mobility budget is the main driver of numerology selection.
Practical Constraints
  • β€’

    120 kHz spacing β†’ 4.5 ΞΌs symbol duration

  • β€’

    CP overhead ~7% for 120 kHz (same fraction as 15 kHz)

  • β€’

    Pilot density must increase with mobility

Common Mistake: CFO Is Different from Doppler

Mistake:

Treating Carrier Frequency Offset (CFO) and Doppler as the same impairment: "both cause subcarrier rotation, so they're equivalent."

Correction:

CFO is a static frequency offset between Tx and Rx oscillators β€” once estimated (from pilots), it is compensated exactly. Doppler is time-varying per path β€” different paths have different Doppler shifts, and the composite ICI cannot be removed by a single frequency correction. Simple CFO compensation + delay-Doppler processing is the modern approach.

Key Takeaway

OFDM subcarrier orthogonality requires the channel to be static within one symbol. Doppler breaks that assumption, causing ICI with power ∝(Ξ½/Ξ”f)2\propto (\nu/\Delta f)^2. The workarounds: larger Ξ”f\Delta f (5G NR flexible numerology), longer CP, or a completely different waveform (OTFS) that absorbs Doppler into a sparse 2D grid.