CN103220746B - A kind of wireless sensor network node method for self-locating - Google Patents

A kind of wireless sensor network node method for self-locating Download PDF

Info

Publication number
CN103220746B
CN103220746B CN201310099391.2A CN201310099391A CN103220746B CN 103220746 B CN103220746 B CN 103220746B CN 201310099391 A CN201310099391 A CN 201310099391A CN 103220746 B CN103220746 B CN 103220746B
Authority
CN
China
Prior art keywords
node
network
jumping
hop
anchor node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201310099391.2A
Other languages
Chinese (zh)
Other versions
CN103220746A (en
Inventor
贲伟
吴振锋
蒋飞
刘兴川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CETC 28 Research Institute
Original Assignee
CETC 28 Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CETC 28 Research Institute filed Critical CETC 28 Research Institute
Priority to CN201310099391.2A priority Critical patent/CN103220746B/en
Publication of CN103220746A publication Critical patent/CN103220746A/en
Application granted granted Critical
Publication of CN103220746B publication Critical patent/CN103220746B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Position Fixing By Use Of Radio Waves (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The present invention relates to a kind of node self-localization method of wireless sensor network, comprise following steps: adopt distance vector exchange agreement, flooded broadcast, to network, makes all nodes get the jumping hop count order of all anchor nodes; Cluster is carried out to anchor node, forms several subregions.According to the jumping segment distance information between anchor node, factor pair current sub network network topological structure judges to utilize network topology structure to judge; Set interior element is screened one by one, finds out the node meeting promotion condition and the reference anchor node that it is positioned.The node meeting decision condition is promoted; Again travel through all nodes, perform and promote strategy, until all unknown node complete location.The present invention compared with prior art, DV-distance algorithm basis is added node and promotes strategy, reduce the distance accumulation error of route vector between nonuniform network interior joint, improve overall positioning precision.

Description

A kind of wireless sensor network node method for self-locating
Technical field
The present invention relates to a kind of wireless sensor network node method for self-locating, be applicable to the sensor network system with Self-organization.
Background technology
Wireless sensor network have disguised strong, can rapid deployment, can self-organizing, cost low, the advantage such as can work under severe and particular surroundings, at present, we is also in the starting stage to the research of wireless sensor network, still there is key technology problems and needs solution badly.Massive wireless sensor be usually all broadcasted sowing by aircraft, the mode such as rocket ejection is at random dispersed in area to be monitored, the positional information of node has very large uncertainty.And for not determining the node of positional information, its data message collected almost does not have any using value.Therefore in the types of applications of wireless sensor network, the monitoring of positional information to network itself of node is extremely important, can determine that locale or the node location released news are all one of basic functions of wireless sensor network, key effect is played to the practicality of sensor network and validity.Such as in the comprehensive safety protecting of important goal or sensitive target, need based on sensor node positional information, determine abnormal particular location occurs, and the alarm grade of invasion; In target following, sensor node perceives the speed of moving target, needs the positional information in conjunction with oneself, could monitor the moving line of target, and target of prediction movement locus, monitors to have immeasurable meaning to the precision strike of target and situation of battlefield.
Massive wireless sensor location is general adopts range-free localization method, and network topology structure brings a lot of uncertain factor to range-free localization algorithm.For regular network, existing algorithm well can realize node locating, but reality is due to the impact of other objective factors such as landform, environment and arrangement, and scramble network ubiquity, causes many location algorithms not meet the demands.Owing to there is " node cavity " and " blind area " in scramble network, namely empty in route at a certain region memory, cause the multihop routing vector between this region interior nodes to form an arc route, the direct impact that arc route is brought is exactly cause internodal estimated distance will much larger than its actual value.Traditional route Vector operation euclidean distance between node pair method is difficult to adapt to this topological structure, must improve.
Summary of the invention
Goal of the invention: the present invention is directed in traditional range-free localization process and to convert the distance obtained based on hop count information, is easily subject to network topology structure impact, especially in scramble network medial error this problem more obvious, proposes a kind of new localization method,
Technical scheme: the technical solution adopted in the present invention is as follows:
A node self-localization method for wireless sensor network, comprises following steps:
1) adopt distance vector exchange agreement, flooded broadcast, to network, makes all nodes get the jumping hop count order of all anchor nodes;
2) according to the distribution of network size and anchor node, suitably cluster is carried out to anchor node, form several subregions.In each sub regions, according to the jumping segment distance information between anchor node, factor delta judges current sub network network topological structure to utilize network topology structure to judge;
3) as judgement factor delta >2, to the jumping figure of anchor node, ascending sort is carried out to each unknown node, then chooses the set of anchor node corresponding to all jumping figures, be denoted as { set:Hop, Num, ID}, and the Hop item in this set is initialized as { min hopsset, wherein Hop representative is by the jumping figure of ascending sort, the anchor node number that Num is corresponding under representing current jumping figure, and ID represents the anchor node numbering under current jumping figure;
4) to set, { set:Hop, Num, ID} interior element screens one by one, finds out the node meeting promotion condition and the reference anchor node positioned it.
5) node meeting decision condition is promoted;
6) again travel through all nodes, perform and promote strategy, until all unknown node complete location.
Described network topology structure judges the factor δ = Σ ij Σ x = 1 hop ij hopdist x Σ ij dist ij , Wherein dist ij = ( x i - x j ) 2 + ( y i - y j ) 2 , (x i, y i), (x j, y j) be the coordinate of node i, j, hop ijfor jumping hop count, hopdist xfor every section is jumped distance.
In step 4, element screening step is as follows:
1) a threshold value Num is chosen in set set thas decision condition;
2) using Hop item corresponding with it as { min hopsset upgrade;
3) judgement of range difference least square is carried out to the anchor node of ID each under this set, namely calculate and whether meet
Σ i Σ j ( hop i - hop j ) 2 = min ;
Num element number sum >=3 in described set set.
Beneficial effect: the present invention adds node and promotes strategy on DV-distance algorithm basis, adopts DV-distance to locate, the node completing location is promoted as anchor node in the isotropism dense network of local.Reducing the jumping hop count of route vector by increasing the way promoting anchor node, reducing the possibility of arc route appearance with this, reaching the effect improving large radian multihop routing vector.Along with the carrying out of position fixing process, anchor density constantly increases, and reduces the distance accumulation error of route vector between nonuniform network interior joint, improves overall positioning precision.
Accompanying drawing explanation
Fig. 1 is flow chart of the present invention.
Fig. 2 is regular network topological diagram.
Fig. 3 is C type scramble network topological diagram.
Fig. 4 is algorithm flow chart of the present invention.
Embodiment
Below in conjunction with accompanying drawing, the invention will be further described:
As shown in Figure 1, wireless sensor network method for self-locating provided by the invention, comprises following steps:
Step one: adopt distance vector exchange agreement, flooded broadcast, to network, makes all nodes get the jumping hop count order of all anchor nodes.
Step 2: according to the distribution of network size and anchor node, suitably cluster is carried out to anchor node, form several subregions.In each sub regions, according to the jumping segment distance information between anchor node, factor delta judges current sub network network topological structure to utilize network topology structure to judge.
For massive wireless sensor, nodes number is too much, if adopt global calculation, first cause amount of calculation very large, next brings network topology structure identification inaccurate.Region dividing can be carried out to global network, be divided into several sub-networks, then Distributed Calculation be carried out to each sub-network.
Because anchor node is the known node in position, dynamic clustering can be carried out to them, form the sub-network that several are organized into by anchor node, then Topology identification be carried out to each sub-network.
C-means Method, as the classic algorithm of dynamic clustering, implements more convenient, fast convergence rate, can obtain good Clustering Effect.Weak point must specify classification number before being cluster.This algorithm basis is error sum of squares criterion, and core concept is as follows:
(1) according to particular problem, from sample set, N number of proper sample is selected by rule of thumb as initial cluster center;
(2) get a sample, be classified in that class of the cluster centre nearest with it, recalculate sample average, upgrade cluster centre.Then a sample is taken off, repetitive operation, until all samples are included in respective class;
(3) whether cluster is reasonable, unreasonable to adopt error sum of squares criterion function to judge, revises classification.Circulation is carried out judging, revising until reach algorithm end condition.
In the very large situation of network size, when anchor node distributes C-shaped network, arranging cluster number is 3; When distribution is in O type network, cluster number is set to 4.
Step 3: for regular network, traditional APS algorithm can solve orientation problem very well, and node does not need to promote.For irregular network, then node is needed to promote.How recognition network topological structure can judge as follows:
The topological structure of analysis rule network (Fig. 2 shown in) and irregular network (being that representative graph 3 is shown with C-network), the actual range between can finding out according to anchor node and the ratio between measuring distance, can suitably distinguish.If anchor node i, j coordinate is respectively (x i, y i), (x j, y j), the actual range between them dist ij = ( x i - x j ) 2 + ( y i - y j ) 2 , Jumping hop count is hop ij, every section is jumped distance is hopdist x.Note δ is that network topology structure judges the factor, δ = Σ ij Σ x = 1 hop ij hopdist x Σ ij dist ij . In actual conditions, the cumulative measurement distance between anchor node is all greater than air line distance, i.e. δ >1, but the δ value in regular network much smaller than the δ value in irregular network, will arrange δ=2 for decision threshold in the present invention.When δ≤2 are judged to be regular network, otherwise it is irregular network.
As judgement factor delta >2, known current network is irregular network, and node should be adopted to promote strategy.First to the jumping figure of anchor node, ascending sort is carried out to each unknown node, then choose the set of anchor node corresponding to all jumping figures, be denoted as set:Hop, Num, ID}, and the Hop item in this set is initialized as { min hopsset, wherein Hop representative is by the jumping figure of ascending sort, the anchor node number that Num is corresponding under representing current jumping figure, and ID represents the anchor node numbering under current jumping figure.
Step 4: when recognition network topological structure, by the δ value between test anchor node, can find out between them whether there is multi-hop arc route.Such as, in Fig. 3 δ 12, δ 13will much larger than δ 23, then UNICOM A1, the localized network of A2, A3 is irregular certainly.If X node in figure can be promoted as anchor node, then by the localized network approximate regulation network of X, A2, A3 UNICOM, can be positioned by APS algorithm.In fact, X node uniquely can be determined by following method:
If unknown node X to be promoted is respectively hop to the jumping figure of anchor node i, j i, hop j, ensure hop i, hop j∈ { min hops, and namely meet X minimum to the range difference quadratic sum of each anchor node, then uniquely can determine X.Wherein { min hopsrepresenting the set that less hop forms, the node that can promote is always preferential searches for anchor node in this set, then utilizes range difference Least square-fit, filters out concrete anchor node and position.
Can illustrate that the node locating precision of above selection is the highest theoretically according to the Maximum-likelihood estimation in node location evaluation method, be the optimum node promoted.Suppose that the coordinate of n point is respectively (x 1, y 1), (x 2, y 2), (x 3, y 3) ..., (x n, y n), corresponding distance is d 1, d 2, d 3..., d n, the coordinate of unknown node X is (x, y), and so formula (1) is always set up:
(x-x i) 2+(y-y i) 2=d i 2,i=1,2,...,n…(1)
Employing maximum-likelihood method solves, and can obtain the coordinate of X , wherein
A = 2 x 1 - x 2 y 1 - y 2 · · · · · · x 1 - x n y 1 - y n , b = x 1 2 - x 2 2 + y 1 2 - y 2 2 + d 1 2 - d 2 2 · · · x 1 2 - x n 2 + y 1 2 - y n 2 + d 1 2 - d n 2 , X ^ = x y · · · ( 2 )
According to formula (2), if error is minimum, then d i 2-d j 2minimum.And d i 2-d j 2=(d i+ d j) (d i-d j), wherein (d i-d j)=|| hop i-hop j||, obtain (hop i-hop j) 2minimum.Thus the node promoted demonstrating selection is optimum node.
To set, { set:Hop, Num, ID} interior element screens one by one.First ensure that the Num number sum of set set interior element at least equals three with the demand of satisfied location, a threshold value Num can be chosen th>=3 as decision condition, and using the Hop item of correspondence as { min hopsset upgrade, then the judgement of range difference least square is carried out to the anchor node of ID each under this set, namely calculates and whether meet by this process, the node meeting promotion condition and the reference anchor node that it is positioned can be found out.
Step 5: for the node meeting decision condition, can think that this node meets strict positioning requirements, position error Local Minimum, allow to be promoted.So far, first round node is promoted complete.
Meet the unknown node of promotion condition, due to the condition that itself demand fulfillment is strict, so in the middle of all unknown node, their positioning precision is the highest.In figure 3, X node meets promotion condition, and the preferential maximum-likelihood method that adopts is located.Although the estimated position obtained and actual position deviation to some extent, for the location of follow-up unknown node, compare and select A1 anchor node as the arc route accumulated error brought with reference to node, this departure is negligible.
Under normal circumstances, the impact of multihop routing accumulated error significantly can be reduced after the anchor node promoted replaces part actual anchors node, now select to promote anchor node as reference node, coordinate other actual anchors nodes, adopt DV-distance algorithm to obtain range information, then utilize the optimized algorithm such as maximum-likelihood method or simulated annealing to position.If unknown node is found to promote the jumping hop count of anchor node when differing very little with the jumping hop count to actual anchors node, consider and promote the position error that node exists self after all, should abandon utilizing promotion anchor node to select actual anchors node to replace it as with reference to node.
Step 6: again travel through all nodes, performs and promotes strategy, until all unknown node complete location.
If exist in network and take turns promotion more, need the anchor node setting priority to promoting, the anchor node priority attained promotion at first is the highest.Promote anchor node as with reference to when node in selection, first will select the node that priority is the highest, can reduce like this in the accumulated error selecting to bring when promoting anchor node location.As shown in Figure 4, the node that the present invention proposes promotes the complete flow chart of strategy.

Claims (2)

1. a node self-localization method for wireless sensor network, is characterized in that, comprise following steps:
1) adopt distance vector exchange agreement, flooded broadcast, to network, makes all nodes get the jumping hop count order of all anchor nodes;
2) according to the distribution of network size and anchor node, suitably cluster is carried out to anchor node, form several subregions, in each sub regions, according to the jumping segment distance information between anchor node, factor delta judges current sub network network topological structure to utilize network topology structure to judge; Described network topology structure judges the factor (x i, y i), (x j, y j) be the coordinate of node i, j, hop ijfor jumping hop count, hopdist xfor every section is jumped distance;
3) as judgement factor delta >2, to the jumping figure of anchor node, ascending sort is carried out to each unknown node, then chooses the set of anchor node corresponding to all jumping figures, be denoted as { set:Hop, Num, ID}, and the Hop item in this set is initialized as { min hopsset, wherein Hop representative is by the jumping figure of ascending sort, the anchor node number that Num is corresponding under representing current jumping figure, and ID represents the anchor node numbering under current jumping figure;
4) to set, { set:Hop, Num, ID} interior element screens one by one, finds out the node meeting promotion condition and the reference anchor node positioned it;
5) node meeting decision condition is promoted;
6) again travel through all nodes, perform and promote strategy, until all unknown node complete location.
2. method for self-locating according to claim 1, is characterized in that: in step 4, element screening step is as follows:
1) a threshold value Num is chosen in set set thas decision condition;
2) using Hop item corresponding with it as { min hopsset upgrade;
3) judgement of range difference least square is carried out to the anchor node of ID each under this set, namely calculate and whether meet
Num element number sum >=3 in described set set.
CN201310099391.2A 2013-03-26 2013-03-26 A kind of wireless sensor network node method for self-locating Active CN103220746B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310099391.2A CN103220746B (en) 2013-03-26 2013-03-26 A kind of wireless sensor network node method for self-locating

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310099391.2A CN103220746B (en) 2013-03-26 2013-03-26 A kind of wireless sensor network node method for self-locating

Publications (2)

Publication Number Publication Date
CN103220746A CN103220746A (en) 2013-07-24
CN103220746B true CN103220746B (en) 2016-03-30

Family

ID=48818082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310099391.2A Active CN103220746B (en) 2013-03-26 2013-03-26 A kind of wireless sensor network node method for self-locating

Country Status (1)

Country Link
CN (1) CN103220746B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104684081B (en) * 2015-02-10 2017-11-10 三峡大学 The Localization Algorithm for Wireless Sensor Networks of anchor node is selected based on distance cluster
CN104981002B (en) * 2015-05-07 2019-01-22 水利部南京水利水文自动化研究所 A kind of location determining method of sink nodes in wireless sensor network
CN108089148B (en) * 2017-12-14 2019-08-30 电子科技大学 A kind of passive track-corelation direction cross positioning method based on time difference information
CN110225451B (en) * 2019-06-19 2021-02-02 京东方科技集团股份有限公司 Node positioning method and device based on wireless ad hoc network, electronic equipment and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1988550A (en) * 2005-12-21 2007-06-27 中国科学院电子学研究所 Distributing realizing method for radio sensor network no-anchor point location
CN101868026A (en) * 2010-05-24 2010-10-20 北京航空航天大学 Multi-hop positioning method for lightweight wireless sensor networks
CN102300209A (en) * 2011-08-24 2011-12-28 北京航空航天大学 Wireless sensor network safety multi-hop positioning method
CN102740456A (en) * 2012-06-05 2012-10-17 南京信息工程大学 Node positioning method of wireless sensor network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1988550A (en) * 2005-12-21 2007-06-27 中国科学院电子学研究所 Distributing realizing method for radio sensor network no-anchor point location
CN101868026A (en) * 2010-05-24 2010-10-20 北京航空航天大学 Multi-hop positioning method for lightweight wireless sensor networks
CN102300209A (en) * 2011-08-24 2011-12-28 北京航空航天大学 Wireless sensor network safety multi-hop positioning method
CN102740456A (en) * 2012-06-05 2012-10-17 南京信息工程大学 Node positioning method of wireless sensor network

Also Published As

Publication number Publication date
CN103220746A (en) 2013-07-24

Similar Documents

Publication Publication Date Title
CN101221235B (en) Wireless sensor network location refining method based on hop count
Maglaras et al. Distributed clustering in vehicular networks
Li et al. Dynamic beacon mobility scheduling for sensor localization
Rawshdeh et al. Toward strongley connected clustering structure in vehicular ad hoc networks
CN103220746B (en) A kind of wireless sensor network node method for self-locating
CN102665277B (en) A kind of method that wireless sensor network interior joint is positioned
US20100245076A1 (en) System and method for tracking position of moving object
US9510149B2 (en) Location estimation within a wireless mesh network utilizing wireless signal signatures
US10509115B2 (en) Position estimation method, position estimation device, and position estimation system
CN1988550A (en) Distributing realizing method for radio sensor network no-anchor point location
Wang et al. An adaptive and VANETs-based Next Road Re-routing system for unexpected urban traffic congestion avoidance
US10802105B2 (en) Location estimation device
Namin et al. Node localization using particle swarm optimization
Liu et al. Improved AODV routing protocol based on restricted broadcasting by communication zones in large-scale VANET
CN112929940A (en) Unmanned aerial vehicle ad hoc network multicast routing protocol based on link survival time prediction
CN102497669A (en) Wireless sensor network (WSN) node positioning method
CN107222925A (en) A kind of node positioning method based on cluster optimization
Al-Hamid et al. Vehicular grouping protocol: towards cyber physical network intelligence
Sivakumar et al. Error minimization in localization of wireless sensor networks using fish swarm optimization algorithm
Lakshmi et al. Accurate range-free localization with hybrid DV-hop algorithms based on PSO for UWB wireless sensor networks
Shahi et al. A comparative study on efficient path finding algorithms for route planning in smart vehicular networks
Jabbar et al. A betweenness centrality based clustering in VANETs
CN103517411B (en) Wireless sensor network node localization method and device
CN102497668A (en) Wireless sensor network (WSN) node APIT positioning method
Hong et al. Topology Change Degree: a Mobility Metric Describing Topology Changes in MANETs and Distinguishing Different Mobility Patterns.

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant