Skip to main content
. 2019 Feb 27;19(5):1020. doi: 10.3390/s19051020
Algorithm 2. CHC—Convex Hull Centroid Model Algorithm
Data Input
m>2 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: Execute the steps 1 until 4 of algorithm Polar Points Centroid Model.
2: Apply (d-8), find the convex hull polygon for all polar-points in S. The obtained polygon is the minimal convex polygon that involves all interest points in S. This polygon constitutes the ROI.
3: Exclude all polar-points on the boundary of this convex polygon, called bad polar-points, from S.
4: Apply (d-9) in S, compute the location estimation, Exy(Ex,Ey), of the emitter.
Information Output
5: Emitter location estimation Exy(Ex,Ey).