Figure : The Fresnel zone is partially blocked on this link, although the visual line of sight appears clear.
Note that there are many possible Fresnel zones, but we are chiefly concerned with zone 1. If this area were blocked by an obstruction, e.g. a tree or a building, the signal arriving at the far end would be diminished. When building wireless links, we therefore need to be sure that these zones be kept free of obstructions. Of course, nothing is ever perfect, so usually in wireless networking we should check that that the area containing about 60 percent of the first Fresnel zone should be kept free.
Here is one formula for calculating the first Fresnel zone:
r = 17.31 * sqrt(N(d1*d2)/(f*d))
...where r is the radius of the zone in meters, N is the zone to calculate, d1 and d2 are distances from obstacle to the link end points in meters, d is the total link distance in meters, and f is the frequency in MHz. Note that this gives you the radius of the zone. To calculate the height above ground, you need to subtract the result from a line drawn directly between the tops of the two towers.
For example, let's calculate the size if the first Fresnel zone in the middle of a 2km link, transmitting at 2.437GHz (802.11b channel 6):
r = 17.31 sqrt(1 * (1000 * 1000) / (2437 * 2000))
r = 17.31 sqrt(1000000 / 4874000)
r = 7.84 meters
Assuming both of our towers were ten meters tall, the first Fresnel zone would pass just 2.16 meters above ground level in the middle of the link. But how tall could a structure at that point be to clear 60% of the first zone?
r = 17.31 sqrt(0.6 *(1000 * 1000) / (2437 * 2000))
r = 17.31 sqrt(600000 / 4874000)
r = 6.07 meters
Subtracting the result from 10 meters, we can see that a structure 3.93 meters tall at the center of the link would block up to 60% of the first Fresnel zone. To improve the situation, we would need to position our antennas higher up, or change the direction of the link to avoid the obstacle.
No comments:
Post a Comment