Research Article

Modeling of Location Estimation for Object Tracking in WSN

Algorithm 1

Algorithm with distance formula for the proposed location estimation.
(1)  // Given a graph
(2)  // presents the set of sensor nodes
(3)  // presents the set of communication link between sensor node and its neighbors
(4)  // Position ( , ) is the coordinator of the major node
(5)  // Position ( , ) is the coordinator of the minor node
(6)  // presents the sensing range of sensor node
(7)   , for , and  // presents the set of sensor nodes detecting object
(8)   , for , and  // presents the set of node’s neighboring nodes with enlarged power,
                 which can detect object
(9)  
(10) if then // The proposed method will be triggered when a sensor node detects an object .
(11)  // In order to determine object’s location, the sensor node notifies
                  its one-hop neighboring nodes to increase their sensing range.
(12) end if