如何解读wireshark信号强度

发布于 2024-12-23 02:44:08 字数 250 浏览 2 评论 0原文

我使用 Google 几个小时,但没有找到令人满意的答案,如何解释由 radiotap 标头给出的捕获信号强度。例如,Wireshark 显示了 -52 dBm 的 SSI 信号,我想将其转换为线性表示/单位。对我来说,一个合理的单位是天线的信号功率,单位为瓦特/毫瓦。是否可以将-52 dBm 转换为mW?

一些背景信息:我实现了基于 WLAN 的定位,并希望通过结合一些参考点和测量的信号强度来估计 AP 的位置。在三角测量的帮助下,这应该会生成一个粗略的环境地图。

I use Google for hours but I do not find a satisfying answer how to interpret the captured signal strength, given by the radiotap header. For instance Wireshark shows me a SSI Signal of -52 dBm and I want to convert it to a linear representation/unit. For me, a sensible unit would be the signal power at the antenna in Watt over mW. Is it possible to convert this -52 dBm to mW?

Some background information: I implement a WLAN-based localisation and want to estimate the position of APs by combining some reference points and the measured signal strength. With the help of triangulation, this should produce a rough map of the environment.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我的痛♀有谁懂 2024-12-30 02:44:09

正如 Wikipedia 页面 中所解释的那样,您可以通过应用以下方法将 x dBm 转换为 P 瓦特:

P = 10**((x-30)/10)

因此,在您的情况下,-52 dBm = 6.3 nW,这似乎是正确的。

As explained quite well on the Wikipedia page, you can convert from x dBm to P Watts by applying:

P = 10**((x-30)/10)

So in your case, -52 dBm = 6.3 nW, which seems about right.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文