Skip to main content
letter
. 2020 Jun 5;20(11):3223. doi: 10.3390/s20113223
Algorithm 1 Optimization of TDOA based on MPM.
Input: MPM, initial coordinate, T0(x0,y0), error threshold, Te;
Output: Final positioning coordinate, T(x,y);
 1: n0;
 2: repeat
 3:  Get multipath error (ρmAi1)n by substituting Tn into MPM;
 4:  (ρAi1)n+1=(ρAi1)n(ρmAi1)n;
 5:  Obtain Tn+1(xn+1,yn+1) by substituting (ρAi1)n into improved Chan-Taylor algorithm;
 6: until |Tn+1Tn|>Te;
 7: TTn+1;
 8: return T;