Wireless Notes
Learn wireless channel models with classification, empirical models Okumura-Hata COST 231, deterministic ray tracing, stochastic models, 3GPP ITU standards, indoor models, and model selection guide for engineering students.
Wireless channel models are mathematical representations that predict how a signal will behave when traveling from transmitter to receiver. They are essential for network planning, system design, and performance evaluation.
🎯 Why Channel Models?
Without channel models: - You cannot plan the network (how many towers are needed?) - You cannot simulate the system (how to test algorithms?) - You cannot predict coverage (where will there be signal?) - You cannot calculate interference
Uses:
- Network Planning – Cell tower placement, coverage maps
- System Design – Choose modulation, coding, antenna
- Simulation – Test algorithms before deployment
- Standards – Fair comparison of different technologies
- Link Budget – Will the signal reach? How much margin needed?
📊 Classification of Models
| │ │ By Approach | │ │ |
| │ │ By Scale | │ │ |
| │ │ By Environment | │ │ |
| │ │ ├── Outdoor | Urban, Suburban, Rural │ │ |
| │ │ ├── Indoor | Office, Home, Factory │ │ |
| │ │ └── Special | Vehicular, Underwater, Body Area │ │ |
📏 Empirical Models
Empirical models are derived from extensive field measurements. They provide simple formulas that can quickly predict path loss.
1. Okumura-Hata Model (150-1500 MHz)
Most widely used for cellular planning!
Urban
PL = 69.55 + 26.16×log(f) - 13.82×log(hb) - a(hm)
+ (44.9 - 6.55×log(hb))×log(d)
Where
f = Frequency (MHz), 150-1500 MHz
hb = Base station height (30-200m)
hm = Mobile height (1-10m)
d = Distance (1-20 km)
a(hm) = Mobile antenna correction factor
| Environment | Correction |
|---|---|
| Urban (large city) | a(hm) = 3.2(log(11.75hm))² - 4.97 |
| Urban (medium city) | a(hm) = (1.1log(f)-0.7)hm - (1.56log(f)-0.8) |
| Suburban | PL_sub = PL_urban - 2(log(f/28))² - 5.4 |
| Rural (open) | PL_rural = PL_urban - 4.78(log(f))² + 18.33log(f) - 40.94 |
2. COST 231 Hata Model (1500-2000 MHz)
Extension of Hata for higher frequencies (GSM/3G planning):
3. SUI Model (Stanford University Interim)
- For fixed wireless (WiMAX type)
- 2-11 GHz range
- Three terrain categories (A, B, C)
🔬 Deterministic Models
Deterministic models predict exact signal behavior using the laws of physics. They are accurate but computationally expensive.
Ray Tracing:
- Traces individual rays from TX to RX
- Computes reflection, diffraction, scattering
- Needs 3D building/terrain database
- Very accurate for specific sites
- Used for: 5G mmWave planning, indoor design
| Aspect | Advantage | Disadvantage |
|---|---|---|
| Accuracy | Very high | – |
| Site-specific | Yes | Needs 3D database |
| Computation | – | Very intensive (hours) |
| 5G mmWave | Best choice | Still time-consuming |
| Frequency | Any | – |
📈 Stochastic Models
Statistical models treat the channel as a random process – they do not predict the exact path but accurately describe the statistical behavior.
Tapped Delay Line (TDL) Model:
| Model | Distribution | When to Use |
|---|---|---|
| Rayleigh | No LOS, many scatterers | Urban NLoS |
| Rician | LOS + scattering | Suburban, satellite |
| Nakagami-m | General fading (flexible) | Versatile fitting |
| Weibull | Alternate to Nakagami | Some indoor scenarios |
| Log-Normal | Large-scale shadowing | Path loss variation |
📋 Standardized Models
3GPP Channel Models (for 4G/5G):
| Model | Frequency | Scenarios | Use |
|---|---|---|---|
| 3GPP TR 38.901 | 0.5-100 GHz | UMa, UMi, RMa, InH | 5G NR evaluation |
| 3GPP TR 36.873 | <6 GHz | 3D Urban Macro/Micro | LTE-A evaluation |
| SCM/SCME | <6 GHz | Urban, suburban | Early LTE |
| WINNER II | <6 GHz | Multiple scenarios | EU research |
| QuaDRiGa | <100 GHz | All scenarios | Open source |
3GPP Scenarios:
| Abbreviation | Full Name | Description |
|---|---|---|
| UMa | Urban Macro | Elevated BS, wide coverage |
| UMi | Urban Micro | Street-level BS, small cell |
| RMa | Rural Macro | Open area, large cells |
| InH | Indoor Hotspot | Office, shopping mall |
| InF | Indoor Factory | Industrial environment |
| V2X | Vehicle-to-Everything | Vehicular scenarios |
ITU Models:
| Model | Use |
|---|---|
| ITU-R P.1411 | Short-range outdoor (< 1 km) |
| ITU-R P.1238 | Indoor propagation |
| ITU-R P.525 | Free space |
| ITU-R P.526 | Diffraction |
| ITU-R P.676 | Atmospheric gases |
| ITU-R P.838 | Rain attenuation |
🏠 Indoor Models
Indoor propagation is very different from outdoor – more walls, furniture, people, and shorter distances.
Common Indoor Models:
| Model | Approach | Best For |
|---|---|---|
| One-slope | PL = L₀ + 10n×log(d) | Simple estimation |
| Multi-wall | PL = FSPL + Σ wall losses | Multi-room |
| ITU-R P.1238 | Floor/wall penetration factors | Standardized |
| Ray tracing | 3D computation | Accuracy critical |
| IEEE 802.11 | TGn/TGax models | WiFi system design |
Typical Indoor Parameters:
| Parameter | Value |
|---|---|
| Path loss exponent | 1.5-3.5 |
| Wall loss (drywall) | 3-5 dB |
| Wall loss (concrete) | 10-15 dB |
| Floor loss (per floor) | 10-20 dB |
| Shadowing σ | 3-6 dB |
| Delay spread | 10-100 ns |
⚖️ Model Comparison
| Model | Accuracy | Complexity | Speed | Range |
|---|---|---|---|---|
| Free Space | Low (ideal only) | Very Low | Instant | Any |
| Okumura-Hata | Good (cellular) | Low | Fast | 1-20 km |
| COST 231 | Good (urban) | Low | Fast | 1-20 km |
| SUI | Good (fixed wireless) | Low | Fast | <10 km |
| Ray Tracing | Very High | Very High | Slow (hours) | Site-specific |
| 3GPP TDL | High (statistical) | Medium | Medium | Standard |
| Log-distance | Fair | Very Low | Instant | General |
When to Use What:
| │ QUICK ESTIMATION | Log-distance, Free Space │ |
| │ CELLULAR PLANNING | Okumura-Hata, COST 231 │ |
| │ 4G/5G SIMULATION | 3GPP TR 38.901 │ |
| │ 5G mmWave PLANNING | Ray Tracing │ |
| │ WIFI PLANNING | IEEE 802.11 TGax, ITU-R P.1238 │ |
| │ RESEARCH/STANDARDS | 3GPP, WINNER, QuaDRiGa │ |
| │ SATELLITE | Free Space + Atmospheric │ |
📝 Summary
| Category | Examples | Pros | Cons |
|---|---|---|---|
| Empirical | Hata, COST 231 | Simple, fast | Limited frequency/environment |
| Deterministic | Ray tracing | Very accurate | Slow, needs 3D data |
| Stochastic | Rayleigh, TDL | Statistical accuracy | Not site-specific |
| Standardized | 3GPP, ITU | Industry standard, fair comparison | Complex to implement |
Key Takeaways:
- No single model fits all scenarios
- Empirical = quick cellular planning
- Ray tracing = 5G mmWave accuracy
- 3GPP models = simulation & standardization
- Always validate with measurements!
❓ FAQ
Q: Which model does a network operator use? A: Initial planning: Okumura-Hata/COST 231. Detailed design: Proprietary tools with ray tracing + measurement calibration. 5G mmWave: Always ray tracing.
Q: Which model is best for 5G? A: Sub-6 GHz: 3GPP TR 38.901 (statistical). mmWave: Ray tracing + 3GPP TR 38.901 (both needed – ray tracing for planning, statistical for simulation).
Q: What should be used for indoor WiFi planning? A: Simple cases: ITU-R P.1238 or one-slope with wall factors. Complex/enterprise: Ray tracing tools (iBwave, Ekahau). WiFi research: IEEE 802.11 TGax channel model.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Wireless Channel Models Complete Overview.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, channels, channel, models, wireless channel models complete overview
Related Wireless Communications Topics