Skip to main content
. 2022 Feb 14;22(4):1474. doi: 10.3390/s22041474
Algorithm 1 Location based uplink power control algorithm
Require:
  • Train location in neighboring cells and their PRB resource information; allocated resources in this TAU

Ensure:
  • TAU calculates the transmit power PI in according to its location and neighboring cells information

  • 1:

    if The calculated transmit power PI after path loss compensation is greater than the maximum transmit power PCMAX then

  • 2:

       TAU selects the maximum transmit power PCMAX and the corresponding MCS mechanism;

  • 3:

    else

  • 4:

       TAU selects the calculated transmit power PI and the corresponding MCS mechanism;

  • 5:

    end if

  • 6:

    return The ultimate transmit power and MCS mechanism