简体   繁体   English

如何根据 RxJanusFrameNtf 中的 rssi 值计算接收功率或 SNR?

[英]How to calculate the received power or SNR based on rssi value in the RxJanusFrameNtf?

When I send a Jauns frame between two nodes, at the receiving side in RxJanusFrameNtf there is rssi value, How to calculate the received power or the SNR using rssi?当我在两个节点之间发送 Jauns 帧时,在RxJanusFrameNtf的接收端有rssi值,如何使用 rssi 计算接收功率或 SNR?

The rssi value is good for making signal strength comparisons between different nodes. rssi值有利于在不同节点之间进行信号强度比较。 The rssi value in typically given in dB, but with an arbitrary reference. rssi值通常以 dB 为单位给出,但具有任意参考值。 You'd need a noise measurement in dB with the same reference to convert rssi to SNR -- something that is specific to the implementation of a modem or simulation model.您需要使用相同的参考以 dB 为单位进行噪声测量,以将rssi转换为 SNR——这是特定于调制解调器实现或仿真 model 的东西。 For example, Subnero modems publish the noise value in the same units (but potentially a larger bandwidth) as phy.noise .例如,Subnero 调制解调器以与phy.noise相同的单位(但可能更大的带宽)发布噪声值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM