Chapter Summary
Chapter Summary
Key Points
- 1.
Use the right path loss model for your scenario. Free-space for satellites, log-distance for general analysis (-), and 3GPP TR 38.901 for standards-compliant 5G simulations. Shadow fading adds dB fluctuations with typical - dB.
- 2.
Generate fading with correct statistics. Rayleigh:
h = (randn + 1j*randn)/sqrt(2)for unit power. Ricean: add a LOS component scaled by . Always verifynp.mean(|h|^2) = 1. Use the Jakes spectral shaping for time-correlated fading. - 3.
MIMO channels need spatial correlation. Use the Kronecker model with exponential correlation matrices. Correlation reduces capacity: keep antenna spacing for low correlation.
- 4.
Fading fundamentally changes BER behavior. Rayleigh fading degrades BPSK BER from to at high SNR: a catastrophic loss. Diversity order restores the slope to .
- 5.
Visualize channel properties for insight. Plot the PDP, Doppler spectrum, and frequency response. Compute and to guide OFDM design: the CP must exceed and each subcarrier bandwidth must be less than .
Looking Ahead
Chapter 22 builds the OFDM system that fights frequency-selective fading by dividing the wideband channel into narrowband subcarriers. The channel models from this chapter become the test environment for OFDM transmitter and receiver implementations.