Prerequisites & Notation

Before You Begin

This chapter builds on FFT/IFFT operations (Chapter 7), digital modulation (Chapter 20), and channel models (Chapter 21).

  • FFT and IFFT operations (Chapter 7)(Review ch07)

    Self-check: Can you compute np.fft.ifft and np.fft.fft and understand their normalization?

  • QAM constellations and BER simulation (Chapter 20)(Review ch20)

    Self-check: Can you generate 16-QAM symbols and compute BER?

  • Multipath channel models and delay spread (Chapter 21)(Review ch21)

    Self-check: Do you know what coherence bandwidth and cyclic prefix mean?

Notation for This Chapter

OFDM-specific symbols used throughout the chapter.

SymbolMeaningIntroduced
NNNumber of OFDM subcarriers (FFT size)s01
NtextCPN_{\\text{CP}}Cyclic prefix length in sampless01
Deltaf\\Delta fSubcarrier spacing (Δf=1/Tu\Delta f = 1/T_u)s01
TuT_uUseful OFDM symbol duration (without CP)s01
TsT_sTotal OFDM symbol duration (Ts=Tu+TCPT_s = T_u + T_{\text{CP}})s01
X[k]X[k]Frequency-domain data symbol on subcarrier kks01
x[n]x[n]Time-domain OFDM sample after IFFTs01
H[k]H[k]Channel frequency response on subcarrier kks02
hatH[k]\\hat{H}[k]Estimated channel frequency responses02