How does wireless signal strength correspond to distance? RSSI lies between -100 and 0 (at least, on my computer). Let's say I walk a distance x towards the router, and my RSSI goes from -60 to -50. Now, lets say instead I walk a distance 2x towards the router. Would this imply that RSSI would go from -60 to -40? I'm curious what the relationship of the metrics is, is RSSI linear/logarithmic/etc with respect to distance? I'm a math guy with little physics/engineering background so some help would be very appreciated. Thanks.
|
Your question hugely depends on the geometry of the antenna. If your antenna is radiating in all directions uniformly, then by taking simple geometry into consideration, you can show that intensity (power/area) falls as $1/r^2$ Energy must be conserved, but the area in which the wave has spread to, increases as $r^2$. You can look at the problem as follows too: You can ask yourself how much of the original power have I obtained? My receiver has finite dimensions and it can pick signal only at a finite area $A_0$. As you are moving away from the antenna you are getting smaller chunk of the whole power, which equals $\eta = \frac{A_0}{A} = \frac{A_0}{4 \pi r^2}$. The complication comes from the fact that common antennas, like dipole antenna do not radiate energy evenly in the whole space. In the plane perpendicular to dipole antenna most energy is radiated and energy radiated in direction that is parallel to antenna is negligible. Then calculation gets much tougher and intensity in some directions might fall slower than $1/r^2$ |
|||||||||||
|
|
From http://en.wikipedia.org/wiki/Received_signal_strength_indication:
So whether the implementation is linear or logarithmic in the power received will vary between vendors. |
|||
|
|
|
Typically, a received power would be measured in logarithmic units (for example dBm i.e dB with respect to a milliwatt, or as a field strength dB$\mu$V/m). A typical received power vs distance law would be of the form $$RxPower(dBm) = A+Blogr$$ where $A$ and $B$ are constants and $r$ is a the distance from transmitter to receiver. The power law would just be an empirical fit to data, so the units of distance would be specified when giving the law. So the difference in received power when you move by $\Delta r$ can be determined if you know the constant B. B is, in linear terms, an exponent in a power law $$power \propto r^B$$ For a signal received from via a route which includes absorbers within the Fresnel zone (as it will typically in an indoor environment), the power law will deviate from the free space value B=-2.0 (it will be a faster fall-off). Note also, that these power laws for received signal relate to average values. Locally, there will be a distribution of received values about the predicted average. The Received Signal Strength Indicator may only display a crude relationship with the Rx Power. (You might at least hope it will be monotonic!) |
|||
|
|