Research Article

Coverage Extension and Balancing the Transmitted Power of the Moving Relay Node at LTE-A Cellular Network

Algorithm 1

Balancing power algorithm of reducing and balancing of transmitted power consumption at MR.
Require:
     , ρ th, , , Q
Ensure:
    
(1) BEGIN
(2)
(3) for   to Q do
  Calculate
(4)     if then
(5)     Increment QBS-UE by 1
(6)    
(7)        else
(8)       if ρ th then
(9)        Increment by 1
(10)   
(11)      else
(12)      
(13)      for  to /0.1 do
(14)         Calculate
(15)         if then
(16)         Decrement by 0.1
(17)          else
(18)           Increment by 0.1
(19)          end if
(20)         end for
(21)       end if
(21)      end if
(22)   end for
END