An important consideration for propagation models are the existence of objects within what is called the first Fresnel zone. Fresnel zones, referenced in Figure 1 are ellipsoids with the foci at the transmitter and the receiver, where the path length between the direct path and the alternative paths are multiples of half-wavelength (
This article is part of the book |
For large-scale propagation geometry, the path difference between the LOS and the diffracted rays is
The radius of the (n^{th}) Fresnel zone is approximated as
Given the height of the obstruction
As general rule of thumb for point-to-point communication, if
Program 1: FresnalZone.m : Compute radius of a Fresnel zone and safe clearance at first Fresnel zone – Refer the book for Matlab code
As an example, we would like to measure the radius of the first Fresnel zone at the midpoint between the transmitter and receiver that are separated by a distance of
Program 2: FresnelzoneTest.m: Computing the diffraction loss using single knife-edge model
d=25e3; %total distance between the tx and the Rx
f=12e9; %frequency of transmission
n=1;% Freznel zone number - affects r_n only
d1=25e3/2; d2=25e3/2; %measurement at mid point
%r_n = radius of the given zone number
%r_clear = clearance required at first zone
[r_n,r_clear] = Fresnelzone(d1,d2,f,1)
Rate this article: Note: There is a rating embedded within this post, please visit this post to rate it.
Topics in this chapter
- Introduction to Large scale propagation models
- Friis free space propagation model
- Log distance path loss model
- Two ray ground reflection model
- Modeling diffraction loss
- Hata Okumura model for outdoor propagation
Books by the author