如何将另一个天线模型插入交通模拟的 .END 中?
How can I insert another model of antenna into the .NED of a traffic simulation?
我想介绍一个定向天线模型,我可以在其中更改它们的增益,以便将结果与程序的默认全向天线(各向同性天线)进行比较。
我在 https://github.com/burtonwilliamt/carlogicapi/blob/master/tutorials/VeinsTutorial/README.md
中找到的 Github Carlogicapi 中使用 Veins 5.0、SUMO 0.19 和 Omnet++
我该怎么做?
我应该创建一个新模型然后插入它吗?如果是这样,我应该在哪里插入它?直接在 .ini 中?
我怎样才能让omnet++使用我给他的模型?
这里有一些关于我在 inet.omnetpp.org (https://inet.omnetpp.org/docs/showcases/wireless/directionalantennas/doc/)
中找到的天线模型的有用链接
你能帮我一下吗?
inet.omnetpp
Veins 5.0 教程模拟设置天线模式以在其 omnetpp.ini
https://github.com/sommer/veins/blob/veins-5.0/examples/veins/omnetpp.ini#L87. It also comes with a variety of other (more or less directional) antenna patterns (namely panorama
and patch
), which are stored in other fragments of the same xml file: https://github.com/sommer/veins/blob/veins-5.0/examples/veins/antenna.xml
的第 87 行中使用
我想介绍一个定向天线模型,我可以在其中更改它们的增益,以便将结果与程序的默认全向天线(各向同性天线)进行比较。
我在 https://github.com/burtonwilliamt/carlogicapi/blob/master/tutorials/VeinsTutorial/README.md
中找到的 Github Carlogicapi 中使用 Veins 5.0、SUMO 0.19 和 Omnet++我该怎么做? 我应该创建一个新模型然后插入它吗?如果是这样,我应该在哪里插入它?直接在 .ini 中? 我怎样才能让omnet++使用我给他的模型?
这里有一些关于我在 inet.omnetpp.org (https://inet.omnetpp.org/docs/showcases/wireless/directionalantennas/doc/)
中找到的天线模型的有用链接你能帮我一下吗? inet.omnetpp
Veins 5.0 教程模拟设置天线模式以在其 omnetpp.ini
https://github.com/sommer/veins/blob/veins-5.0/examples/veins/omnetpp.ini#L87. It also comes with a variety of other (more or less directional) antenna patterns (namely panorama
and patch
), which are stored in other fragments of the same xml file: https://github.com/sommer/veins/blob/veins-5.0/examples/veins/antenna.xml