Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用双射线地面模型运行模拟时,当锚节点传输信号时,我需要知道非锚节点的 RSSI 值。我需要使用这些值来估计非锚节点位置。
我是 NS2 初学者。一些详细的步骤会对我有所帮助。
可以得到Pr的值,可以在包对象中找到
p->txinfo_.getTxPr();
和
p->txinfo_.RxPr
其中 p 是接收到的数据包 TxPr 是传输数据包的功率 RxPr 是接收数据包的功率