Communication Range, defined as the maximum distance allowing a reliable radio link to exchange information between a transmitter and a receiver.
Purpose:
Communication range calculation could be for:
- Wireless network deployement study
- Communication systems benchmrak (comparaison)
- Communication system troubleshooting
- Communication system choice according to application constraites
- ....
Key Definitions:
In order to estimate communication range, two key factors must be evaluated, Path loss and Link budget.
Path loss: it refers to the natural reduction in signal strength that occurs as a radio wave propagates through the air. This is due to the fact that initial power is diluted on a bigger and bigger sphere surface as the energy propagates from the source point. In addition to that, path loss is impacted by the environment and obstacles between the transmitter and the receiver. It depends mainly on frequency and distance.
|
Lower frequency signals tend to propagate over longer distance, while higher frequency signals allow higher data rates but are more susceptible to attenuation due to obstacles and atmospheric conditions. On the other hand, lower frequencies require biggest antennas than higher frequencies for the same performances. |
|
As distance between transmitter and receiver increase, power loss increase. |
First of all, lets calculate the path loss according to FRIIS formula:
Path Loss (dB) = n x [ 90 + 10 . LOG10 ( 4 . π / C ) + 10 . LOG10 ( F ) + 10 . LOG10( D ) ]
Where:
- C : The speed of light (about 300 000 Km/sec)
- F : Signal frequency expressed in MHz
- D: Expected distance to be covered, expressed in Km
- n: FRIIS exponent, caracterizing the propagation environnement (see table below for some typical values)
Environnement | Exponent (n) |
Free space | 2 |
Grocery store | 1.8 |
Retail store | 2.2 |
Office (hard walls) | 3 |
Office (soft walls) | 2.6 |
Dense office | 4 |
Notes:
- For a specific environment, exponent "n" can be determined empirically by measuring signal strength (RSSI) received versus distance to the used transmitter. Environment exponent will be the "n" value of the theoretical FRIIS curve that best models the experimental behavior.
Link Budget: It is simply an equation describing the performance of a communication link accounting for all gains and losses in the RF-path elements of the link. A typical Link Budget equation looks like this:
LB (dB) = Transmit power (dBm) + Transmit antenna gain (dB) + Receiver antenna gain (dB) - Receiver sensitivity (dBm)
|
Minimum signal power required by the receiver to successfully decode the transmitted message. |
|
Power at which the transmitter sends the signal, generally expressed in dBm. |
|
Gain provided by antennas of both transmitter and receiver to amplify the signal. The higher the antenna gain, the greater the range will be. |
So, what's the range of my system?
After calculating your system Link Budget, it is easy to find the distance giving the path loss, consuming that link budget. However, it is a good practice to have some margin on link budget to ensure a reliable radio link in most conditions. The fact is that environment is not constant!