Two ray ground reflection model

Friis propagation model considers the line-of-sight (LOS) path between the transmitter and the receiver. The expression for the received power becomes complicated if the effect of reflections from the earth surface has to be incorporated in the modeling. In addition to the line-of-sight path, a single reflected path is added in the two ray ground reflection model, as illustrated in Figure 1. This model takes into account the phenomenon of reflection from the ground and the antenna heights above the ground. The ground surface is characterized by reflection coefficientR which depends on the material properties of the surface and the type of wave polarization. The transmitter and receiver antennas are of heights h_t and h_r respectively and are separated by the distance of d meters.

Two ray ground reflection model illustration
Figure 1: Two ray ground reflection model

This article is part of the book
Wireless Communication Systems in Matlab (second edition), ISBN: 979-8648350779 available in ebook (PDF) format and Paperback (hardcopy) format.

The received signal consists of two components: LOS ray that travels the free space from the transmitter and a reflected ray from the ground surface. The distances traveled by the LOS ray and the reflected ray are given by

equation 1 Two ray ground reflection model

Depending on the phase difference (\phi) between the LOS ray and reflected ray, the received signal may suffer constructive or destructive interference. Hence, this model is also called as two ray interference model.

equation 2 Two ray ground reflection model - phase difference

where, \lambda is the wavelength of the radiating wave that can be calculated from the transmission frequency. Under large-scale assumption, the power of the received signal can be expressed as

equation 3 Two ray ground reflection model - received power

where \sqrt{G_{los}}=\sqrt{G_a G_b} is the product of antenna field patterns along the LOS direction and \sqrt{G_{los}}=\sqrt{G_c G_d} is the product of antenna field patterns along the reflected path.

The following piece of code implements equation 3 and plots the received power (P_r) against the separation distance (d). The resulting plot for f=900\;MHz, R=-1, h_t=50\;m, h_r=2\;m, G_{los}=G_{ref}=1 is shown in the Figure 2. In this plot, the transmitter power is normalized such that the plot starts at 0\;dBm. The plot also contains approximations of the received power over three regions.

twoRayModel.m: Two ray ground reflection model simulation (refer book for Matlab code – click here)

Distance vs received power for two ray ground reflection model
Figure 2: Distance vs received power for two ray ground reflection model and approximations**

** the approximations are shifted down in the plot for clarity, otherwise they will ride on top of the two ray model

The distance that is denoted as d_c in the plot, is called the critical distance. It is calculated d_c=4 h_t h_r/\lambda. For the region beyond the critical distance, the received power falls-off at -40\;dB/decade rate. For the region where h_t \leq d \leq d_c, the received power falls-off at -20\;dB/decade rate and it can be approximated by free space loss equation. Table 1 captures the approximate expressions that can be applied for the three distinct regions of propagation as identified in the plot above.

Table 1: Approximate expressions for three different scenarios of separation distance
Table 1: Approximate expressions for three different scenarios of separation distance

Rate this article: PoorBelow averageAverageGoodExcellent (20 votes, average: 3.00 out of 5)

Topic in this chapter

Books by the author

Wireless Communication Systems in Matlab
Wireless Communication Systems in Matlab
Second Edition(PDF)

Note: There is a rating embedded within this post, please visit this post to rate it.
Digital modulations using Python
Digital Modulations using Python
(PDF ebook)

Note: There is a rating embedded within this post, please visit this post to rate it.
digital_modulations_using_matlab_book_cover
Digital Modulations using Matlab
(PDF ebook)

Note: There is a rating embedded within this post, please visit this post to rate it.
Hand-picked Best books on Communication Engineering
Best books on Signal Processing

4 thoughts on “Two ray ground reflection model”

  1. Dear sir, I have already done my simulation but for further verification, will it be possible to share the code with me as I am not able to fine it in the link you suggested.

    Reply

Post your valuable comments !!!