Calculating distance of an AP including signal-to-noise ratio

不羁的心 提交于 2019-12-06 05:04:04

I am not sure if SNR can be so helpful in this case as different receivers will have different SNR which might vary by couple of dB.

The SNR is measured at a user device and it varies as the user moves. Logically it should decrease as the distance between the transmitter and receiver increases. Since SNR relies on two factors Received Signal Strength (RSS) and Noise (N) it can get affected by various reasons, such as interference! Interference can affect the N and as a result SNR. Also Multipath, Scattering, Diffraction and etc can affect RSS readings.

So if your formula works for Direct line of sight use it and try to work on a formula for NLOS not necessarily based on RSS and SNR.

You might wanna look into the Time methods rather than RSS methods as they don't get affected as much by noise and they can even filter out multipath.

Also the SNR value which you have in your code it can not be really SNR as it does not appear normally as a negative number specialty in 802.11. Having a negative SNR means you have more noise than Signal.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!