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

Size: px
Start display at page:

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

Transcription

1 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 1, Lei Shu 2, Takahiro Hara 2 1 School of Software, Dalian University of Technology, China ziqi.tom.fan@gmail.com, yuanfang chen@ieee.org, lei.wang@dlut.edu.cn 2 Department of Multimedia Engineering, Osaka University, Japan lei.shu@ieee.org, hara@ist.osaka-u.ac.jp Abstract In Wireless Sensor Networks (WSNs) a multitude of location-dependent applications have been proposed recently, which is very intriguing for researchers to discover and design more accurate and cost-effective localization algorithms. In anisotropic networks, the Euclidean distance between a pair of nodes may not correlate closely with the hop count between them because the corresponding shortest path may have to curve around intermediate holes, resulting in poor distance estimation. And without the help of a large number of uniformly deployed seed nodes, those schemes fail in anisotropic WSNs. To address this issue and improve the accuracy of localization, we propose the Removing Heavily Curved Path (RHCP) scheme in this paper. RHCP takes advantage of selecting the paths which are not heavily affected by the holes to recalculate the location of each unknown node. Through simulation, the results reveal that RHCP performs better than original DV-Hop in anisotropic networks with different shape of holes. In addition, through iterations of RHCP, the results get improved for different anchor node densities. Index Terms Spline Curve, Curvature, Localization, Anisotropic Networks I. INTRODUCTION In wireless sensor networks (WSNs), it is very intriguing for researchers to discover and design more accurate and costeffective localization algorithms [1], [2]. Existing approaches fall into two categories: Range-based approaches and Rangefree approaches [3]. Range-based approaches are based on the assumption that some physical location information can be measured, such as the distance and the relative directions of neighbor nodes. Several hardware technologies provide the capability to measure the distance between two sensor nodes. Radio Signal Strength (RSS) [4] [5] based ranging techniques are based on the fact that the strength of radio signal diminishes during propagation. A more promising technique is the combined use of ultrasound/acoustic and radio signals to estimate distances by determining the Time Difference of Arrival (TDoA) of these signals [6]. The Angle of Arrival (AoA) data is typically gathered using radio or microphone arrays, which allow a receiver to determine the direction of a transmitter. Those methods can obtain accuracy within a few degrees [7]. By contrast, range-free approaches do not depend on special functionality of hardware. Approximate point in triangle Corresponding author: Lei Wang, lei.wang@dlut.edu.cn. (APIT) lets each node estimate whether it resides inside or outside several triangular regions bounded by the seeds it hears, and refines the computed location by overlapping the regions a sensor could possibly reside in. Multi-dimensional scaling (MDS) [8] is a data analysis technique used to visualize proximity of a set of objects in a low dimensional space. A percentage of seed nodes cooperate to obtain the transformation matrixes. Each node measures its proximities to the seeds and calculates its location by applying transformation on the proximity measurements. Beacon based localization approaches utilize estimates of distances to reference nodes that may be several hops away [9]. These distances are propagated from reference nodes to unknown nodes using a basic distance-vector technique. DV-Hop [14] is a scheme in this category. There are two main steps in DV-Hop algorithm. Step one: each anchor node broadcasts a beacon HopItem throughout the network which contains the anchor s location and a hopcount value initialized to one. Each receiving node maintains the HopItem which has the minimum hop-count value per anchor of all beacons it receives in its HopTable. HopItems with higher hop-count values to a particular anchor are defined as suboptimal information and will be ignored. Then those optimal HopItem are flooded outward with hop-count values incremented at every intermediate hop. Step two: once an anchor gets hop-count value to other anchors, it estimates the average distance of one hop, which is estimated by anchor i using the following formula: HopDistance i = j i (xi x j ) 2 +(y i y j ) 2 j i h, (1) ij where (x i,y i ), (x j,y j ) are coordinates of anchor i and anchor j, h ij is the hops between anchor i and anchor j. Then, average per hop distance is flooded to the entire network. After receiving hop-size, non-anchor nodes multiply the average per hop distance by the hop-count value to derive the physical distance to the anchor. Each anchor node floods its HopDistance to network. Unknown nodes receive HopDistance information, and save the first one. At the same time, they transmit the HopDistance to their neighbor nodes. Finally, unknown nodes compute the distance to the anchor nodes by multiplying HopDistance with hop countvalue to the anchor nodes. After obtaining the distances between each pair of unknown /11 $ IEEE DOI /MSN

2 node and anchor node, the unknown node uses triangulation to calculate its coordinate. Based on DV-Hop, a number of further enhanced versions were proposed in [10], [11], [12], [13]. In [10], after unknown nodes have been localized by DV-Hop, each unknown node (UN) will get any two anchors in its list each time, and localized it by trilateration together with a reference node. The reference node (RN) is the anchor node from which UN received average distance per hop firstly. Then RN is regarded as unknown, and UN regarded as anchor node which has localized by DV-Hop. Using trilateration again, comparing them with the actual coordinate, and saving the one which has the smallest error finally. However, this approach would degrade its performances in anisotropic networks, where static holes may exist in the network field, as shown in Fig. 1. In anisotropic WSNs, the Euclidean distance between a pair of nodes may not correlate closely with the shortest path between them because the shortest path may have to bypass intermediate holes. The heavily curved shortest paths caused by the holes can reduce the accuracy of using triangulation method to calculate the coordinates. Unfortunately, anisotropic networks are more likely to exist in realistic situations caused by mountains, lakes, buildings, etc. In [11], the authors propose the Rendered Path (REP) protocol, a rangefree localization scheme in anisotropic sensor networks. REP takes advantage of geometric information to render the shortest paths among nodes. By introducing the virtual hole concept, REP constructs virtual shortest paths in order to estimate the distances between node pairs. In [12], the authors propose a novel approach that uses Voronoi diagrams scale the DV- Hop localization algorithm while maintaining or even reducing its localization error. Two types of localization can result from the proposed algorithm: the physical location of the node (e.g., space, latitude, longitude), or a region limited by the node s Voronoi cell. In [13], the authors propose a new localization algorithm and improve the DV-Hop algorithm by using a differential error correction scheme that is designed to reduce the location error accumulated over multiple hops. This scheme needs no additional hardware support and can be implemented in a distributed way. The proposed method can improve location accuracy without increasing communication traffic and computing complexity. As the key differences from researches in [10], [11]: Paper [10] employs all the nodes to optimize localization result, while our RHCP relies on part of the nodes; Paper [11] is based on the detection of holes boundary, while RHCP needs not. The main contribution of this paper are as follows: We proposed an revised DV-Hop algorithm which is called Removing Heavily Curved Path (RHCP). It uses the coordinates calculated by DV-Hop and improves the result by getting rid of the heavily curved shortest paths affected by the holes in the anisotropic networks. After removing those paths, the hop count between each pair of anchor node and unknown node becomes more representative of the Euclidean distance between them. Therefore, the accuracy of using triangulation method to calculate the coordinates would be improved. We further iterate RHCP on the calculated coordinate of unknown nodes. We find that the accuracy of localization improves along with the increasing number of iterations. By simulation, the result line chart of estimated error goes down gradually along with the increasing number of iterations and reaches its limit at last. The rest of the paper is organized as follows. Network model is demonstrated in Section II. In Section III, we present our proposed algorithm RHCP. Section IV evaluates the proposed scheme through simulations. We conclude the paper in Section V. Symbol Definition S = {s 1,s 2,..., s n} the set of nodes including both anchor nodes and unknown nodes E the set of communication links r i transmission radius of sensor node i s i s j the Euclidean distance between s i and s j S a anchor nodes S u unknown nodes EEP set of Estimated Euclidean Paths from each unknown node to each anchor node EEP[i] set of Estimated Euclidean Paths from each anchor node to unknown node s i s i.p rerhcp store pre-processed coordinate of node i s i.rhcp store RHCP localized coordinate of node i x,y variables of spline curve x i,y i control points of spline curve a,b,c,d... coefficients of spline curve M 4 4 matrix C column vector storing coefficients Y column vector storing the value of y 1 to y 4 f i () function of piecewise polynomial curve slp i slope of curve at sensor node s i variable between 0 and 1 t i and depended on x i or y i α(s) unit-speed curve s arc length φ tangential angle measured counterclockwise from the x-axis to the unit tangent k curvature n total number of nodes in WSNs TABLE I MAIN NOTATION DEFINITIONS II. NETWORK MODEL AND PROBLEM STATEMENT A. Network Model In this paper, the communication undirected graph G = (S, E) is directly derived from the wireless network topology, where S = {s 1,s 2,..., s n } is the set of nodes and E is the set of communication links. Each node has a transmission radius r and the necessary condition for a successful communication between nodes s i and s j is s i s j r i, where s i s j is the Euclidean distance between s i and s j. Our network includes two types of sensor nodes S a (anchor nodes) and S u (unknown nodes). Unknown nodes are randomly deployed with a density ρs u within an area Ω, and a set of special sensor nodes S a with known location, are also randomly deployed 76

3 Fig. 1. In DV-Hop, for each unknown node, it uses all of the paths between the unknown node and anchor nodes to locate. But in RHCP, we use the paths AB, AC and AD to locate, removing the heavily curved paths AE and AF, to achieve better accuracy. with a density ρs a. Notations of this paper are shown in Table I. B. Problem Statement In anisotropic WSNs, i.e., Fig. 1, there is one static hole. Brown nodes represent unknown nodes and blue nodes represent anchor nodes. Due to the static hole, to localize unknown node A, several shortest paths between anchor nodes and A are impacted. The paths AE and AF, are heavily curved, which are not suitable for localizing by DV-Hop. So in design of RHCP, we devote to get rid of these heavily curved paths and just use those more representative of Euclidean path, i.e., AB, AC and AD. III. REMOVING HEAVILY CURVED PATH LOCALIZATION Our proposed RHCP is based on DV-Hop, so we need to use some schemes of DV-Hop to derive the needed input data of RHCP. Like DV-Hop, we get the information of HopDistance and hop countvalue of each anchor node to each unknown node. Then, every unknown node compute the distance to each anchor nodes by multiplying HopDistance with hop countvalue to the anchor nodes. The pseudo-code of RHCP is illustrated in Algorithm 1. There are four steps in our design. From the first step (Lines 2-7), which is a Preprocess of RHCP (PreRHCP), we can get all unknown nodes calculated coordinates. The second step (Lines 8-16) is essential for our design. We assume that the estimated error of calculated coordinates from DV-Hop algorithm in the first step are correctly given, based on that the error equals to 1 at most with high probability, which will not induce a huge impact. Then, we will construct a space piecewise polynomial curve [15] for each path between every unknown node and every anchor node, which will be showed in detail in Section III-A and Section III-B. Then, we calculate each path s average curvature, which will be showed in detail in Section III-C. And finally, we sum up every curvature of Algorithm 1: Removing Heavily Curved Path Algorithm input : set of Estimated Euclidean Path EEP output: s i.p rerhcp and s i.rhcp 1 begin 2 Step 1: 3 i=0 4 while i<numberofunknownnode do 5 Multilaterating EEP[i] to calculate s i.p rerhcp 6 i++ 7 Calculate the average estimated error of PreRHCP 8 Step 2: 9 i=0 10 while i<numberofunknownnode do 11 while j<numberofhopitem in HopTable do 12 Construct Space Piecewise Polynomial Curve 13 Calculate curvature based on Space Piecewise Polynomial Curve 14 j++ 15 Select the average curvature satisfied paths calculating s i.rhcp 16 i++ 17 Calculate the average estimated error of RHCP 18 Step 3: 19 i=0 20 while i<numberofunknownnode do 21 s i.p rerhcp = s i.rhcp 22 i++ 23 Step 4: 24 Repeat Step 2 and Step 3 to optimize the results every node on a specific path and average it as the mean estimated curvature of the path. Then we pick the path whose curvature is less than 0.1 to recalculate the unknown node s coordinate to improve the accuracy of localization. The third step (Lines 18-22) and fourth step (Lines 23-24) are designed for optimizing the localization accuracy. In Step 3, every unknown node s coordinate which is calculated by RHCP is assigned to the coordinate calculated by PreRHCP. And Step 4 iterates Step 2 and Step 3 to get more precise coordinates. A. Construct Piecewise Polynomial Curves To select the relatively smoother path in WSNs, we need to construct polynomial curve to represent the path. For details, we refer readers to [15] for spline curves and [16] for curvature. The cubic polynomial - y = a + bx + cx 2 + dx 3 is the one that is most typically chosen for constructing smooth curves. It is used because it is the lowest degree polynomial that can support an inflection, and it is very well behaved numerically. The cubic polynomial - y = a + bx + cx 2 + dx 3 is the one that is most typically chosen for constructing smooth curves. 77

4 Fig. 2. An example of a curve which has more than one inflection point. Black points represent sensor nodes. Red points represents inflection points. The curve between each two consecutive sensor nodes is a piecewise polynomial curve. In this curve at least four nodes, which satisfies that either they are anchor nodes or coordinates have been calculated, are included, and if this curve just includes four these nodes, this curve expression can be calculated by the spline function Formula 2 and it is a cubic spline function: a + bx + cx 2 + dx 3 = y, (2) and the constants a, b, c, d can be calculated using anchor nodes coordinates (the Formula 3): 1 x 1 x 2 1 x x 2 x 2 2 x x 3 x 2 3 x x 4 x 2 4 x 3 4 a b c d = y 1 y 2 y 3 y 4, (3) where the elements x i and y i are x-axis coordinate and y-axis coordinate of nodes s i, respectively. The Formula 3 can be denoted as: MC = Y, and then the C = M 1 Y. However, in WSNs, the paths between anchor nodes and unknown nodes have more than one inflection point, while a single cubic curve can only cope with one inflection point. Fig.2 is an example of a path, which contains n +1 sensor nodes, and each node s coordinate is whether informed by GPS or calculated by localization algorithm. Without the help of using a higher degree polynomial, for the reason that polynomials with degree higher than three tend to be very sensitive to the control points and do not make smooth shapes, a complex curve should be constructed by piecing together several cubic curves. Let each pair of sensor nodes represent one segment of the curve. Each curve segment is a cubic polynomial with its own coefficients. In Fig. 2, there are n +1 sensor nodes which have ascending values for the x coordinate, and are numbered with indices 0 through n. In general, f i (x) = a i + b i x + c i x 2 + d i x 3 is the function representing the curve between sensor nodes s i and s i+1. For each cubic polynomial function, there are four coefficients. So, to construct piecewise polynomial curves, we have 4 n coefficients to solve for. The following four steps shows how to construct the four linear equations for each curve. Step one: Each curve segment should pass through its sensor nodes. This gives two linear equations: a i + b i x i + c i x i 2 + d i x i 3 = y i and a i + b i x i+1 + c i x i d i x i 3 = y i+1. Step two: The curve segments should have the same slope where they join together. This gives the third linear equation for each segment b i +2c i x i+1 +3d i x i+1 2 b i+1 2c i +1x i+1 3d i +1x i +1 2 =0. Step three: To get the fourth equation we require that the curve segments have the same curvature where they join together. And this gives the final linear equation that needed 2c i +6d i x i+1 =2c i+1 +6d i+1 x i+1 or 2c i +6d i x i+1 2c i+1 6d i+1 x i+1 =0 Step four: At the left end of the curve, the first and second constraints equations are missing since there is no segment on the left. Several methods can get the values of the slopes and the simplest way is to input them by users. Denoting these slopes slp 0 and slp n, getting f 0(x 0 )=slp 0 and f n 1(x n )= slp n,sob 0 + c 0 x 0 +2d 0 x 0 2 = slp 0 and b n 1 + c n 1 x n + 2d n 1 x n 2 = slp n are derived. After having a set of linear equations, to solve for a set of unknown coefficients, all needed to do is the same with the case of a single cubic spline. B. Construct Space Piecewise Polynomial Curves In practice situation, the path in WSNs can shape like Fig. 3. However, piecewise polynomial curves cannot depict these curves. To depict them, we should be aided by another variable, which is denoted by t. In each pair of sensor nodes s i and s i+1, we need to construct two functions f xi = a xi +b xi t i +c xi t 2 i +d xit 3 i and f yi = a yi +b yi t i +c yi t 2 i +d yit 3 i instead of one. To determine the value of the new variable t in each space piecewise polynomial curve, we need parameterize the curve. In following part, we just give an example for the curve 78

5 (a) Circle shape hole (b) Concave shape hole (c) Face shape hole (d) Spiral shape hole Fig. 4. Anisotropic sensor networks topologies. Fig. 3. An example of space curve which needs another variable besides x and y to be depicted in a two dimension graph. parameterization of variable y, and variable x just needs the same process as y. In the parametric form on the right, we have defined parameters t 0, t 1 t 2... t i t i+1... which vary between 0 and 1 as we step along the x axis between control points. For each pair of sensor nodes s i and s i+1, t i = x x i,with dt i x i+1 x i dx = 1. (4) x i+1 x i Each curve segment is specified by a parametric cubic curve f yi (t i )=a yi + b yi t i + c yi t 2 i + d yi t 3 i. (5) At the left side of segment i, t i = 0 and at the right t i =1, so step one constraint in the above subsection is f yi (0) = a yi = y i and f yi (1) = a yi + b yi + c yi + d yi = y i+1. For step two constraint, we differentiate once with respect to x using the chain rule: D x f yi = f yi t i dt i d x = f yi 1. (6) x i+1 x i For step three constraint, we differentiate twice D 2 x f yi =( f yi dt i ) dt i = f 1 yi t i d x d x (x i+1 x i ) 2. (7) We force f yi and f y(i+1) to match slopes by (D x f yi )(1) = (D x f y(i+1) )(0). (8) We force f yi and f y(i+1) to match curvatures by (D 2 x f yi )(1) = (D 2 x f y(i+1) )(0). (9) Remember that we provided two extra equations by specifying slopes at the 2 endpoints slp 0 and slp n. So this gives f y0(0) = slp 0 and f y(n 1) (1) = slp n. Until now, we have got enough linear equations to construct a piecewise polynomial curve which has been explained well in subsection A. And the construction of our space piecewise polynomial curve completes. C. Curvature To get rid of the paths which are curved heavily by the impact of static holes in the anisotropic network, we use the measure curvature to denote how curved a curve is. The absolute value of the curvature is a measure of how sharply the curve bends. To introduce the definition of curvature, we consider that α(s) is a unit-speed curve, where s is the arc length. The tangential angle φ is measured counterclockwise from the x- axis to the unit tangent T = α (s) The curvature k of α is the rate of change of direction at that point of the tangent line with respect to arc length: k = dφ ds. (10) Back to our design, from the above subsection, we get the function between x and t with x = ϕ(t), and between y and t with y = ψ(t), so k can be calculated by Formula 11: k = ϕ (t)ψ (t) ϕ (t)ψ (t) [ϕ 2 (t)+ψ 2 (t)] 3/2. (11) 79

6 RHCP DV-Hop RHCP DV-Hop (a) Circle shape hole (b) Concave shape hole RHCP DV-Hop RHCP DV-Hop (c) Face shape hole (d) Spiral shape hole Fig. 5. Anchor Node Density vs. Error in anisotropic sensor networks. A. Simulation Setup IV. SIMULATIONS In order to check the performance of RHCP localization algorithm, we implemented it into our NetTopo WSN simulator [17], [18]. To quantify the influence made by the factors on localization accuracy, we use Error to denote it, which is defined as the average bias between an unknown node s real coordinate and calculated coordinate divided by sensor radius: Error = n Δxk +Δy k. (12) nr k=1 Our WSN s size is 500*500m 2. The transmission radius R for each node is 50m. The average node degree varies between 5 and 7. To validate RHCP, we construct four different kind of anisotropic topologies (Fig. 4): a circle shape hole, a concave shape hole, a face shape hole consisted of two eyes and one mouth and a spiral shape hole. We deploy 300 wireless sensor nodes randomly in the respect networks. Among the 300 nodes, we change the number of anchor nodes in 25, 50, 75, 100, 125 and 150 respectively to carry experiments on the impact of different anchor node densities leading to RHCP. Shape of Hole Circle Concave Face Spiral RHCP DV-Hop TABLE II AVERAGE ESTIMATED ERROR OF DIFFERENT ANCHOR NODE DENSITIES FOR EACH ANISOTROPIC NETWORK. 80

7 Estimated Error ( R ) AnchorNodeDensity(%)=8.3 AnchorNodeDensity(%)=16.6 AnchorNodeDensity(%)=25 AnchorNodeDensity(%)=33.3 AnchorNodeDensity(%)=41.6 AnchorNodeDensity(%)=50 Estimated Error ( R ) AnchorNodeDensity(%)=8.3 AnchorNodeDensity(%)=16.6 AnchorNodeDensity(%)=25 AnchorNodeDensity(%)=33.3 AnchorNodeDensity(%)=41.6 AnchorNodeDensity(%)= Time of repeating Time of repeating (a) Circle shape hole (b) Concave shape hole Estimated Error ( R ) AnchorNodeDensity(%)=8.3 AnchorNodeDensity(%)=16.6 AnchorNodeDensity(%)=25 AnchorNodeDensity(%)=33.3 AnchorNodeDensity(%)=41.6 AnchorNodeDensity(%)=50 Estimated Error ( R ) AnchorNodeDensity(%)=8.3 AnchorNodeDensity(%)=16.6 AnchorNodeDensity(%)=25 AnchorNodeDensity(%)=33.3 AnchorNodeDensity(%)=41.6 AnchorNodeDensity(%)= Time of Iterations Time of Iterations (c) Face shape hole (d) Spiral shape hole Fig. 6. Time of Iterations vs. Error in anisotropic sensor networks. B. Simulation Results and Analysis For each algorithm: DV-Hop and RHCP, we collect the average localization Error at each anchor node density, and the results are shown in Fig. 5 respectively. To give a more intuitive display, we average the estimated error of different anchor node density for each anisotropic network and show the results in Table II. From these results, we can conclude: RHCP outperforms original DV-Hop in different kind of anisotropic networks. In the following experiment, for each anchor node density, we collect the average localization Error for different time of iterations, which is the number of executing RHCP s Step 4 in Phase 2, and the results are shown in Fig. 6. From these results, we can conclude that: As the time of iterations increasing, the average localization Error for each anchor node density is going smaller. But till the fourth and fifth time, the effect of optimizing reaches its limit, and the line goes smooth. V. CONCLUSION Given the condition that many previous localization algorithms degrade their performance in anisotropic networks, in this paper, we propose the Removing Heavily Curved Path (RHCP) scheme, which works well in anisotropic scenarios. Each unknown node (or non-anchor node) removes the heavily curved paths which are affected by the holes in the network. This method improves the accuracy of using triangulation to calculate the unknown nodes coordinate. Simulation results show that our RHCP algorithm outperforms DV-Hop in different anchor node density in different anisotropic networks. ACKNOWLEDGEMENTS This work is partially supported by Natural Science Foundation of China under Grant No , the Fundamental Research Funds for the Central Universities No. DUT10ZD110, 81

8 and Natural Science Foundation of Liaoning Province under Grant No Lei Shu s research in this paper was supported by Grant-in- Aid for Scientific Research (S) ( ) of the Ministry of Education, Culture, Sports, Science and Technology, Japan. REFERENCES [1] C. Wang, J. Chen and Y. Sun, Sensor Network Localization Using Kernel Spectral Regression, Wireless Communications and Mobile Computing (Wiley).Vol(10): , June [2] C. Zhu, Lei Shu, T. Hara, L. Wang, S. Nishio, Research Issues on Mobile Wireless Sensor Networks, In the 5th International Conference on Communications and Networking in China (Chinacom 2010), Beijing, China, August 25-27, [3] T. He, C. Huang, B. M. Blum, J. A. Stankovic and T. F. Abdelzaher, Range-free localization schemes in large scale sensor networks, in Proceedings of ACM MobiCom 2003, San Diego, USA, Sep , 2003, pp [4] L. M. Ni, Y. Liu, Y. C. Lau and A. Patil, LANDMARC: Indoor Location Sensing Using Active RFID, in Proceedings of IEEE PerCom, [5] P. Bahl and V. N. Padmanabhan, RADAR: An In-Building RF-Based User Location and Tracking System, in Proceedings of IEEE INFOCOM, [6] A. Savvides, C. Han and M. B. Srivastava, Dynamic Fine-Grained Localization in Ad-Hoc Networks of Sensors, in Proceedings of ACM MobiCom, [7] N. B. Priyantha, A. Miu, H. Balakrishnan, S. Teller, The cricket compass for context-aware mobile applications, in Proceedings of ACM MobiCom 2001, Rome, Italy, 2001, pp [8] Y. Shang, W. Ruml, Y. Zhang, M. P. J. Fromherz, Localization from mere connectivity, In Proceedings of ACM MobiHoc 2003, Annapolis, USA, June 1-3, 2003, pp [9] D. Niculescu, B. Nath, DV based positioning in ad hoc networks, Journal of Telecommunication Systems, 2003, 22(1-4): [10] S. Tian,X. Zhang,X. Wang, A Selective Anchor Node Localization Algorithm for Wireless Sensor Networks, International Conference on Convergence Information Technology, : [11] M. Li and Y. Liu, Rendered Path: Range-Free Localization in Anisotropic Sensor Networks With Holes, IEEE/ACM TRANSACTION- S ON NETWORKING, VOL. 18, NO. 1, FEBRUARY [12] A. Boukerche, H. A. B. F. Oliveira, E. F. Nakamura, and A. A. F. Loureiro, A voronoi approach for scalable and robust dv-hop localization system for sensornetworks, in Proceedings of IEEE ICCCN, Honolulu, Hawaii, USA, Aug [13] H. Chen, K. SEZAKI1, P. Deng and H. C. So, An Improved DV-Hop Localization Algorithm with Reduced Node Location Error for Wireless Sensor Networks, IECETransanction Fundamentals, vol. E91-A, number 8, August [14] D. Niculescu, B. Nath, Ad hoc positioning system (aps), in Proceedings of IEEE Globecom, 2001, pp [15] D. H. House, in Clemson University CP SC 405/CP SC 605 Computer Graphics. [16] Y. Jia, in Handout of Iowa State University Com S 477/577 Problem Solving Techniques for Applied Computer Science. [17] L. Shu, C. Wu, Y. Zhang, J. Chen, L. Wang, M. Hauswirth, NetTopo: beyond simulator and visualizer for wireless sensor networks, in ACM SIGBED Review, Vol. 5, No. 3, October, [18] L. Shu, M. Hauswirth, H. Chao, M. Chen, Y. Zhang, Net- Topo: A Framework of Simulation and Visualization for Wireless Sensor Networks, In Elservier, Ad Hoc Networks, DOI: /j.adhoc

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Research of localization algorithm based on weighted Voronoi diagrams for wireless sensor network

Research of localization algorithm based on weighted Voronoi diagrams for wireless sensor network Cai et al. EURAIP Journal on Wireless Communications and Networking 2014, 2014:50 REEARCH Research of localization algorithm based on weighted Voronoi agrams for wireless sensor network haobin Cai 1*,

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

A Localization-Based Anti-Sensor Network System

A Localization-Based Anti-Sensor Network System This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE INFOCOM 7 proceedings A Localization-Based Anti-Sensor Network

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

Distributed Localization for Anisotropic Sensor Networks

Distributed Localization for Anisotropic Sensor Networks Distributed Localization for Anisotropic Sensor Networks Hyuk Lim and Jennifer C. Hou Department of Computer Science University of Illinois at Urbana-Champaign E-mail: {hyuklim, jhou}@cs.uiuc.edu Abstract

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

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

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

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

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

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

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

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

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

Keywords Localization, Mobility, Sensor Networks, Beacon node, Trilateration, Multilateration

Keywords Localization, Mobility, Sensor Networks, Beacon node, Trilateration, Multilateration Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Localization

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

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

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

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

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

GPS-free and Anchor-free Indoor Localization for Wireless Sensor 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

More information

Chapter 9: Localization & Positioning

Chapter 9: Localization & Positioning hapter 9: Localization & Positioning 98/5/25 Goals of this chapter Means for a node to determine its physical position with respect to some coordinate system (5, 27) or symbolic location (in a living room)

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

Vijayanth Vivekanandan* and Vincent W.S. Wong

Vijayanth Vivekanandan* and Vincent W.S. Wong Int. J. Sensor Networks, Vol. 1, Nos. 3/, 19 Ordinal MDS-based localisation for wireless sensor networks Vijayanth Vivekanandan* and Vincent W.S. Wong Department of Electrical and Computer Engineering,

More information

Research Article Distributed Hybrid Localization Using RSS Threshold Based Connectivity Information and Iterative Location Update

Research Article Distributed Hybrid Localization Using RSS Threshold Based Connectivity Information and Iterative Location Update International Journal of Distributed Sensor Networks Volume, Article ID 3, pages http://dx.doi.org/.//3 Research Article Distributed Hybrid Localization Using RSS Threshold Based Connectivity Information

More information

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks arxiv:1001.0080v1 [cs.it] 31 Dec 2009 Hongyang Chen 1, Kenneth W. K. Lui 2, Zizhuo Wang 3, H. C. So 2,

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

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

A Comparative Review of Connectivity-Based Wireless Sensor Localization Techniques

A Comparative Review of Connectivity-Based Wireless Sensor Localization Techniques A Comparative Review of Connectivity-Based Wireless Sensor Localization Techniques Charles J. Zinsmeyer and Turgay Korkmaz The University of Texas at San Antonio San Antonio, Texas, U.S.A. {czinsmey, korkmaz}@cs.utsa.edu

More information

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard

Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Implementation of RSSI-Based 3D Indoor Localization using Wireless Sensor Networks Based on ZigBee Standard Thanapong Chuenurajit 1, DwiJoko Suroso 2, and Panarat Cherntanomwong 1 1 Department of Computer

More information

A Survey on Localization in Wireless Sensor Networks

A Survey on Localization in Wireless Sensor Networks A Survey on Localization in Networks Somkumar Varema 1, Prof. Dharmendra Kumar Singh 2 Department of EC, SVCST, Bhopal, India 1verma.sonkumar4@gmail.com, 2 singhdharmendra04@gmail.com Abstract-Wireless

More information

Intelligent Vehicular Transportation System (InVeTraS)

Intelligent Vehicular Transportation System (InVeTraS) Intelligent Vehicular Transportation System (InVeTraS) Ashwin Gumaste, Rahul Singhai and Anirudha Sahoo Department of Computer Science and Engineering Indian Institute of Technology, Bombay Email: ashwing@ieee.org,

More information

A Survey on Localization in Wireless Sensor networks

A Survey on Localization in Wireless Sensor networks A Survey on Localization in Wireless Sensor networks Zheng Yang Supervised By Dr. Yunhao Liu Abstract Recent technological advances have enabled the development of low-cost, low-power, and multifunctional

More information

A Localization Algorithm for Wireless Sensor Networks Using One Mobile Beacon

A Localization Algorithm for Wireless Sensor Networks Using One Mobile Beacon 76 A Localization Algorithm for Wireless Sensor Networks Using One Mobile Beacon Ahmed E.Abo-Elhassab 1, Sherine M.Abd El-Kader 2 and Salwa Elramly 3 1 Researcher at Electronics and Communication Eng.

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

A Distributed AOA Based Localization Algorithm for Wireless Sensor Networks

A Distributed AOA Based Localization Algorithm for Wireless Sensor Networks JOURNAL OF COMPUTERS, VOL. 3, NO. 4, APRIL 28 A Distributed AOA Based Localization Algorithm for Wireless Sensor Networks Gabriele Di Stefano, Alberto Petricola Department of Electrical and Information

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

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

p-percent Coverage in Wireless Sensor Networks

p-percent Coverage in Wireless Sensor Networks p-percent Coverage in Wireless Sensor Networks Yiwei Wu, Chunyu Ai, Shan Gao and Yingshu Li Department of Computer Science Georgia State University October 28, 2008 1 Introduction 2 p-percent Coverage

More information

Localization for Large-Scale Underwater Sensor Networks

Localization for Large-Scale Underwater Sensor Networks 1 Localization for Large-Scale Underwater Sensor Networks Zhong Zhou, Jun-Hong Cui and Shengli Zhou {zhz05002, jcui, shengli}@engr.uconn.edu UCONN CSE Technical Report: UbiNet-TR06-04 Last Update: December

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

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

Node Positioning in a Limited Resource Wireless Network

Node Positioning in a Limited Resource Wireless Network IWES 007 6-7 September, 007, Vaasa, Finland Node Positioning in a Limited Resource Wireless Network Heikki Palomäki Seinäjoki University of Applied Sciences, Information and Communication Technology Unit

More information

Wireless Sensor Networks 17th Lecture

Wireless Sensor Networks 17th Lecture Wireless Sensor Networks 17th Lecture 09.01.2007 Christian Schindelhauer schindel@informatik.uni-freiburg.de 1 Goals of this chapter Means for a node to determine its physical position (with respect to

More information

DAL: A Distributed Localization in Sensor Networks Using Local Angle Measurement

DAL: A Distributed Localization in Sensor Networks Using Local Angle Measurement 1 DAL: A Distributed Localization in Sensor Networks Using Local Angle Measurement Bin Tang, Xianjin Zhu, Anandprabhu Subramanian, Jie Gao Abstract We study the localization problem in sensor networks

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

PLACE: Protocol for Location And Coordinates Estimation --A Wireless Sensor Network Approach

PLACE: Protocol for Location And Coordinates Estimation --A Wireless Sensor Network Approach PLACE: Protocol for Location And Coordinates Estimation --A Wireless Sensor Network Approach Yuecheng Zhang 1 and Liang Cheng 2 Laboratory Of Networking Group (LONGLAB, http://long.cse.lehigh.edu) 1 Department

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

Location, Localization, and Localizability

Location, Localization, and Localizability Liu Y, Yang Z, Wang X et al. Location, localization, and localizability. JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY 25(2): 274 297 Mar. 2010 Location, Localization, and Localizability Yunhao Liu ( ), Member,

More information

Securing Wireless Localization: Living with Bad Guys. Zang Li, Yanyong Zhang, Wade Trappe Badri Nath

Securing Wireless Localization: Living with Bad Guys. Zang Li, Yanyong Zhang, Wade Trappe Badri Nath Securing Wireless Localization: Living with Bad Guys Zang Li, Yanyong Zhang, Wade Trappe Badri Nath Talk Overview Wireless Localization Background Attacks on Wireless Localization Time of Flight Signal

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

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

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

A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks

A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks S.Satheesh 1, Dr.V.Vinoba 2 1 Assistant professor, T.J.S. Engineering College, Chennai-601206, Tamil Nadu, India.

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

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

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

Robust Wireless Localization to Attacks on Access Points

Robust Wireless Localization to Attacks on Access Points Robust Wireless Localization to Attacks on Access Points Jie Yang, Yingying Chen,VictorB.Lawrence and Venkataraman Swaminathan Dept. of ECE, Stevens Institute of Technology Acoustics and etworked Sensors

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

Distributed Localization in Wireless Sensor Networks A Quantitative Comparison

Distributed Localization in Wireless Sensor Networks A Quantitative Comparison Distributed Localization in Wireless Sensor Networks A Quantitative Comparison Koen Langendoen Niels Reijers Faculty of Information Technology and Systems, Delft University of Technology, The Netherlands

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

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

DESIGN AND IMPLEMETATION OF NETWORK LOCALIZATION SERVICE USING ANGLE-INDEXED SIGNAL STRENGTH MEASUREMENTS. An Honor Thesis

DESIGN AND IMPLEMETATION OF NETWORK LOCALIZATION SERVICE USING ANGLE-INDEXED SIGNAL STRENGTH MEASUREMENTS. An Honor Thesis DESIGN AND IMPLEMETATION OF NETWORK LOCALIZATION SERVICE USING ANGLE-INDEXED SIGNAL STRENGTH MEASUREMENTS An Honor Thesis Presented in Partial Fulfillment of the Requirements for the Degree Bachelor of

More information

A New RSS-based Wireless Geolocation Technique Utilizing Joint Voronoi and Factor Graph

A New RSS-based Wireless Geolocation Technique Utilizing Joint Voronoi and Factor Graph A New RSS-based Wireless Geolocation Technique Utilizing Joint Voronoi and Factor Graph Muhammad Reza Kahar Aziz 1,2, Yuto Lim 1, and Tad Matsumoto 1,3 1 School of Information Science, Japan Advanced Institute

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

A Fuzzy Set-Based Approach to Range-Free Localization in Wireless Sensor Networks 1

A Fuzzy Set-Based Approach to Range-Free Localization in Wireless Sensor Networks 1 A Fuzzy Set-Based Approach to Range-Free Localization in Wireless Sensor Networks 1 Andrija S. Velimirović, Goran Lj. Djordjević, Maja M. Velimirović, Milica D. Jovanović Faculty of Electronic Engineering,

More information

2 Limitations of range estimation based on Received Signal Strength

2 Limitations of range estimation based on Received Signal Strength Limitations of range estimation in wireless LAN Hector Velayos, Gunnar Karlsson KTH, Royal Institute of Technology, Stockholm, Sweden, (hvelayos,gk)@imit.kth.se Abstract Limitations in the range estimation

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

On Composability of Localization Protocols for Wireless Sensor Networks

On Composability of Localization Protocols for Wireless Sensor Networks On Composability of Localization Protocols for Wireless Sensor Networks Radu Stoleru, 1 John A. Stankovic, 2 and Sang H. Son 2 1 Texas A&M University, 2 University of Virginia Abstract Realistic, complex,

More information

THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH

THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH THE IMPLEMENTATION OF INDOOR CHILD MONITORING SYSTEM USING TRILATERATION APPROACH Normazatul Shakira Darmawati and Nurul Hazlina Noordin Faculty of Electrical & Electronics Engineering, Universiti Malaysia

More information

Wireless Location Detection for an Embedded System

Wireless Location Detection for an Embedded System Wireless Location Detection for an Embedded System Danny Turner 12/03/08 CSE 237a Final Project Report Introduction For my final project I implemented client side location estimation in the PXA27x DVK.

More information

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks A. P. Azad and A. Chockalingam Department of ECE, Indian Institute of Science, Bangalore 5612, India Abstract Increasing

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

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

Sequestration of Malevolent Anchor Nodes in Wireless Sensor Networks using Mahalanobis Distance

Sequestration of Malevolent Anchor Nodes in Wireless Sensor Networks using Mahalanobis Distance Sequestration of Malevolent Anchor Nodes in Wireless Sensor Networks using Mahalanobis Distance Jeril Kuriakose 1, V. Amruth 2, Swathy Nandhini 3 and V. Abhilash 4 1 School of Computing and Information

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