0

是否有参考或教程来模拟在特定频率上传输噪声的 Omnet++ 中的通用发射器?基本上,它只是一个简单的干扰器,通过发送随机噪声(没有 MAC 层,没有网络层,什么都没有)来干扰信道。

4

1 回答 1

1

是的,有 NoiseSource 模块可以做到这一点。它从 INET 4.2 开始可用:

https://github.com/inet-framework/inet/blob/v4.3.3/src/inet/physicallayer/wireless/noise/NoiseSource.ned

这个展示有更多信息:

https://inet.omnetpp.org/docs/showcases/wireless/analogmodel/doc/index.html

为了解决这个问题,您需要安装 Omnet,并通过从 GitHub 克隆存储库手动安装 Inet:https ://github.com/inet-framework/inet 。

于 2021-10-11T09:21:53.547 回答