Pathloss and shadowing

Link budget is an important aspect of wireless communication systems design. It accounts for all gains and losses. Two major factors that cause a variation in the received signal(loss) are Pathloss and shadowing. Thus, an accurate characterization of these two effects is crucial for planning the link budget. Let us now understand these effects in detail.

Pathloss

Pathloss is a measure of signal attenuation (i.e. reduction in received signal power) along its path from the TXT_{X} to RXR_{X}. Mathematically, linear pathloss is defined as the ratio of the transmit power to received power given as

PL=PtPr \begin{aligned} PL = \frac{P_{t}}{P_{r}} \end{aligned}

PL(in dB)=10 log10PtPr \begin{aligned} PL(\text{in dB}) = 10~ \log_{10} \frac{P_t}{P_{r}} \end{aligned}

In general, the recieved power PrP_r is dependent on the following factors:

  • Antenna gains of TXT_X and RXR_X, GtG_t and GrG_r respectively. Antenna gain measures the efficiency of an antenna to focus the signal energy in a specific direction. We can say that a direction-specific antenna(the one with higher G) leads to a increase in PrP_r.
  • Distance between the TXT_{X} and RXR_{X}, dd. The recieved power decreases with distance.
  • Signal wavelength, λ\lambda. Signals with higher wavelengths travel effectively over longer distances and can also bend around obstacles due to their low carrier frequency. This indicates that PrP_r increases.

From the Friis free-space transmission equation,

Pr=Pt G(λ4πd)2 \begin{aligned} P_r = P_t~ G \left(\frac{\lambda}{4\pi d}\right)^2 \end{aligned}

where, GtGr=GG_{t} G_{r}=\sqrt{G} is the combined antenna gain.

The above expression for recieved power is in coherence with our understanding.

we can now express Pathloss as

PL(in dB)=10 log10(4πdλG)2, \begin{aligned} PL(\text{in dB}) = 10~ \log _{10}\left(\frac{4 \pi d}{\lambda \sqrt{G}}\right)^{2}, \end{aligned}

PL(in dB)=10log10K10γlog10dd0 \begin{aligned} PL(\text{in dB}) = 10\log_{10}K - 10\gamma \log_{10} \frac{d}{d_0} \end{aligned}

where, KK is the pathloss at a reference distance d0d_0.

The above discussion pertains to free-space propagation. In terrestrial wireless networks, however, the presence of multipath components causes the pathloss characteristics to vary across different regions. This variation arises from the constructive and destructive interference of multipath signals at the receiver. To account for such effects, several empirical pathloss models have been developed, including the Okumura, Hata, and COST-231 models. These models incorporate environmental factors, the pathloss exponent, operating frequency, and the heights of the transmitter and receiver antennas to more accurately characterize signal attenuation.

In this experiment, the Okumura pathloss model is employed to simulate large-scale signal attenuation under realistic terrestrial propagation conditions. The pathloss at a distance d can be expressed using the Okumura model as

PL(d)=L(fc,d)+Aμ(fc,d)G(ht)G(hr)GAREA \begin{aligned} PL(d) = L(f_c,d) + A_\mu(f_c,d) - G(h_t) -G(h_r) - G_{AREA} \end{aligned}

where L(fc,d)L(f_c,d) is the free space pathloss, Aμ(fc,d)A_\mu(f_c,d) is the median attenuation in addition to free space path loss across all environments, G(ht)G(h_t) and G(hr)G(h_r) are the transmitetr and reciever height gains and GAREAG_{AREA} is the gain of the environment.

Pathloss with shadowing

Now, after understanding the concept of pathloss, have you wondered if the pathloss in any direction of the same distance is equal? Not necessarily. This is due to the effect of shadowing! Not just the distance between the TXT_{X} and RXR_{X}, but also the propogation environment, containing obstacles that lead to absorption, reflection, and scattering etc of the signal leads to an attenuation of the received signal power. This attenuation is a random value. This leads to an additional term in the pathloss equation as follows

PL(in dB)=10log10K10γlog10dd0ψdB \begin{aligned} PL(\text{in dB})= 10\log_{10}K - 10\gamma \log_{10} \frac{d}{d_0} - \psi_{dB} \end{aligned}

The most common model for this additional attenuation, ψ\psi, is log-normal shadowing. This model has been empirically confirmed to accurately capture the variation in received signal power in both outdoor and indoor radio propagation environments.

pψ(ψ)=ε2πσψdBψexp[(10log10ψμψdB)22σd2], \begin{aligned} p_\psi(\psi)=\frac{\varepsilon}{\sqrt{2 \pi} \sigma_{\psi_{d B}} \psi} \cdot \exp \left[\frac{-\left(10 \log_{10} \psi-\mu_{\psi d B}\right)^{2}}{2 \sigma_{d}^{2}}\right], \end{aligned}

where ε=10ln10\varepsilon=\frac{10}{\ln 10}. μψdB\mu_{\psi_{\text{dB}}} is the mean pathloss and mean attenuation due to the obstacles. The mean power varies with distance due to path loss and the fact that average attenuation from objects increases with distance due to the potential for a larger number of attenuating objects. σψin dB\sigma_{\psi_{\text{in dB}}} is the standard deviation of the environment ranging from four to thirteen.

We can view the visual illustration of Pathloss and shadowing in the below figure.