inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

Transmission power distribution in LTE transmissions #47

Open ghost opened 4 years ago

ghost commented 4 years ago

I was wondering if someone could help me clarify this:

It appears like the channel models in simuLTE use the total transmission power either on the UE (26 dBm) or eNB (40 dBm) as the transmission power per RB to compute parameters such as RSRP and SINR. It seems like this is an error since the total transmission power should be distributed uniformly over the RBs allocated for a given transmission. In this case, the power per RB should be lower than the current value in the model. Could someone help me clarify if this is a potential error? Or is there a reason for it that I might be overlooking?

Thanks in advance for your help!