Channel Model
Understanding Channel Models for RF
A channel model translates the complex physics of radio wave propagation, including reflection, diffraction, scattering, and absorption, into a tractable mathematical framework. System designers rely on channel models for link budget analysis, waveform design, MIMO capacity estimation, and interference coordination. The choice of model determines simulation accuracy and computational cost.
At the large-scale level, path loss predicts median received power as a function of distance and frequency. Shadow fading accounts for slow variations caused by terrain and buildings. At the small-scale level, multipath components arrive with different delays, angles, and amplitudes, producing rapid fading that follows Rayleigh (NLOS) or Rician (LOS) statistics. The 3GPP geometry-based stochastic channel model (GSCM) combines both scales into a single cluster-based framework suitable for full-stack 5G NR evaluation.
Path Loss and Fading Equations
PL(d) = PL(d0) + 10n·log10(d/d0) + Xσ dB
n = path-loss exponent, Xσ ~ N(0, σ2)
Free-space path loss (FSPL):
FSPL = 32.4 + 20·log10(fGHz) + 20·log10(dm) dB
Rician K-factor:
K = PLOS/Pscatter (linear)
K(dB) = 10·log10(PLOS/Pscatter)
RMS delay spread:
στ = √(τ2rms − τmean2)
Coherence BW: Bc ≈ 1/(5·στ)
Maximum Doppler shift:
fD,max = v·fc/c
Coherence time: Tc ≈ 1/(4·fD,max)
3GPP Scenario Comparison (TR 38.901)
| Scenario | n (LOS/NLOS) | σ (dB) | K (dB) | στ median | Application |
|---|---|---|---|---|---|
| UMa | 2.2 / 3.9 | 4 / 6 | 9 | 363 ns / 525 ns | Urban macro cell |
| UMi-SC | 2.1 / 3.2 | 4 / 7.8 | 9 | 65 ns / 129 ns | Street canyon |
| InH-Office | 1.7 / 3.8 | 3 / 8.0 | 7 | 20 ns / 39 ns | Indoor hotspot |
| RMa | 2.0 / 3.1 | 4 / 8 | 7 | 37 ns / 66 ns | Rural macro |
| InF-SL | 2.1 / 3.4 | 4 / 7.2 | 7 | 26 ns / 30 ns | Indoor factory |
Fading Distribution Comparison
| Distribution | Condition | PDF Envelope | Fade Margin (99%) | Use Case |
|---|---|---|---|---|
| Rayleigh | NLOS, many paths | p(r) = (r/σ2)e−r2/2σ2 | ~20 dB | Urban NLOS |
| Rician (K=6 dB) | Strong LOS + scatter | p(r) = (r/σ2)e−(r2+A2)/2σ2I0(·) | ~10 dB | Urban LOS |
| Rician (K=15 dB) | Dominant LOS | Approaches Gaussian | ~3 dB | Satellite, rural LOS |
| Nakagami-m | General, m ≥ 0.5 | Gamma-like envelope | Variable | Flexible fit |
| Log-normal | Shadow fading | p(x) = (1/xσ√2π)e−(ln x−μ)2/2σ2 | Depends on σ | Large-scale variation |
Frequently Asked Questions
Large-scale vs. small-scale fading?
Large-scale: path loss (deterministic distance/frequency dependence) plus log-normal shadow fading (σ = 4–10 dB, decorrelation distance 20–50 m). Small-scale: Rayleigh/Rician envelope fading from multipath interference, varying over λ/2 distances. Characterized by delay spread (στ), angular spread, and Doppler spread (fD = v·fc/c).
How does 3GPP TR 38.901 generate channels?
Five-step GSCM procedure: (1) set scenario and LOS/NLOS probability, (2) compute large-scale parameters from distance, (3) draw correlated small-scale parameters (DS, AS, K) from log-normal distributions, (4) generate 12–20 clusters with 20 rays each having delay, angles, XPR, and random phase, (5) apply array response vectors for full MIMO matrix H(t,f). Supports 0.5–100 GHz with spatial consistency and blockage modeling.
What is delay spread and why does it matter?
στ is the RMS spread of multipath arrival times. Coherence bandwidth Bc ≈ 1/(5στ). When signal BW > Bc, the channel is frequency-selective, causing ISI. OFDM CP length must exceed maximum excess delay: 5G NR normal CP = 4.69 μs (15 kHz SCS), sufficient for outdoor macro; 120 kHz SCS CP = 0.57 μs for mmWave indoor with στ < 50 ns.
Rayleigh vs. Rician fading?
Rayleigh: no LOS, deep fades >20 dB occur ~1% of time, envelope = sum of many equal-amplitude random-phase paths. Rician: strong LOS (K-factor), K = 0 dB is nearly Rayleigh, K = 10 dB gives <5 dB fade 90% of time, K → ∞ approaches AWGN. Typical K: indoor LOS 3–10 dB, suburban 6–15 dB, satellite 10–20 dB.