Maximum Average Uplink SINR

Asked by Rex

Hi,
In the uplink calibration curves, the maximum uplink average SINR Is limited to 14dB. Do you have an insight in to what causes this limit?

Thanks in advance.
Cheers,
Rex.

Question information

Language:
English Edit question
Status:
Solved
For:
IMTAphy Edit question
Assignee:
No assignee Edit question
Solved by:
Maciej Muehleisen
Solved:
Last query:
Last reply:
Revision history for this message
Maciej Muehleisen (mue-comnets) said :
#1

This results from uplink power control. For calibration alpha is set to 1.0 and P_0 is -106 dBm. Without interference the SINR would be exactly 10.4 dB, since the thermal noise power is -116.4 dBm. The received interference power from most nodes is far below -116.4 dBm and remains insignificant in the I + N sum. There are still some close by interferers where the received interference power is around or above the thermal noise power. Have a look at Figure 3 here:

http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=6139782&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D6139782

This is with alpha = 0.6. With alpha = 1.0 N + I is almost a straight line at -116.4 dBm.

Revision history for this message
Rex (rekha-menon) said :
#2

Thanks Maciej! So in in the uplink transmit power control calculation in your simulations, the delta_MCS value is not included by default?

Cheers,
Rex.

Revision history for this message
Maciej Muehleisen (mue-comnets) said :
#3

The parameter "Ks" is used for that. The code can be found in ......./scheduler/uplink/eNB/SchedulerBase.cpp in "doLinkAdaptationAndPowerControlAndInformUEs(). The value of Ks (default = 0) can be set in line 416 of the example config.py file.

Revision history for this message
Rex (rekha-menon) said :
#4

Thanks for the pointer Maciej. Just to doublecheck, Ks is set to 0 for generating the 3GPP calibration curves?
Rex.

Revision history for this message
Best Maciej Muehleisen (mue-comnets) said :
#5

Yes

Revision history for this message
Rex (rekha-menon) said :
#6

Thanks! Appreciate the speedy response.

Revision history for this message
Rex (rekha-menon) said :
#7

Thanks Maciej Muehleisen, that solved my question.