0

I am using omnetpp 5.4.1, veins 4.7.1 and sumo-0.30.0. I want to calculate SINR between sepecific nodes in veins. How can this be done?

Christoph Sommer
  • 6,893
  • 1
  • 17
  • 35
sepideh
  • 61
  • 7

1 Answers1

0

The "decider" part of the Phy layer module will attach a DeciderResult80211 to every received message, which gets passed on to higher layers as control info. Part of this is the SNR, which can be obtained via DeciderResult80211::getSnr (see https://github.com/sommer/veins/blob/veins-4.7.1/src/veins/modules/phy/DeciderResult80211.h#L60)

Christoph Sommer
  • 6,893
  • 1
  • 17
  • 35