Skip to main content
. 2020 Apr 19;20(8):2332. doi: 10.3390/s20082332
Algorithm 1 Mobility Control method for end-to-end communication
Require:pt0=p0, ψt0.
 1: for tk=t1,,tK do
 2:   Predict user positions P={pi} at tk+1 using Kalman Filter.
 3:   Estimate uplink channel parameters with the approximately model defined in Equation (33) using the LSE algorithm, based on observations during time [tk1,tk).
 4:   φk=argmaxφk(φ1,φ2)Jp.
 5:   UAV flies towards p^k+1 during time interval [tk,tk+1] with ψ˙=Klηηd+η˙dkη(ψ).
 6: end for