我正在开发一个室内定位系统,需要:
- 根据RSSI计算距离(我知道这不会100%准确)
- 然后进行三边测量以精确定位wifi信号的位置。这部分可以通过以下解决方案解决:使用3个纬度和经度点以及3个距离的三边测量
我坚持(1)。
b / w RSSI与距离的关系是(源PPT): 其中:
Fm = Fade Margin - ??
N = Path-Loss Exponent, ranges from 2.7 to 4.3
Po = Signal power (dBm) at zero distance - Get this value by testing
Pr = Signal power (dBm) at distance - Get this value by testing
F = signal frequency in MHz - 2412~2483.5 MHz for Ralink 5370
但是我无法弄清楚如何计算淡入余量。根据一些发现,fade margin = sensitivity of receiver - received signal
但是再说一次,我如何获得接收器的灵敏度?
我有一个具有以下规格的Ralink RT5370芯片组wifi加密狗:Ralink 5370规格
任何建议都会有所帮助!
来自以下网站的注释:http : //www.tp-link.sg/support/calculator/建议淡入余量在14dB到22dB之间变化
Excellent: Link should work with high reliability, ideal for applications demanding high link quality. Fade Margin level is more than 22dB.
Good: Link should give you a good surfing experience. Fade Margin level is 14~22dB.
Normal: Link would not be stable all the time, but should work properly. Fade Margin level is 14dB or lower