wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
67 stars 19 forks source link

[DCB] Power should be uniformly divided among the transmission bandwidth #113

Closed sergiobarra closed 4 years ago

sergiobarra commented 5 years ago

Power should be halved each time the bandwidth is doubled. Currently, instead of 3 dB, 3 pW are being subtracted to the total transmission power.

sergiobarra commented 4 years ago

Power is not being divided by the number of channels anymore. It was solved in commit f5b36ff, but some modification afterward has generated the bug again. It seems that the argument pw_received at ApplyAdjacentChannelInterferenceModel() and UpdateChannelsPower() is not being properly used.

sergiobarra commented 4 years ago

Closed by commit 1e75663