Table of Contents
Path loss models are essential in wireless communication to estimate signal attenuation over distance. They help in designing networks and predicting coverage areas. This article explains common models and provides practical calculation examples.
Overview of Path Loss Models
Path loss models describe how the strength of a radio signal decreases as it travels through space. They account for factors like distance, frequency, and environment. Different models are used based on the scenario, such as free space or urban environments.
Common Path Loss Models
Several models are widely used in wireless communications:
- Free Space Path Loss (FSPL)
- Log-distance Path Loss Model
- Hata Model
- Okumura-Hata Model
Practical Calculation Example
Calculate the free space path loss at 2.4 GHz over a distance of 100 meters. The FSPL formula is:
FSPL (dB) = 20 * log10(d) + 20 * log10(f) + 32.44
Where d is distance in kilometers and f is frequency in MHz. Converting 100 meters to 0.1 km and 2.400 GHz to 2400 MHz:
FSPL = 20 * log10(0.1) + 20 * log10(2400) + 32.44
Calculating each term:
20 * (-1) = -20
20 * 3.3802 ≈ 67.604
Adding all: -20 + 67.604 + 32.44 ≈ 80.044 dB
The path loss at 100 meters is approximately 80.04 dB.