GPS-free and Anchor-free Indoor Localization for Wireless Sensor

Size: px
Start display at page:

Download "GPS-free and Anchor-free Indoor Localization for Wireless Sensor"

Transcription

1 GPS-free and Anchor-free Indoor Localization for Wireless Sensor Networks 1 Yuanfang Chen, 1 Mingchu Li, 1 Weifeng Sun, 2 Lei Shu and 1 Xuemin Cheng 1, First Author School of Software, Dalian University of Technology-China, yuanfang_chen@ieee.org, mingchul@dlut.edu.cn, chengxm81@gmail.com *Corresponding Author wfsun@dlut.edu.cn 2 Department of Multimedia Engineering, Osaka University-Japan, lei.shu@ist.osaka-u.ac.jp or lei.shu.deri@gmail.com Abstract In wireless sensor networks (WSNs), many applications require location awareness. GPS is generally not suitable to establish indoor locations. In this paper, we propose a GPS-free and Anchor-free (GFAF) indoor localization algorithm. GFAF algorithm uses a mobile node to move according to a special trajectory in deployment area and the mobile node calculates its real-time coordinate according to the start coordinate and move information, and then the mobile node broadcasts its current coordinate to unknown nodes within its transmission radius, and finally the unknown nodes can use these broadcasted coordinates and the observations between unknown nodes and mobile node to calculate their locations based on a posterior probability formula. In contrast to current up-to-date anchor-based localization methods, the proposed algorithm is fully distributed, where each unknown node only needs the information of real-time observation and mobile node coordinate, without cumbersome partitioning and merging process. The algorithm is highly scalable, with limited error propagation and linear computation and communication cost with respect to the size of the network. Extensive simulations and comparison with other methods under various representative network settings are carried out, showing superior performance of the proposed algorithm. Keywords: Localization, GPS-free Localization, Mobility, Wireless Sensor Networks 1. Introduction Wireless Sensor Networks (WSNs) have attracted a great deal of research interest during the last few years. Localization is a key aspect of such networks, since the knowledge of a sensor s location is critical in order to process information originating from this sensor, or to actuate responses to the environment, or to infer regarding an emerging situation etc. In recent years, mobility has become an important area of research for the localization community [1,2,3]. Although the mobility of the WSNs deployment was initially regarded as having several challenges that needed to be overcome, including connectivity, coverage, and energy consumption. However, recent studies have been showing mobility in a more favorable light [4,5], and some complicating issues can be solved effectively by mobile entities [6]. In addition, mobility enables sensor nodes to target and track moving phenomena such as vehicles. At present, the most widely used method for mobility localization is GPS (Global Positioning System)-based [7,8,9]. The accuracy of GPS is within 10 meters and admirably, GPS is free to use anywhere on the planet. However, there are several situations in which GPS is not workable reliably, because GPS requires line of sight to multiple satellites. In the mobile sensor network that is deployed in the indoor, downtown, underground or off-planet environments, GPS is not able to be used. Furthermore, although GPS receiver is available for mote-scale devices, it is still relatively expensive (because the specialized equipment is still needed) and is energy inefficient. Therefore GPS is undesirable for many deployments. Some researchers use some range-free methods which are based on anchor nodes (their locations are known). However, the accuracy of these methods is not high and the locations of the anchors need to be measured (the workload is heavy for a large-scale network). Therefore, in this paper, we propose a GPS-free and Anchor-free localization method: GFAF, to solve indoor and high-precision localization problem (Fig.1). International Journal of Advancements in Computing Technology(IJACT) Volume4, Number16,September 2012 doi: /ijact.vol4.issue

2 Figure 1. The indoor and high-precision localization problem and our method. The green points are unknown nodes, the red points are estimated coordinates of these unknown nodes, and the red triangle is mobile node which can connect with the unknown nodes within its transmission radius. First, we use a mobile node to move according to a special trajectory in deployment area, and the mobile node dynamically calculates its real-time locations according to its start coordinate which can be set by manual operation, and its mobile information, e.g., movement speed, elapsed time and steering angle. And then, the mobile node broadcasts its current coordinate to unknown nodes within its transmission radius, and finally the unknown nodes use these coordinates to calculate their locations according to a posterior probability formula. In summary, the contributions of this paper are shown as follows: (1) A GPS-free and anchor-free indoor localization algorithm is proposed. Recently, the interest for indoor localization has been increasing [10,11,12]. Google Maps launches the indoor mapping functionality to figure out how to find ATMs, and your flight gate once you are inside. However, the Google Maps is based on the floor plans which are provided by businesses (e.g., IKEA, Macy and airports), and some businesses or governments do not want to provide their floor plans for security or other reasons. And Google claims 5-10m accuracy inside buildings such as airports and shopping malls. Moreover, recently, some application demands for precise indoor localization are raising. For instance, museums expect to get user locations [13] for sending the relevant information about the paintings that users walk by, automatically. So such high accuracy demands, these applications are inherently intolerant to small errors. If a localization scheme incorrectly places a user in the adjacent painting and downloads information, the purpose of localization is entirely defeated. This is unlike traditional applications: GPS-based driving directions, where small errors are tolerable. As a consequence, new localization schemes will need to meet strict standards, without incurring additional costs of installation and maintenance. Our algorithm is GPS-free, anchor-free and even floor plan-free. Moreover, our localization algorithm is high-precision: from the extensive simulations, we can find that the centimeter-level localization error can be reached under some parameter configurations. (2) The GFAF algorithm can do real-time coordinate calculation. In our algorithm, we use a mobile node to broadcast its current coordinates, and the unknown nodes receive the current broadcasted coordinate information and the current observation between unknown nodes and the mobile node, to do localization; so our coordinate calculation is based on current information and is real-time. This character decreases the communication cost of network. For example, the anchor-based localization algorithms (e.g., DV-Hop) need wide-ranging communication to spread the coordinate information of anchors. Compared with these algorithms, our algorithm only needs current observed information to dynamically calculate the coordinates of mobile node and unknown nodes. (3) A detailed analysis and proof about the impact of the mobile node s trajectory on localization are shown in this paper. This paper is organized as follows. Section 2 states related work in more details. Section 3 describes our model. The detail of GFAF algorithm and correlative discussion are discussed in Section 4. Simulation results and analyses are shown in Section 5. Finally, Section 6 summarizes this paper and predicts future research work. 65

3 2. Related Work Currently, a kind of high sensitivity GPS receiver is developed based on chip and processing power technologies, which is able to receive satellite signals in most indoor environments and attempts to determine the 3D location indoors [14,15,16]. However, proper coverage for the required for satellites to locate a receiver is not achieved with all current designs about high-sensitivity GPS receiver, and such GPS receiver is expensive and energy inefficient. In the WSNs domain, the anchor-based localization algorithms can be used indoors. And according to process technique, the anchor-based algorithms can be classified into two categories: centroid-based and hop count-based. First, centroid-based algorithms estimate the location of a sensor by calculating the centroid positions of proximate anchors. This requires a large number of anchors. In [17], an anchor & centroid-based localization algorithm is proposed: APIT. In this work, first, each node tests (the test is called Point-In-Triangulation Test (PIT)) whether it is inside a particular triangle formed by three anchors which are from all audible anchors. And then the APIT repeats the PIT with different audible anchor combinations until all combinations are exhausted or the required accuracy is achieved. The node s position is estimated to be the center of intersection of all triangles within which the node has been identified. The APIT method significantly improves the previous centroid-based range-free scheme. However, it relies on the number of audible anchor nodes for the unknown node and the method requires the information exchange between the node and its neighbors, thereby increasing the communication overheads of the node. Grid Scan is inspired by APIT. Firstly, each unknown node obtains the intersection region of its 1-hop anchors transmission area as the estimate region of its location. Secondly, the region is divided into grid array (by examining the distance between any of the 1-hop and 2-hop anchors, the grid can be confirmed [18]) and if possible, every grid places some sensor nodes. Finally, the estimated location is got by averaging locations of the possible grids. Second, in hop count-based algorithms, the hop count value is increased at every intermediate hop. The classical anchor-based & hop-counting range-free algorithm is DV-Hop [19,20]. First, it uses distance vector routing method to propagate packets and each node maintains a hop counter denoting the minimum number of hops to each anchor; when a node receives a new anchor node information packet, if its hop count is smaller than the stored hop count for that anchor, the recipient updates its hop count value and forwards this packet with increasing the hop count value. And then, anchor nodes compute average distance per hop using the anchors coordinates and hop count information between anchor nodes. Finally, based on the received locations of anchor nodes and the corresponding average distance per hop, every unknown node calculates the coordinate. MDS-MAP is a multidimensional scaling (MDS)-based & hop count-based range-free localization method [21]. It determines the positions of nodes using the information: which nodes are within communications range of which others. In addition, if the distances between neighboring nodes can be measured, this distance information is also useful in this method. The MDS-MAP is able to generate relative node positions maps when there are not anchor nodes that have known absolute coordinates, in the network and when the positions of a sufficient number of anchor nodes are known, e.g., 3 anchors for 2-D localization and 4 anchors for 3-D [21], MDS-MAP can determine the absolute coordinates of all nodes in the network. The MDS-MAP is creditable, when nodes are positioned in relatively uniform space, especially when the number of anchor nodes is low, because the MDS-MAP uses the distance or connectivity information between all nodes at the same time, compared with previous triangulation-based methods that locate one unknown node at a time and only use the information between the unknown nodes and the anchor nodes. However, like many existing methods, MDS-MAP does not work well on irregularly shaped networks, where the distance of shortest path between two nodes does not well correlate with their true Euclidean distance. The Bounding box algorithm [22,23], can work well on irregularly shaped networks, and is a kind of computationally simple method, when the unknown nodes ranges to several anchor nodes is given. Each node assumes that it lies within the intersection of its anchors bounding boxes. The bounding box for an anchor node s a is centered at the anchor position (Xs a,ys a ), and has height and width: 2Ds a, where the Ds a is the node s distance measurement to this anchor node. The position of a node is the center of intersection of several anchor bounding boxes. 66

4 However, the performance of the anchor-based localization algorithms depends on the content of received packets, so these presented algorithms perform well only when a large percentage of anchors are available, the graph connectivity is high and precise range measurements can be determined. 3. Our Model Our network consists of two key parts: some static unknown nodes (these unknown nodes can be mobile nodes also, but in this paper, we fix them for facilitating the study of indoor localization problem) and a mobile node. The unknown nodes are to be located and the mobile node can be worn by person moving through a building. 3.1 Network Model A number of unknown nodes are installed at fixed and unknown locations randomly. A key role of these static unknown nodes is to receive the data packets coming from the mobile node. The mobile node worn by people has two important roles. Firstly, the number of data packets being transmitted from the mobile node needs to be minimized to save energy. Secondly, the data packets have to be reliably transferred to the static unknown nodes within 1-hop range of mobile node. In this way, we guarantee a reliable transmission and a maximum transmission rate between the mobile node and the static unknown nodes with minimal data packet overhead. Our WSN can be modeled as a directed graph G=(S, L), where the S={s m, s 1,, s n } denotes the set of nodes which include mobile node s m and n unknown nodes: s 1, s 2,, s n, and L is the set of transmission links which are directed. A transmission link exists between mobile node and an unknown node, if and only if the unknown node can be found by mobile node and can receive data packet from mobile node. Moreover, the transmission radiuses of all nodes are the same and are denoted as r. The mobile node needs to maintain the data that include these fields: start coordinate (x s m, y s m), move speed v m, elapsed time dt m, and steering angle θ m. And the transmitted data packet has these fields: mobile node s real-time current coordinate (x c m(t), y c m(t)), distance between the mobile node and the observed unknown node at time t: d m,u (t), and the angle of difference between mobile node and the observed unknown node at time t: α m,u (t). 4. Our Method 4.1 Our Localization Problem Description Our localization problem can be described as: the mobile sensor moves from start point with coordinate (x s m, y s m), through a sequence of controls, u 1, u 2,, u t. As it moves, it observes the nearby unknown nodes, e.g., at the time t, it observes the unknown node s u, and the observation measurement can be denoted as z t ={d m,u (t), α m,u (t)}. Our localization problem is concerned with estimating the locations of the unknown nodes from the mobile sensor real-time coordinates and the observation measurements. Between the real-time coordinate estimations of mobile sensor is a conditional independence relation. 4.2 Our GFAF Method The GFAF localization method includes three steps which can be described as follows: Step 1: The mobile node moves along a special trajectory, and calculates its current coordinate dynamically. Using the start coordinate (x s m, y s m), movement speed v m, elapsed time dt m, and steering angle θ m, of mobile sensor, according to the formulae: x c m=cosθ m v m dt m +x s m and y c m=sinθ m v m dt m +y s m, we can obtain the real-time current coordinate of the mobile node: (x c m(t), y c m(t)). Step 2: The mobile node broadcasts its current coordinate to unknown nodes within its transmission radius. The broadcast packet is: [(x c m(t), y c m(t)); z t ]. Step 3: Each unknown node uses the received broadcast packets to calculate and constantly adjust its 67

5 location using a posterior probability. Because the coordinate estimation of unknown node is based on the move information of mobile node, the coordinate estimation of an unknown node s k can be defined as a posterior probability: p((x k, y k ) (x m, y m ) t, z t )=p(z t ( x k, y k ), (x c m(t), y c m(t)))p((x k, y k ) (x m, y m ) t-1, z t-1 ). (1) Where the (x m, y m ) t ={(x c m(1), y c m(1)), (x c m(2), y c m(2)), (x c m(3), y c m(3)),, (x c m(t), y c m(t))}, the z t ={z 1, z 2, z 3,, z t }, and the number of members of each set about these two sets is equal to the times of the unknown node s k being observed by mobile node till time t. 4.3 Move Trajectory Discussion of Our Method We use a mobile sensor node to move according to a special trajectory (we test three common move trajectories [24,25,26,27]: grid, equilateral triangle and randomization, which are shown in Fig.2) in deployment area, to implement the localization of unknown nodes. Figure 2. Three common move trajectories: grid, equilateral triangle and randomization Which kind of traveling trajectory of mobile sensor node can optimize the localization? In order to solve this problem, two essential requirements need to be considered. First, the traveling node can cover an entire WSN during the localization process of unknown nodes. Second, the traveling trajectory length of the mobile node should be as short as possible to guarantee the efficiency of the algorithm. So the geometric problem of the optimal broadcast position of mobile sensor node is how to use the minimum number of broadcast messages to cover all unknown nodes in deployment area, and each unknown node receives broadcast message at least once. The optimal coverage without a hole needs to be guaranteed for the localization of unknown nodes in a deployment area. In order to totally cover the deployment area R, the sufficient broadcasts must be sent by mobile sensor inside area R and their coverage areas (we can use a disk to denote the coverage area of a broadcast) intersect one another. Given that the overlap between the i th and [(i mod k)+1] th disks (they are adjacent disks and we assume the radius of disk r=1 (Fig.3)) is (α i sinα i ), 1 i k, where the k is the number of broadcast messages of mobile sensor received by one unknown node. We ignore the overlap caused by non-adjacent disks, and then the total overlap is L= i=1 k (α i sinα i ). Our optimal coverage problem can be formulated as: min i=1 k (α i sinα i ), subject to i=1 k α i =(k 2)π. (2) Using the Lagrangian multiplier method, we can get the solution of the above-mentioned optimization problem: α i =(k 2)π k, and L=(k 2) π k sin((k 2)π k). So the overlap per disk is: L k=π (2π k) (k sin(2π k)), monotonically increase with k, and k 3. Moreover when k=3, the optimal solution is α i =π 3, and when k>3, the overlap per disk is always higher than that in the case of k=3. This implies that the center of the three disks should form an equilateral triangle with edge 3, and when r 1, the edge of the equilateral triangle is 3r. According to the above analytic result and references [28,29,30], we can get the following theorem. Theorem 1. To minimize the overlap of two disks, only one disk should be used and the center of the three disks should form an equilateral triangle with side length 3r, where the r is the radius of the disks. From the Theorem 1, we can find that the equilateral triangle traveling trajectory can make the mobile sensor using least broadcast messages to cover all unknown nodes in deployment area, without a hole. 68

6 Figure 3. An example about how to minimize the overlap of disks i, (i mod k)+1 and added, without a hole 5. Simulation and Results In this section, we introduce our simulations about the accuracy of the GFAF localization method with different parameter configurations, and then we also show the comparative result about the accuracy of the GFAF method and seven other up-to-date methods. 5.1 Simulation Setup Our simulations are performed using Matlab.R2011a. We conduct a simulation study in a m 2 region where 100 unknown sensor nodes are uniformly randomly distributed. Each data point shown below is an average of 100 simulation runs. 5.2 Simulation Results and Analyses First, we evaluate the accuracy of GFAF algorithm using different values about control noise, move speed, and transmission radius under three kinds of traveling trajectories (the parameters and their values are listed in Table 1). Table 1. Simulation parameters Parameters Value Move-speed-relative control noise (sigmav) 0.5, 1, 2, 3, 4 Move speed (m sec) 0.5, 1, 2, 3, 4 Transmission radius (m) 4, 5, 6, 7, 8, 9, 10, 11, 12 Network size (m 2 ) Unknown node number (n) 100 We add move-speed-relative and steering-angle-relative control noise, when the mobile node moves, and the move-speed-relative control noise is denoted as: sigmav and the steering-angle-relative control noise can be calculated using the formula: sigmag=(3.0*pi/180). Combination the move-speed-relative and steering-angle-relative control noise, we can get final control noise and its calculation formula is: Q=[sigmaV 2 0; 0 sigmag 2 ] (it is a 2 2 matrix). The experiment results are shown as follows: 69

7 Figure 4. The estimated error change with transmission radius increase, when move speed is 0.5, (a) the traveling trajectory is grid, (b) the traveling trajectory is equilateral triangle, and (c) the traveling trajectory is randomization Figure 5. The estimated error change with transmission radius increase, when move speed is 1, (a) the traveling trajectory is grid, (b) the traveling trajectory is equilateral triangle, and (c) the traveling trajectory is randomization Figure 6. The estimated error change with transmission radius increase, when move speed is 2, (a) the traveling trajectory is grid, (b) the traveling trajectory is equilateral triangle, and (c) the traveling trajectory is randomization Figure 7. The estimated error change with transmission radius increase, when move speed is 3, (a) the traveling trajectory is grid, (b) the traveling trajectory is equilateral triangle, and (c) the traveling trajectory is randomization 70

8 Figure 8. The estimated error change with transmission radius increase, when move speed is 4, (a) the traveling trajectory is grid, (b) the traveling trajectory is equilateral triangle, and (c) the traveling trajectory is randomization In these results (Fig.4-Fig.8), firstly, we can find that along with the control noise decrease and transmission radius increase the localization accuracy is rising, because the control noise and the transmission radius affect the number of received data packets of mobile node by unknown nodes, e.g., if the transmission radius of mobile node is long enough and can cover whole deployment area, each unknown node can receive abundant data packets of mobile node, and then according to our localization algorithm, the unknown nodes obtain enough information to adjust their coordinates to achieve a desired accuracy. Secondly, the localization accuracy of random traveling trajectory is higher, compared with the traveling trajectories: grid and equilateral triangle (this result is useful in practical application, because in most cases, the traveling trajectory of person with a sensor is random). We guess that maybe the random traveling trajectory can avoid boundary effect better (boundary effect: mobile node will cover less unknown nodes when it is placed near the boundary of network than when it is placed at the central zone). Finally, it is worthwhile to note that an appropriate move speed can improve the localization accuracy. From the experiment results, we can find that the impact of move speed on localization accuracy is different for different traveling trajectories, but the optimal move speed is existent for different noise values. Second, we compare the GFAF method with seven other up-to-date localization methods (they are: Centroid, Bounding box, Grid Scan, APIT, DV-Hop, MDS-MAP, and Amorphous) in accuracy. Figure 9. The comparative result about the GFAF localization method and seven other localization methods From the comparative result (Fig.9), we can distinctly observe that the localization accuracy of our method is better than seven other methods, e.g., the localization error of our method can reduce to about 0.03m, when the transmission radius is 9m for all sensor nodes. It is worth to mention that some localization methods cannot locate the locations of unknown nodes, in some special situations, e.g., when the transmission radiuses are less than 9m and 5m, the localization errors of MDS-MAP, DV-Hop and APIT method are infinity, because the connectivity of network is not enough for these methods. We can conclude that the connectivity of network is important for localization issue, and we will do some researches on this topic in the future. 71

9 6. Conclusion and Future Work In this paper, we propose a high-accuracy GFAF indoor localization method, which only needs a mobile sensor node, and mobile node s real-time coordinate is calculated from its real-time traveling information (e.g., movement speed, elapsed time and steering angle) and mobile sensor s start point coordinate. The unknown nodes only receive the broadcast information from mobile sensor to do localization, so the communication overhead of the whole network is low. Moreover, the localization accuracy of the GFAF method is high (up to 93% improvement: the estimated localization error 0.425m is a wonderful value, in current localization research area, but our method s localization error is 0.03m). We also prove that the equilateral triangle traveling trajectory can make the mobile sensor node use least broadcast messages to cover deployment area of unknown nodes, without a hole. From the simulations, we can find that the connectivity of network that is belong to MAC layer property can affect the accuracy of localization, so we will do research about the impact of MAC layer on localization accuracy. Moreover, because the energy and network lifetime are important for WSNs, we will do some investigations and evaluations about the energy efficiency of our localization method. 7. Acknowledgement This work is supported in part by Natural Science Foundation of China under grant No Weifeng Sun s work is supported in part by Natural Science Foundation of China under grant No , References [1] I. Constandache, S. Gaonkar, M. Sayler, R.R. Choudhury, L. Cox, EnLoc: Energy-efficient localization for mobile phones, In INFOCOM, pp , [2] H. Chen, B. Liu, P. Huang, J. Liang, Y. Gu, Mobility-assisted node localization based on TOA measurements without time synchronization in wireless sensor networks, Mobile Networks and Applications, pp.1-10, [3] X. Li, N. Mitton, I. Simplot-Ryl, D. Simplot-Ryl, Dynamic beacon mobility scheduling for sensor localization, IEEE Transactions on Parallel and Distributed Systems, vol. 23, no. 8, pp , [4] E. Ekici, Y. Gu, D. Bozdag, Mobility-based communication in wireless sensor networks, IEEE Communications Magazine, vol. 44, no. 7, pp.56-62, [5] P. Xu, X.H. Xu, S.J. Tang, X.Y. Li, Truthful online spectrum allocation and auction in multi-channel wireless networks, In INFOCOM, pp.26-30, [6] S.A. Munir, B. Ren, W. Jiao, B. Wang, D. Xie, J. Ma, Mobile wireless sensor network: architecture and enabling technologies for ubiquitous computing, In Proceedings of the 21 st International Conference on Advanced Information Networking and Applications Workshops, AINAW, pp , [7] K.F. Ssu, C.H. Ou, H.C. Jiau, Localization with mobile anchor points in wireless sensor networks, IEEE Transactions on Vehicular Technology, vol. 54, no. 3, pp , [8] A. Ledeczi, M. Maroti, Wireless sensor node localization, Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, vol. 370, no. 1958, pp.85-99, [9] D. Koutsonikolas, S.M. Das, Y.C. Hu, Path planning of mobile landmarks for localization in wireless sensor networks, Computer Communications, Elsevier, vol. 30, no. 13, pp , [10] S.A. Mitilineos, D.M. Kyriazanos, O.E. Segou, J.N. Goufas, S.C.A. Thomopoulos, Indoor localization with wireless sensor networks, Progress in Electromagnetics Research, vol. 109, pp , [11] S. Sen, B. Radunovic, R. Roy Choudhury, T. Minka, Precise indoor localization using PHY information, In Proceedings of the 9th International Conference on Mobile Systems, Applications, and Services, pp , [12] J. Robles, Considerations in the design of indoor localization systems for wireless sensor 72

10 networks, Energy-Aware Communications, pp.43-53, [13] E. Bruns, B. Brombach, T. Zeidler, O. Bimber, Enabling mobile phones to support large-scale museum guidance, Multimedia, IEEE, vol. 14, no. 2, pp.16-25, [14] J. Zhang, B. Li A.G. Dempster, C. Rizos, Evaluation of high sensitivity GPS receivers, In Proceedings of the International Symposium on GPS/GNSS, pp , [15] Y. Shi, L. Zhang, Y.B. Liu, An embedded high sensitivity navigation receiver for GPS, In Proceedings of the International Conference on Consumer Electronics, Communications and Networks (CECNet), pp , [16] X.X. Qin, C.D. Han, Y.K. Xie, A high sensitive fast acquisition algorithm suitable to implement in software gps receiver, Dianzi Xuebao (Acta Electronica Sinica), vol. 38, no. 1, pp , [17] T. He, C. Huang, B. M. Blum, J. A. Stankovic, T. F. Abdelzaher, Range-free localization schemes for large scale sensor networks, In Proceedings of ACM/IEEE International Conference on Mobile Computing and Networking (MOBICOM), pp.81-95, [18] Z. Yan, Y. Chang, Z. Shen, Y. Zhang, A Grid-Scan localization algorithm for wireless sensor network, In Proceedings of IEEE International Conference on Communications and Mobile Computing, pp , [19] D. Niculescu, B. Nath, DV based positioning in ad hoc networks, Telecommunication Systems, pp , [20] Jing Chen, Xiaoping Liu, An improved DV-Hop algorithm based on grey correlation method, IJACT: International Journal of Advancements in Computing Technology, vol. 4, no. 9, pp.27-34, [21] Y. Shang, W. Ruml, Y. Zhang, M. Fromherz, Localization from mere connectivity, In ACM MobiHoc, Annapolis, MD, pp , [22] Andreas Savvides, Chih-Chieh Han, Mani B. Strivastava, Dynamic fine-grained localization in ad-hoc networks of sensors, In Mobile Computing and Networking, pp , [23] S. Simic, S. Sastry, Distributed localization in wireless ad hoc networks, UC Berkeley ERL report, [24] J.S. Kim, B.K. Kim, Minimum-time grid coverage trajectory planning algorithm for mobile robots with battery voltage constraints, In Proceedings of IEEE International Conference on Control Automation and Systems (ICCAS), pp , [25] G. Han, H. Xu, J. Jiang, L. Shu, T. Hara, S. Nishio, Path planning using a mobile anchor node based on trilateration in wireless sensor networks, Wireless Communications and Mobile Computing, [26] D. Koutsonikolas, S.M. Das, Y.C. Hu, Path planning of mobile landmarks for localization in wireless sensor networks, Computer Communications, vol. 30, no. 13, pp , [27] Wei Zhi, QingSheng Luo, An autonomous low cost mobile robot system based on particle swarm intelligent path planner, IJACT: International Journal of Advancements in Computing Technology, vol. 4, no. 3, pp , [28] H. Zhang, J.C. Hou, Maintaining sensing coverage and connectivity in large sensor networks, Ad Hoc and Sensor Wireless Networks, vol. 1, no. 1-2, pp , [29] V. Zalyubovskiy, A. Erzin, S. Astrakov, H. Choo, Energy-efficient area coverage by sensors with adjustable ranges, Sensors, vol. 9, no. 4, pp , [30] D. Han, W. Li, Z. Li, Semantic image classification using statistical local spatial relations model, Multimedia Tools and Applications, vol. 39, no. 2, pp ,

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall Localization ation For Wireless Sensor Networks Univ of Alabama, Fall 2011 1 Introduction - Wireless Sensor Network Power Management WSN Challenges Positioning of Sensors and Events (Localization) Coverage

More information

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK CHUAN CAI, LIANG YUAN School of Information Engineering, Chongqing City Management College, Chongqing, China E-mail: 1 caichuan75@163.com,

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Biljana Risteska Stojkoska, Vesna Kirandziska Faculty of Computer Science and Engineering University "Ss. Cyril and Methodius"

More information

Location Discovery in Sensor Network

Location Discovery in Sensor Network Location Discovery in Sensor Network Pin Nie Telecommunications Software and Multimedia Laboratory Helsinki University of Technology niepin@cc.hut.fi Abstract One established trend in electronics is micromation.

More information

Localization in WSN. Marco Avvenuti. University of Pisa. Pervasive Computing & Networking Lab. (PerLab) Dept. of Information Engineering

Localization in WSN. Marco Avvenuti. University of Pisa. Pervasive Computing & Networking Lab. (PerLab) Dept. of Information Engineering Localization in WSN Marco Avvenuti Pervasive Computing & Networking Lab. () Dept. of Information Engineering University of Pisa m.avvenuti@iet.unipi.it Introduction Location systems provide a new layer

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 06) Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu, a, Feng Hong,b, Xingyuan

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P.

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Bhattacharya 3 Abstract: Wireless Sensor Networks have attracted worldwide

More information

Performance Analysis of DV-Hop Localization Using Voronoi Approach

Performance Analysis of DV-Hop Localization Using Voronoi Approach Vol.3, Issue.4, Jul - Aug. 2013 pp-1958-1964 ISSN: 2249-6645 Performance Analysis of DV-Hop Localization Using Voronoi Approach Mrs. P. D.Patil 1, Dr. (Smt). R. S. Patil 2 *(Department of Electronics and

More information

A NOVEL RANGE-FREE LOCALIZATION SCHEME FOR WIRELESS SENSOR NETWORKS

A NOVEL RANGE-FREE LOCALIZATION SCHEME FOR WIRELESS SENSOR NETWORKS A NOVEL RANGE-FREE LOCALIZATION SCHEME FOR WIRELESS SENSOR NETWORKS Chi-Chang Chen 1, Yan-Nong Li 2 and Chi-Yu Chang 3 Department of Information Engineering, I-Shou University, Kaohsiung, Taiwan 1 ccchen@isu.edu.tw

More information

Evaluation of Localization Services Preliminary Report

Evaluation of Localization Services Preliminary Report Evaluation of Localization Services Preliminary Report University of Illinois at Urbana-Champaign PI: Gul Agha 1 Introduction As wireless sensor networks (WSNs) scale up, an application s self configurability

More information

A Study for Finding Location of Nodes in Wireless Sensor Networks

A Study for Finding Location of Nodes in Wireless Sensor Networks A Study for Finding Location of Nodes in Wireless Sensor Networks Shikha Department of Computer Science, Maharishi Markandeshwar University, Sadopur, Ambala. Shikha.vrgo@gmail.com Abstract The popularity

More information

Static Path Planning for Mobile Beacons to Localize Sensor Networks

Static Path Planning for Mobile Beacons to Localize Sensor Networks Static Path Planning for Mobile Beacons to Localize Sensor Networks Rui Huang and Gergely V. Záruba Computer Science and Engineering Department The University of Texas at Arlington 416 Yates, 3NH, Arlington,

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Novel Localization of Sensor Nodes in Wireless Sensor Networks using Co-Ordinate Signal Strength Database

Novel Localization of Sensor Nodes in Wireless Sensor Networks using Co-Ordinate Signal Strength Database Available online at www.sciencedirect.com Procedia Engineering 30 (2012) 662 668 International Conference on Communication Technology and System Design 2011 Novel Localization of Sensor Nodes in Wireless

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 181 A NOVEL RANGE FREE LOCALIZATION METHOD FOR MOBILE SENSOR NETWORKS Anju Thomas 1, Remya Ramachandran 2 1

More information

Self-Organizing Localization for Wireless Sensor Networks Based on Neighbor Topology

Self-Organizing Localization for Wireless Sensor Networks Based on Neighbor Topology Self-Organizing Localization for Wireless Sensor Networks Based on Neighbor Topology Range-free localization with low dependence on anchor node Yasuhisa Takizawa Yuto Takashima Naotoshi Adachi Faculty

More information

Node Localization using 3D coordinates in Wireless Sensor Networks

Node Localization using 3D coordinates in Wireless Sensor Networks Node Localization using 3D coordinates in Wireless Sensor Networks Shayon Samanta Prof. Punesh U. Tembhare Prof. Charan R. Pote Computer technology Computer technology Computer technology Nagpur University

More information

Self Localization Using A Modulated Acoustic Chirp

Self Localization Using A Modulated Acoustic Chirp Self Localization Using A Modulated Acoustic Chirp Brian P. Flanagan The MITRE Corporation, 7515 Colshire Dr., McLean, VA 2212, USA; bflan@mitre.org ABSTRACT This paper describes a robust self localization

More information

Adaptive DV-HOP Location Algorithm Using Anchor-Density-based Clustering for Wireless Sensor Networks

Adaptive DV-HOP Location Algorithm Using Anchor-Density-based Clustering for Wireless Sensor Networks Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Adaptive DV-HOP Location Algorithm Using Anchor-Density-based Clustering for Wireless Sensor Networks Zhang Ming College of Electronic Engineering,

More information

Research Article Improving Localization in Wireless Sensor Network Using Fixed and Mobile Guide Nodes

Research Article Improving Localization in Wireless Sensor Network Using Fixed and Mobile Guide Nodes Sensors Volume 216, Article ID 638538, 5 pages http://dx.doi.org/1.1155/216/638538 Research Article Improving Localization in Wireless Sensor Network Using Fixed and Mobile Guide Nodes R. Ahmadi, 1 G.

More information

Fault Tolerant Barrier Coverage for Wireless Sensor Networks

Fault Tolerant Barrier Coverage for Wireless Sensor Networks IEEE INFOCOM - IEEE Conference on Computer Communications Fault Tolerant Barrier Coverage for Wireless Sensor Networks Zhibo Wang, Honglong Chen, Qing Cao, Hairong Qi and Zhi Wang Department of Electrical

More information

Removing Heavily Curved Path: Improved DV-Hop Localization in Anisotropic Sensor Networks

Removing Heavily Curved Path: Improved DV-Hop Localization in Anisotropic Sensor Networks 2011 Seventh International Conference on Mobile Ad-hoc and Sensor Networks Removing Heavily Curved Path: Improved DV-Hop Localization in Anisotropic Sensor Networks Ziqi Fan 1, Yuanfang Chen 1, Lei Wang

More information

Modelling the Localization Scheme Integrated with a MAC Protocol in a Wireless Sensor Network

Modelling the Localization Scheme Integrated with a MAC Protocol in a Wireless Sensor Network Modelling the Localization Scheme Integrated with a MAC Protocol in a Wireless Sensor Network Suman Pandey Assistant Professor KNIT Sultanpur Sultanpur ABSTRACT Node localization is one of the major issues

More information

Localization of Sensor Nodes using Mobile Anchor Nodes

Localization of Sensor Nodes using Mobile Anchor Nodes Localization of Sensor Nodes using Mobile Anchor Nodes 1 Indrajith T B, 2 E.T Sivadasan 1 M.Tech Student, 2 Associate Professor 1 Department of Computer Science, Vidya Academy of Science and Technology,

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

Minimum Cost Localization Problem in Wireless Sensor Networks

Minimum Cost Localization Problem in Wireless Sensor Networks Minimum Cost Localization Problem in Wireless Sensor Networks Minsu Huang, Siyuan Chen, Yu Wang Department of Computer Science, University of North Carolina at Charlotte, Charlotte, NC 28223, USA. Email:{mhuang4,schen4,yu.wang}@uncc.edu

More information

Ordinal MDS-based Localization for Wireless Sensor Networks

Ordinal MDS-based Localization for Wireless Sensor Networks Ordinal MDS-based Localization for Wireless Sensor Networks Vayanth Vivekanandan and Vincent W.S. Wong Department of Electrical and Computer Engineering, The University of British Columbia, Vancouver,

More information

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 6, NO. 1, FEBRUARY 013 ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

More information

Using Linear Intersection for Node Location Computation in Wireless Sensor Networks 1)

Using Linear Intersection for Node Location Computation in Wireless Sensor Networks 1) Vol3, No6 ACTA AUTOMATICA SINICA November, 006 Using Linear Intersection for Node Location Computation in Wireless Sensor Networks 1) SHI Qin-Qin 1 HUO Hong 1 FANG Tao 1 LI De-Ren 1, 1 (Institute of Image

More information

LOCALIZATION SCHEME FOR THREE DIMENSIONAL WIRELESS SENSOR NETWORKS USING GPS ENABLED MOBILE SENSOR NODES

LOCALIZATION SCHEME FOR THREE DIMENSIONAL WIRELESS SENSOR NETWORKS USING GPS ENABLED MOBILE SENSOR NODES LOCALIZATION SCHEME FOR THREE DIMENSIONAL WIRELESS SENSOR NETWORKS USING GPS ENABLED MOBILE SENSOR NODES Vibha Yadav, Manas Kumar Mishra, A.K. Sngh and M. M. Gore Department of Computer Science & Engineering,

More information

Cramer-Rao Bound Analysis of Quantized RSSI Based Localization in Wireless Sensor Networks

Cramer-Rao Bound Analysis of Quantized RSSI Based Localization in Wireless Sensor Networks Cramer-Rao Bound Analysis of Quantized RSSI Based Localization in Wireless Sensor Networks Hongchi Shi, Xiaoli Li, and Yi Shang Department of Computer Science University of Missouri-Columbia Columbia,

More information

Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks

Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks Article Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks Mongkol Wongkhan and Soamsiri Chantaraskul* The Sirindhorn International Thai-German Graduate School of Engineering (TGGS),

More information

Superior Reference Selection Based Positioning System for Wireless Sensor Network

Superior Reference Selection Based Positioning System for Wireless Sensor Network International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 Superior Reference Selection Based Positioning System for Wireless Sensor Network Manish Chand Sahu, Prof.

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Cross Layer Design for Localization in Large-Scale Underwater Sensor Networks

Cross Layer Design for Localization in Large-Scale Underwater Sensor Networks Sensors & Transducers, Vol. 64, Issue 2, February 204, pp. 49-54 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Cross Layer Design for Localization in Large-Scale Underwater

More information

2-D RSSI-Based Localization in Wireless Sensor Networks

2-D RSSI-Based Localization in Wireless Sensor Networks 2-D RSSI-Based Localization in Wireless Sensor Networks Wa el S. Belkasim Kaidi Xu Computer Science Georgia State University wbelkasim1@student.gsu.edu Abstract Abstract in large and sparse wireless sensor

More information

Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node

Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node Shikha Nema*, Branch CTA Ganga Ganga College of Technology, Jabalpur (M.P) ABSTRACT A

More information

SIGNIFICANT advances in hardware technology have led

SIGNIFICANT advances in hardware technology have led IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 56, NO. 5, SEPTEMBER 2007 2733 Concentric Anchor Beacon Localization Algorithm for Wireless Sensor Networks Vijayanth Vivekanandan and Vincent W. S. Wong,

More information

A novel algorithm for graded precision localization in wireless sensor networks

A novel algorithm for graded precision localization in wireless sensor networks A novel algorithm for graded precision localization in wireless sensor networks S. Sarangi Bharti School of Telecom Technology Management, IIT Delhi, Hauz Khas, New Delhi 110016 INDIA sanat.sarangi@gmail.com

More information

Ad hoc and Sensor Networks Chapter 9: Localization & positioning

Ad hoc and Sensor Networks Chapter 9: Localization & positioning Ad hoc and Sensor Networks Chapter 9: Localization & positioning Holger Karl Computer Networks Group Universität Paderborn Goals of this chapter Means for a node to determine its physical position (with

More information

One interesting embedded system

One interesting embedded system One interesting embedded system Intel Vaunt small glass Key: AR over devices that look normal https://www.youtube.com/watch?v=bnfwclghef More details at: https://www.theverge.com/8//5/696653/intelvaunt-smart-glasses-announced-ar-video

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

Cooperative Localization with Pre-Knowledge Using Bayesian Network for Wireless Sensor Networks

Cooperative Localization with Pre-Knowledge Using Bayesian Network for Wireless Sensor Networks Cooperative Localization with Pre-Knowledge Using Bayesian Network for Wireless Sensor Networks Shih-Hsiang Lo and Chun-Hsien Wu Department of Computer Science, NTHU {albert, chwu}@sslab.cs.nthu.edu.tw

More information

A Greedy Algorithm for Target Coverage Scheduling in Directional Sensor Networks

A Greedy Algorithm for Target Coverage Scheduling in Directional Sensor Networks A Greedy Algorithm for Target Coverage Scheduling in Directional Sensor Networks Youn-Hee Han, Chan-Myung Kim Laboratory of Intelligent Networks Advanced Technology Research Center Korea University of

More information

Performance Analysis of Range Free Localization Schemes in WSN-a Survey

Performance Analysis of Range Free Localization Schemes in WSN-a Survey I J C T A, 9(13) 2016, pp. 5921-5925 International Science Press Performance Analysis of Range Free Localization Schemes in WSN-a Survey Hari Balakrishnan B. 1 and Radhika N. 2 ABSTRACT In order to design

More information

Extending lifetime of sensor surveillance systems in data fusion model

Extending lifetime of sensor surveillance systems in data fusion model IEEE WCNC 2011 - Network Exting lifetime of sensor surveillance systems in data fusion model Xiang Cao Xiaohua Jia Guihai Chen State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing,

More information

Distributed Self-Localisation in Sensor Networks using RIPS Measurements

Distributed Self-Localisation in Sensor Networks using RIPS Measurements Distributed Self-Localisation in Sensor Networks using RIPS Measurements M. Brazil M. Morelande B. Moran D.A. Thomas Abstract This paper develops an efficient distributed algorithm for localising motes

More information

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE.

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE. Title Coding aware routing in wireless networks with bandwidth guarantees Author(s) Hou, R; Lui, KS; Li, J Citation The IEEE 73rd Vehicular Technology Conference (VTC Spring 2011), Budapest, Hungary, 15-18

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Localization (Position Estimation) Problem in WSN

Localization (Position Estimation) Problem in WSN Localization (Position Estimation) Problem in WSN [1] Convex Position Estimation in Wireless Sensor Networks by L. Doherty, K.S.J. Pister, and L.E. Ghaoui [2] Semidefinite Programming for Ad Hoc Wireless

More information

A Solution to Cooperative Area Coverage Surveillance for a Swarm of MAVs

A Solution to Cooperative Area Coverage Surveillance for a Swarm of MAVs International Journal of Advanced Robotic Systems ARTICLE A Solution to Cooperative Area Coverage Surveillance for a Swarm of MAVs Regular Paper Wang Zheng-jie,* and Li Wei 2 School of Mechatronic Engineering,

More information

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Wenbo Zhao and Xueyan Tang School of Computer Engineering, Nanyang Technological University, Singapore 639798 Email:

More information

POSITION ESTIMATION USING LOCALIZATION TECHNIQUE IN WIRELESS SENSOR NETWORKS

POSITION ESTIMATION USING LOCALIZATION TECHNIQUE IN WIRELESS SENSOR NETWORKS POSITION ESTIMATION USING LOCALIZATION TECHNIQUE IN WIRELESS SENSOR NETWORKS Priti Narwal 1, Dr. S.S. Tyagi 2 1&2 Department of Computer Science and Engineering Manav Rachna International University Faridabad,Haryana,India

More information

INTRODUCTION TO WIRELESS SENSOR NETWORKS. CHAPTER 8: LOCALIZATION TECHNIQUES Anna Förster

INTRODUCTION TO WIRELESS SENSOR NETWORKS. CHAPTER 8: LOCALIZATION TECHNIQUES Anna Förster INTRODUCTION TO WIRELESS SENSOR NETWORKS CHAPTER 8: LOCALIZATION TECHNIQUES Anna Förster OVERVIEW 1. Localization Challenges and Properties 1. Location Information 2. Precision and Accuracy 3. Localization

More information

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks

Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Proceedings Statistical Evaluation of the Positioning Error in Sequential Localization Techniques for Sensor Networks Cesar Vargas-Rosales *, Yasuo Maidana, Rafaela Villalpando-Hernandez and Leyre Azpilicueta

More information

Energy Consumption Reduction of Clustering Communication Based on Number of Neighbors for Wireless Sensor Networks

Energy Consumption Reduction of Clustering Communication Based on Number of Neighbors for Wireless Sensor Networks Energy Consumption Reduction of Clustering Communication Based on Number of Neighbors for Wireless Sensor Networks Noritaka Shigei, Hiromi Miyajima, and Hiroki Morishita Abstract The wireless sensor network

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

An improved distance vector-hop localization algorithm based on coordinate correction

An improved distance vector-hop localization algorithm based on coordinate correction Research Article An improved distance vector-hop localization algorithm based on coordinate correction International Journal of Distributed Sensor Networks 2017, Vol. 13(11) Ó The Author(s) 2017 DOI: 10.1177/1550147717741836

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN

EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN EFFECTIVE LOCALISATION ERROR REDUCTION IN HOSTILE ENVIRONMENT USING FUZZY LOGIC IN WSN ABSTRACT Jagathishan.K 1, Jayavel.J 2 1 PG Scholar, 2 Teaching Assistant Deptof IT, Anna University, Coimbatore (India)

More information

Energy-Efficient Opportunistic Localization with Indoor Wireless Sensor Networks

Energy-Efficient Opportunistic Localization with Indoor Wireless Sensor Networks DOI: 10.2298/CSIS110406063X Energy-Efficient Opportunistic Localization with Indoor Wireless Sensor Networks Feng Xia 1*, Xue Yang 1, Haifeng Liu 1, Da Zhang 1 and Wenhong Zhao 2 1 School of Software,

More information

Wi-Fi Fingerprinting through Active Learning using Smartphones

Wi-Fi Fingerprinting through Active Learning using Smartphones Wi-Fi Fingerprinting through Active Learning using Smartphones Le T. Nguyen Carnegie Mellon University Moffet Field, CA, USA le.nguyen@sv.cmu.edu Joy Zhang Carnegie Mellon University Moffet Field, CA,

More information

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL U.P.B. Sci. Bull., Series C, Vol. 79, Iss. 4, 2017 ISSN 2286-3540 FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL Xu ZHI 1, Ding HONGWEI 2, Liu LONGJUN 3, Bao LIYONG 4,

More information

A Survey on Localization Error Minimization Based on Positioning Techniques in Wireless Sensor Network

A Survey on Localization Error Minimization Based on Positioning Techniques in Wireless Sensor Network A Survey on Localization Error Minimization Based on Positioning Techniques in Wireless Sensor Network Meenakshi Parashar M. Tech. Scholar, Department of EC, BTIRT, Sagar (M.P), India. Megha Soni Asst.

More information

Tracking multiple mobile targets based on the ZigBee standard

Tracking multiple mobile targets based on the ZigBee standard Loughborough University Institutional Repository Tracking multiple mobile targets based on the ZigBee standard This item was submitted to Loughborough University's Institutional Repository by the/an author.

More information

LOCALIZATION OF WIRELESS SENSOR NETWORKS USING MULTIDIMENSIONAL SCALING

LOCALIZATION OF WIRELESS SENSOR NETWORKS USING MULTIDIMENSIONAL SCALING LOCALIZATION OF WIRELESS SENSOR NETWORKS USING MULTIDIMENSIONAL SCALING A Thesis presented to the Faculty of the Graduate School at the University of Missouri-Columbia In Partial Fulfillment Of the Requirements

More information

Coalface WSN Sub-area Model and Network Deployment Strategy

Coalface WSN Sub-area Model and Network Deployment Strategy 2011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Coalface WSN Sub-area Model and Network Deployment Strategy Peng Zhang 1,

More information

Path Planning of Mobile Landmarks for Localization in Wireless Sensor Networks

Path Planning of Mobile Landmarks for Localization in Wireless Sensor Networks Path Planning of Mobile Landmarks for Localization in Wireless Sensor Networks Dimitrios Koutsonikolas Saumitra M. Das Y. Charlie Hu School of Electrical and Computer Engineering Center for Wireless Systems

More information

Trade-offs Between Mobility and Density for Coverage in Wireless Sensor Networks. Wei Wang, Vikram Srinivasan, Kee-Chaing Chua

Trade-offs Between Mobility and Density for Coverage in Wireless Sensor Networks. Wei Wang, Vikram Srinivasan, Kee-Chaing Chua Trade-offs Between Mobility and Density for Coverage in Wireless Sensor Networks Wei Wang, Vikram Srinivasan, Kee-Chaing Chua Coverage in sensor networks Sensors are often randomly scattered in the field

More information

Localization for Large-Scale Underwater Sensor Networks

Localization for Large-Scale Underwater Sensor Networks Localization for Large-Scale Underwater Sensor Networks Zhong Zhou 1, Jun-Hong Cui 1, and Shengli Zhou 2 1 Computer Science& Engineering Dept, University of Connecticut, Storrs, CT, USA,06269 2 Electrical

More information

Research on Mine Tunnel Positioning Technology based on the Oblique Triangle Layout Strategy

Research on Mine Tunnel Positioning Technology based on the Oblique Triangle Layout Strategy Appl. Math. Inf. Sci. 8, No. 1, 181-186 (2014) 181 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/080122 Research on Mine Tunnel Positioning Technology

More information

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Article An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Prasan Kumar Sahoo 1, Ming-Jer Chiang 2 and Shih-Lin Wu 1,3, * 1 Department of Computer Science and Information

More information

Coverage in Sensor Networks

Coverage in Sensor Networks Coverage in Sensor Networks Xiang Luo ECSE 6962 Coverage problems Definition: the measurement of quality of service (surveillance) that can be provided by a particular sensor network Coverage problems

More information

Hierarchical Agglomerative Aggregation Scheduling in Directional Wireless Sensor Networks

Hierarchical Agglomerative Aggregation Scheduling in Directional Wireless Sensor Networks Hierarchical Agglomerative Aggregation Scheduling in Directional Wireless Sensor Networks Min Kyung An Department of Computer Science Sam Houston State University Huntsville, Texas 77341, USA Email: an@shsu.edu

More information

AN IOT APPLICATION BASED SEARCHING TECHNIQUE - WSN LOCALIZATION ALGORITHM

AN IOT APPLICATION BASED SEARCHING TECHNIQUE - WSN LOCALIZATION ALGORITHM AN IOT APPLICATION BASED SEARCHING TECHNIQUE - WSN LOCALIZATION ALGORITHM Abstract For IOT wireless sensor networks, there is large positioning error in APIT positioning algorithm, an improved APIT positioning

More information

Mobile Receiver-Assisted Localization Based on Selective Coordinates in Approach to Estimating Proximity for Wireless Sensor Networks

Mobile Receiver-Assisted Localization Based on Selective Coordinates in Approach to Estimating Proximity for Wireless Sensor Networks Mobile Receiver-Assisted Localization Based on Selective Coordinates in Approach to Estimating Proximity for Wireless Sensor Networks Zulfazli Hussin Graduate School of Applied Informatics University of

More information

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Divya.R PG Scholar, Electronics and communication Engineering, Pondicherry Engineering College, Puducherry, India Gunasundari.R

More information

An Algorithm for Localization in Vehicular Ad-Hoc Networks

An Algorithm for Localization in Vehicular Ad-Hoc Networks Journal of Computer Science 6 (2): 168-172, 2010 ISSN 1549-3636 2010 Science Publications An Algorithm for Localization in Vehicular Ad-Hoc Networks Hajar Barani and Mahmoud Fathy Department of Computer

More information

Range-Free Localization in Wireless Sensor Networks with Neural Network Ensembles

Range-Free Localization in Wireless Sensor Networks with Neural Network Ensembles J. Sens. Actuator Netw. 2012, 1, 254-271; doi:10.3390/jsan1030254 Article OPEN ACCESS Journal of Sensor and Actuator Networks ISSN 2224-2708 www.mdpi.com/journal/jsan Range-Free Localization in Wireless

More information

Comparison of localization algorithms in different densities in Wireless Sensor Networks

Comparison of localization algorithms in different densities in Wireless Sensor Networks Comparison of localization algorithms in different densities in Wireless Sensor s Labyad Asmaa 1, Kharraz Aroussi Hatim 2, Mouloudi Abdelaaziz 3 Laboratory LaRIT, Team and Telecommunication, Ibn Tofail

More information

Estimation of Distributed Fermat-Point Location for Wireless Sensor Networking

Estimation of Distributed Fermat-Point Location for Wireless Sensor Networking Sensors 2011, 11, 4358-4371; doi:10.3390/s110404358 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Estimation of Distributed Fermat-Point Location for Wireless Sensor Networking

More information

ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS

ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS Carla F. Chiasserini Dipartimento di Elettronica, Politecnico di Torino Torino, Italy Ramesh R. Rao California Institute

More information

Locating Sensors in the Forest: A Case Study in GreenOrbs

Locating Sensors in the Forest: A Case Study in GreenOrbs Locating Sensors in the Forest: A Case Study in GreenOrbs Cheng Bo, Danping Ren, Shaojie Tang, Xiang-Yang Li, Xufei Mao, Qiuyuan Huang,Lufeng Mo, Zhiping Jiang, Yongmei Sun, Yunhao Liu Illinois Institute

More information

MIMO-Based Vehicle Positioning System for Vehicular Networks

MIMO-Based Vehicle Positioning System for Vehicular Networks MIMO-Based Vehicle Positioning System for Vehicular Networks Abduladhim Ashtaiwi* Computer Networks Department College of Information and Technology University of Tripoli Libya. * Corresponding author.

More information

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Adamu Murtala Zungeru, Joseph Chuma and Mmoloki Mangwala Department of Electrical, Computer

More information

RSSI based Node Localization using Trilateration in Wireless Sensor Network

RSSI based Node Localization using Trilateration in Wireless Sensor Network RSSI based Node Localization using Trilateration in Wireless Sensor Network Rukaiya Javaid, Rehan Qureshi, and Rabia Noor Enam Abstract Wireless Sensor Network (WSN) is an ad-hoc network generally used

More information

An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks

An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks Ms. Prerana Shrivastava *, Dr. S.B Pokle **, Dr.S.S.Dorle*** * Research Scholar, Electronics Department,

More information

Path planning of mobile landmarks for localization in wireless sensor networks

Path planning of mobile landmarks for localization in wireless sensor networks Computer Communications 3 (27) 2577 2592 www.elsevier.com/locate/comcom Path planning of mobile landmarks for localization in wireless sensor networks Dimitrios Koutsonikolas, Saumitra M. Das, Y. Charlie

More information

Localization in Wireless Sensor Networks and Anchor Placement

Localization in Wireless Sensor Networks and Anchor Placement J. Sens. Actuator Netw.,, 6-8; doi:.9/jsan6 OPEN ACCESS Journal of Sensor and Actuator Networks ISSN 4-78 www.mdpi.com/journal/jsan Article Localization in Wireless Sensor Networks and Anchor Placement

More information

BBS: Lian et An al. Energy Efficient Localized Routing Scheme. Scheme for Query Processing in Wireless Sensor Networks

BBS: Lian et An al. Energy Efficient Localized Routing Scheme. Scheme for Query Processing in Wireless Sensor Networks International Journal of Distributed Sensor Networks, : 3 54, 006 Copyright Taylor & Francis Group, LLC ISSN: 1550-139 print/1550-1477 online DOI: 10.1080/1550130500330711 BBS: An Energy Efficient Localized

More information

Study on Range-Free Node Localization Algorithm of Internet of Vehicles

Study on Range-Free Node Localization Algorithm of Internet of Vehicles JOURNAL OF SIMULATION, VOL. 5, NO. 2, May 2017 35 Study on Range-Free Node Localization Algorithm of Internet of Vehicles Jianyu Wang Huanggang Normal University, Huanggang, China Email: 18623582@126.com

More information

Adaptation of MAC Layer for QoS in WSN

Adaptation of MAC Layer for QoS in WSN Adaptation of MAC Layer for QoS in WSN Sukumar Nandi and Aditya Yadav IIT Guwahati Abstract. In this paper, we propose QoS aware MAC protocol for Wireless Sensor Networks. In WSNs, there can be two types

More information

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD Masashi Sugano yschool of Comprehensive rehabilitation Osaka Prefecture University -7-0, Habikino,

More information

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Shih-Hsien Yang, Hung-Wei Tseng, Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information