Skip to main content
. 2019 Feb 27;19(5):1020. doi: 10.3390/s19051020
Algorithm 1. PPC—Polar-Points Centroid Model
Data Input
m2 is the number of receivers.
Ck(xk,yk), k=1,2,,m, is the planar position of each receiver.
rk,k=1,2,,m, is the signal range of each receiver to an emitter.
Procedure
1: for each k=1,2,3,,m
 2: k,j:1,2,,m/kj, by (d-6) and (d-7), for each receiver position Ck, used as pole-points, compute all combinations of polar-points Pkj(xpkj,ypkj) and Qkj(xqkj,yqkj) with the respective receiver at position Cj and signal range rj.
 3: store the points Pkj and Qkj in the set (SS{Pkj,Qkj}).
4: end for
5: Apply (d-9) in the set S, compute the location estimation, Exy(Ex,Ey), of the emitter.
Information Output
6: Emitter location estimation Exy(Ex,Ey).