CN104023390A - WSN node positioning method based on combination of PSO and UKF - Google Patents

WSN node positioning method based on combination of PSO and UKF Download PDF

Info

Publication number
CN104023390A
CN104023390A CN201410204843.3A CN201410204843A CN104023390A CN 104023390 A CN104023390 A CN 104023390A CN 201410204843 A CN201410204843 A CN 201410204843A CN 104023390 A CN104023390 A CN 104023390A
Authority
CN
China
Prior art keywords
coordinate
centerdot
value
ukf
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.)
Pending
Application number
CN201410204843.3A
Other languages
Chinese (zh)
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.)
Zhejiang University of Technology ZJUT
Original Assignee
Zhejiang University of Technology ZJUT
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 Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201410204843.3A priority Critical patent/CN104023390A/en
Publication of CN104023390A publication Critical patent/CN104023390A/en
Pending legal-status Critical Current

Links

Landscapes

  • Position Fixing By Use Of Radio Waves (AREA)

Abstract

The invention relates to a WSN node positioning method based on combination of PSO and UKF. The PSO is utilized to carry out preliminary positioning, and the acquired coordinate figure is taken as an initial value of the UKF; a state equation and a measurement equation of the positioning system are established, an RSSI value is taken as observed quantity, a coordinate estimate of an unknown node is acquired, and multitime iteration is carried out; a mass center algorithm principle is utilized, and a polygon mass center coordinate is taken as the final estimate coordinate of the unknown node. Compared with a traditional positioning algorithm, the WSN node positioning method has advantages of higher positioning precision, stronger reliability and relatively strong practical value.

Description

WSN node positioning method based on PSO and UKF combination
Technical field
The present invention relates to a kind of node positioning method for wireless sensor network field, specifically a kind of WSN node positioning method based on PSO and UKF combination.
Background technology
Wireless sensor network originates from nineteen seventies the earliest, in recent years, is accompanied by the development of microelectromechanical-systems, wireless communication technology and embedded microprocessor technology, has impelled fast development and the extensive use of the technology of wireless sensor network.Sensor node in network can monitor voluntarily Information Monitoring, self-organizing network, the information of collecting is sent to destination node, can be deployed in the place that some cannot be in for a long time or be difficult to touch.Therefore wireless sensor network has been widely used in the fields such as national defense and military, social safety, environmental monitoring, Medical nursing and Smart Home.Yet in most of application scenarios, the monitoring information that the node in network obtains all will be enclosed corresponding positional information, otherwise the accuracy of this information is doubtful, or even invalid.So the positional information of determining nodes is wireless sensor network research and the basis of applying, and has important practical significance.
There are now many methods and applications to realize the location of node.Node locating technique in wireless sensor network mainly contains: inertial sensor technology, infrared technology, ultrasonic technology and radiotechnics.Node positioning method can be divided into two classes: based on range finding (Range-based) method with based on non-ranging (Range-free) method.Wherein the method based on range finding mainly contains: the measuring-signal method time of advent (TOA), different measuring signal arrival time difference method (TDOA), measuring-signal arrive preset angle configuration (AOA), received signal strength method (RSSI); Non-ranging method is mainly to utilize self network-in-dialing degree to realize location, and main method has: barycenter positioning mode, DV-Hop positioning mode, APIT method, method of convex programming and MDS-MAP method etc.Compare the localization method based on non-ranging, the method based on range finding has higher precision, and based on RSSI range finding location hardware, requires lowly, implements also simply, and practical application is also many, so the present invention adopts RSSI method to realize range finding location.
While only using trilateration, maximum likelihood estimation or maximin method in tradition WSN node locating algorithm, positioning precision is not high, and follow-up normal employing filtering technique further improves node locating precision.Conventional filtering technique is Kalman filtering now.For non linear system, the most frequently used filtering technique is EKF (EKF), but EKF (EKF) and derivative algorithm thereof all will calculate Jacbian matrix, and when being similar to nonlinear function by Taylor expansion, often ignore the higher order term more than second order in Taylor expansion, thereby reduced approximation quality, even can cause filtering divergence.And Unscented kalman filtering (UKF) can well improve the problems referred to above.Because Unscented kalman filtering (UKF) directly adopts real system model, and Posterior Mean and covariance can be accurate to three rank, very high greatly filtering accuracy.Therefore the present invention adopts Unscented kalman filtering (UKF) filtering algorithm as later stage optimized algorithm, simultaneously according to joint density function employing particle group optimizing (PSO) algorithm of the RSSI value of multinode and distance relation, obtain preliminary coordinate estimated value, compare traditional Newton method, Newton iteration method has convergence rate and more accurate optimum results faster.
Summary of the invention
The present invention will solve RSSI and be subject to the large deficiency of impact of transmission environment around, proposes that a kind of precision is high, stability and the real-time WSN node positioning method based on PSO and UKF combination.
WSN node positioning method based on MLE and UKF combination of the present invention, its job step is:
1. according to the residing environment of sensor node, determine the parameter in wireless signal path loss model, the relation curve between matching wireless energy signal attenuation process and distance;
2. according to the relation between a plurality of independent actual ranges and measuring distance, set up the joint probability density function model of error noise, use particle swarm optimization algorithm to try to achieve optimum coordinates value;
Joint probability density function:
F ( Z | ( x , y ) ) = Π i = 1 n f ( z i | ( x , y ) ) = Π i = 1 n 1 2 πσ i 2 exp { - ( z i - r i ) 2 σ i 2 }
In formula: z ibe measuring distance, according to the RSSI value receiving, determine, and r ifor actual distance, (x i, y i) be the coordinate figure of i beaconing nodes, σ ifor normal distribution mean square deviation.
3. make joint probability density function above obtain maximum, can determine the coordinate figure of unknown node; Adopt particle swarm optimization algorithm, the fitness function that the joint probability density function of take is PSO, the speed renewal function of individual in population particle is:
ν(k+1)=ωv(k)+c 1λ 1(pbest-α i(k))+c 2λ 2(gbest-α i(k))
Wherein, the renewal speed of individual the k time in v (k) expression population, ω is inertial factor, c 1, c 2for acceleration factor, λ 1, λ 2for obeying [0,1] equally distributed random distribution value, α i(k) be the positional information of i individual the K time iteration, pbest is colony's optimal location value, and gbest is personal best particle value.
The parameter of regulating the speed in renewal function, chooses suitable change step, and iteration is repeatedly obtained the global optimum of population, coordinate estimated value be ( );
4. with beaconing nodes, get to such an extent that RSSI value and wireless signal path loss model are set up state equation and the observational equation of Unscented kalman filtering system; ( ) as the initial value of Unscented kalman filtering state variable;
(1) state equation: X k+1=f (X k, u k)+w k=AX k+ w k,
Wherein, A = 1 0 0 1 , X kthe stochastic variable that represents the K time iteration, w ksystem noise while representing the K time iteration, u kfor system input variable.
(2) observational equation: Y k=h (X k)+v k=P r(d k), reference distance d in wireless signal path loss model 0=1m;
P r ( d 1 ) = P r ( d 0 ) - 10 · n · log ( d 1 ) + v P r ( d 2 ) = P r ( d 0 ) - 10 · n · log ( d 2 ) + v · · · P r ( d n ) = P r ( d 0 ) - 10 · n · log ( d n ) + v ,
Wherein, p r(d i) be that distance is d itime receive RSSI value, P r(d 0) be d 0reception RSSI value during=1m, Y kfor system output variable, v represents observation noise.
5. the UKF in pair location algorithm partly carries out N time iteration, obtains N coordinate estimated value, ( ) represent the coordinate estimated value of the i time iteration Unscented kalman filtering acquisition; Removing wherein coordinate figure and other coordinate has the value of notable difference, adopts barycenter location algorithm, using (M≤N) coordinate of the M after screening as polygonal summit, tries to achieve this polygonal barycenter:
x = 1 M Σ i = 0 M x ^ i , y = 1 M Σ i = 0 M y ^ i
(x, y) is the coordinate figure of required unknown node.
Advantage of the present invention is: range finding model has stronger environmental suitability, can reduce range error; Adopt particle swarm optimization algorithm and Unscented kalman filtering algorithm simultaneously, compare and use Newton method, Newton iteration method and EKF (EKF), there is convergence rate faster, higher positioning precision.In UKF measurement model, the distance value after RSSI value rather than conversion is directly used in observed quantity, and the error accumulation in the ranging process of avoiding, has improved locating effect.Adopt PSO to carry out pre-determined bit, using the initial value of the coordinate figure obtaining state variable X in UKF, accelerated the convergence rate of UKF, improved positioning precision.
Accompanying drawing explanation
Fig. 1 is flow chart of the present invention.
Fig. 2 is energy-distance Curve of the present invention.
Design sketch when Fig. 3 is PSO iteration of the present invention 10 times.
Design sketch when Fig. 4 is PSO iteration of the present invention 100 times.
Fig. 5 is locating effect figure of the present invention.
Embodiment
With reference to accompanying drawing:
WSN node positioning method based on MLE and UKF combination of the present invention, its job step is:
1. according to the residing environment of sensor node, determine the parameter in wireless signal path loss model, the relation curve between matching wireless energy signal attenuation process and distance;
2. according to the relation between a plurality of independent actual ranges and measuring distance, set up the joint probability density function model of error noise, use particle swarm optimization algorithm to try to achieve optimum coordinates value;
Joint probability density function:
F ( Z | ( x , y ) ) = Π i = 1 n f ( z i | ( x , y ) ) = Π i = 1 n 1 2 πσ i 2 exp { - ( z i - r i ) 2 σ i 2 }
In formula: z ibe measuring distance, according to the RSSI value receiving, determine, and r ifor actual distance, (x i, y i) be the coordinate figure of i beaconing nodes;
3. make joint probability density function above obtain maximum, can determine the coordinate figure of unknown node; Adopt particle swarm optimization algorithm, the fitness function that the joint probability density function of take is PSO, the speed renewal function of individual in population particle is:
ν(k+1)=ωv(k)+c 1λ 1(pbest-α i(k))+c 2λ 2(gbest-α i(k))
The parameter of regulating the speed in renewal function, chooses suitable change step, and iteration is repeatedly obtained the global optimum of population, coordinate estimated value be ( );
4. with beaconing nodes, get to such an extent that RSSI value and wireless signal path loss model are set up state equation and the observational equation of Unscented kalman filtering system; ( ) as the initial value of Unscented kalman filtering state variable;
(1) state equation: X k+1=f (X k, u k)+w k=AX k+ w k,
Wherein, A = 1 0 0 1
(2) observational equation: Y k=h (X k)+v k=P r(d k), reference distance d in wireless signal path loss model 0=1m;
P r ( d 1 ) = P r ( d 0 ) - 10 · n · log ( d 1 ) + v P r ( d 2 ) = P r ( d 0 ) - 10 · n · log ( d 2 ) + v · · · P r ( d n ) = P r ( d 0 ) - 10 · n · log ( d n ) + v , Wherein, d i = ( x - x i ) 2 - ( y - y i ) 2
5. the UKF in pair location algorithm partly carries out N time iteration, obtains N coordinate estimated value, ( ) represent the coordinate estimated value of the i time iteration Unscented kalman filtering acquisition; Removing wherein coordinate figure and other coordinate has the value of notable difference, adopts barycenter location algorithm, using (M≤N) coordinate of the M after screening as polygonal summit, tries to achieve this polygonal barycenter:
x = 1 M Σ i = 0 M x ^ i , y = 1 M Σ i = 0 M y ^ i
(x, y) is the coordinate figure of required unknown node.
With reference to accompanying drawing 1:
After determining localization method, the technical solution adopted for the present invention to solve the technical problems is proposed:
1. we are at 10 beaconing nodes of indoor layout of one 30 meters * 20 meters.Beaconing nodes coordinate is: (4,0), (12,0), (22,0), (30,4), (30,12), (28,20), (18,20), (8,20), (0,18), (0,18).
2. unify the transmitting power of each node, in above-mentioned environment, repeatedly test, according to the RSSI value obtaining and known distance value, on MATLAB, adopt least square method to carry out curve fitting, as shown in Figure 3, determine the parameter in path loss range finding model, path loss factor values is 2.41.
3. 15 unknown node of random arrangement in locating area, are converted to corresponding distance value by the RSSI value obtaining according to path loss model, according to joint probability density function and particle cluster algorithm, try to achieve unknown node Primary Location coordinate figure.Formula is as follows:
Joint probability density function:
F ( Z | ( x , y ) ) = Π i = 1 n f ( z i | ( x , y ) ) = Π i = 1 n 1 2 πσ i 2 exp { - ( z i - r i ) 2 σ i 2 }
Particle swarm optimization algorithm: the fitness function that the joint probability density function of take is PSO, the speed renewal function of individual in population particle is,
ν(k+1)=ωv(k)+c 1λ 1(pbest-α i(k))+c 2λ 2(gbest-α i(k))
In formula: z ibe measuring distance, according to the RSSI value receiving, determine, and r ifor actual distance, (x i, y i) be the coordinate figure of i beaconing nodes.The parameter of regulating the speed in renewal function, chooses suitable change step, and iteration is repeatedly obtained the global optimum of population, coordinate estimated value be ( ).
3. coordinate figure PSO optimized algorithm being obtained and receive RSSI value respectively as initial value and the observed quantity of Unscented kalman filtering, set up state equation and the measurement equation of navigation system.According to Unscented kalman filtering Solving Equations, obtain the coordinate figure that quantity of state X is unknown node.
(1) state equation: X k+1=f (X k, u k)+w k=AX k+ w k,
Wherein, A = 1 0 0 1 .
(2) observational equation: Y k=h (X k)+v k=P r(d k),
P r ( d k , 1 ) = P r ( d 0 ) - 10 · n · log ( d k , 1 ) + v k P r ( d k , 2 ) = P r ( d 0 ) - 10 · n · log ( d k , 2 ) + v k · · · P r ( d k , n ) = P r ( d 0 ) - 10 · n · log ( d k , n ) + v k
4. by the coordinate figure of Unscented kalman filtering iteration N time, remove and wherein have the value of notable difference point with other coordinate, adopt barycenter location algorithm, using the individual coordinate of M (M≤N) after screening as polygonal summit, try to achieve this polygonal barycenter, formula is as follows:
(x, y) is the coordinate figure of required unknown node.
Result is presented in Fig. 5, and figure hollow core circle represents the true coordinate value of nodes of locations, and solid dot is the estimated value of the unknown node coordinate that obtains by this invention.
Content described in this specification embodiment is only enumerating the way of realization of inventive concept; protection scope of the present invention should not be regarded as only limiting to the concrete form that embodiment states, protection scope of the present invention also and in those skilled in the art, according to the present invention, conceive the equivalent technologies means that can expect.

Claims (1)

1. the WSN node positioning method based on MLE and UKF combination, its job step is:
Step 1., according to the residing environment of sensor node, is determined the parameter in wireless signal path loss model, the relation curve between matching wireless energy signal attenuation process and distance;
Step 2. is set up the joint probability density function model of error noise according to the relation between a plurality of independent actual ranges and measuring distance, use particle swarm optimization algorithm to try to achieve optimum coordinates value;
Joint probability density function:
F ( Z | ( x , y ) ) = Π i = 1 n f ( z i | ( x , y ) ) = Π i = 1 n 1 2 πσ i 2 exp { - ( z i - r i ) 2 σ i 2 }
In formula: z ibe measuring distance, according to the RSSI value receiving, determine, and r ifor actual distance, σ ifor normal distribution mean square deviation.(x i, y i) be the coordinate figure of i beaconing nodes;
Step 3. makes joint probability density function above obtain maximum, can determine the coordinate figure of unknown node; Adopt particle swarm optimization algorithm, the fitness function that the joint probability density function of take is PSO, the speed renewal function of individual in population particle is:
ν(k+1)=ωv(k)+c 1λ 1(pbest-α i(k))+c 2λ 2(gbest-α i(k))
Wherein, the renewal speed of individual the k time in v (k) expression population, ω is inertial factor, c 1, c 2for acceleration factor, λ 1, λ 2for obeying [0,1] equally distributed random distribution value, α i(k) be the positional information of i individual the K time iteration, pbest is colony's optimal location value, and gbest is personal best particle value;
The parameter of regulating the speed in renewal function, chooses suitable change step, and iteration is repeatedly obtained the global optimum of population, coordinate estimated value be ( );
Step 4. gets to such an extent that RSSI value and wireless signal path loss model are set up state equation and the observational equation of Unscented kalman filtering system with beaconing nodes; ( ) as the initial value of Unscented kalman filtering state variable;
(1) state equation: X k+1=f (X k, u k)+w k=AX k+ w k,
Wherein, A = 1 0 0 1 , X kthe stochastic variable that represents the K time iteration, w ksystem noise while representing the K time iteration, u kfor system input variable.
(2) observational equation: Y k=h (X k)+v k=P r(d k), reference distance d in wireless signal path loss model 0=1m;
P r ( d 1 ) = P r ( d 0 ) - 10 · n · log ( d 1 ) + v P r ( d 2 ) = P r ( d 0 ) - 10 · n · log ( d 2 ) + v · · · P r ( d n ) = P r ( d 0 ) - 10 · n · log ( d n ) + v ,
Wherein, p r(d i) be that distance is d itime receive RSSI value, P r(d 0) be d 0reception RSSI value during=1m, Y kfor system output variable, v represents observation noise;
UKF in step 5. pair location algorithm partly carries out N time iteration, obtains N coordinate estimated value, ( ) represent the coordinate estimated value of the i time iteration Unscented kalman filtering acquisition; Removing wherein coordinate figure and other coordinate has the value of notable difference, adopts barycenter location algorithm, using (M≤N) coordinate of the M after screening as polygonal summit, tries to achieve this polygonal barycenter:
x = 1 M Σ i = 0 M x ^ i , y = 1 M Σ i = 0 M y ^ i
(x, y) is the coordinate figure of required unknown node.
CN201410204843.3A 2014-05-14 2014-05-14 WSN node positioning method based on combination of PSO and UKF Pending CN104023390A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410204843.3A CN104023390A (en) 2014-05-14 2014-05-14 WSN node positioning method based on combination of PSO and UKF

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410204843.3A CN104023390A (en) 2014-05-14 2014-05-14 WSN node positioning method based on combination of PSO and UKF

Publications (1)

Publication Number Publication Date
CN104023390A true CN104023390A (en) 2014-09-03

Family

ID=51439904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410204843.3A Pending CN104023390A (en) 2014-05-14 2014-05-14 WSN node positioning method based on combination of PSO and UKF

Country Status (1)

Country Link
CN (1) CN104023390A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104883733A (en) * 2015-04-14 2015-09-02 北京科技大学 Cooperative localization method of combining exterior penalty function method and Powell algorithm
CN106792540A (en) * 2016-12-29 2017-05-31 上海应用技术大学 A kind of improvement DV Hop localization methods based on route matching
CN107356975A (en) * 2017-07-12 2017-11-17 电子科技大学 Underwater two-dimension space active electric-field localization method based on particle swarm optimization algorithm
CN107426817A (en) * 2017-08-28 2017-12-01 西安电子科技大学 Distance correction Chaos-Particle Swarm Optimization multidimensional scaling wireless sensor network locating method
CN108363622A (en) * 2018-01-29 2018-08-03 哈尔滨工程大学 A kind of implementation method of the Passive Localization Estimate Algorithm of TDOA based on multi-core DSP operation
CN108680170A (en) * 2018-06-20 2018-10-19 浙江大学 AUV based on electromagnetic wave attenuation principle returns depressed place navigation system and method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231912A (en) * 2011-07-29 2011-11-02 杭州电子科技大学 RSSI ranging-based positioning method for indoor wireless sensor network
CN102573055A (en) * 2011-12-02 2012-07-11 上海电机学院 Method for locating nodes in wireless sensor network
CN102608570A (en) * 2012-01-17 2012-07-25 华中科技大学 Wireless sensor node ranging and positioning methods for tunnels

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231912A (en) * 2011-07-29 2011-11-02 杭州电子科技大学 RSSI ranging-based positioning method for indoor wireless sensor network
CN102573055A (en) * 2011-12-02 2012-07-11 上海电机学院 Method for locating nodes in wireless sensor network
CN102608570A (en) * 2012-01-17 2012-07-25 华中科技大学 Wireless sensor node ranging and positioning methods for tunnels

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
JIALIANG LV: "Distribute localization for wireless sensor networks using particle swarm optimization", 《2012 IEEE INTERNATIONAL CONFERENCE ON COMPUTER SCIENCE AND AUTOMATION ENGINEERING》 *
K.S.LOW: "A Particle Swarm Optimization Approach for the Localization of a Wireless Sensor Network", 《2008 IEEE INTERNATIONAL SYMPOSIUM ON INDUSTRIAL ELECTRONICS》 *
朱忠记: "基于RSSI 的四边测距改进加权质心定位算法", 《杭州电子科技大学学报》 *
杜娟娟: "无迹卡尔曼滤波在无线传感器网络节点定位中的应用", 《南京邮电大学学报(自然科学报)》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104883733A (en) * 2015-04-14 2015-09-02 北京科技大学 Cooperative localization method of combining exterior penalty function method and Powell algorithm
CN104883733B (en) * 2015-04-14 2019-01-29 北京科技大学 A kind of co-located method of exterior penalty function method in conjunction with Powell algorithm
CN106792540A (en) * 2016-12-29 2017-05-31 上海应用技术大学 A kind of improvement DV Hop localization methods based on route matching
CN106792540B (en) * 2016-12-29 2019-09-27 上海应用技术大学 A kind of improvement DV-Hop localization method based on route matching
CN107356975A (en) * 2017-07-12 2017-11-17 电子科技大学 Underwater two-dimension space active electric-field localization method based on particle swarm optimization algorithm
CN107356975B (en) * 2017-07-12 2019-08-13 电子科技大学 Underwater two-dimension space active electric-field localization method based on particle swarm optimization algorithm
CN107426817A (en) * 2017-08-28 2017-12-01 西安电子科技大学 Distance correction Chaos-Particle Swarm Optimization multidimensional scaling wireless sensor network locating method
CN107426817B (en) * 2017-08-28 2020-09-22 西安电子科技大学 Distance correction chaotic particle swarm multi-dimensional scale wireless sensor network positioning method
CN108363622A (en) * 2018-01-29 2018-08-03 哈尔滨工程大学 A kind of implementation method of the Passive Localization Estimate Algorithm of TDOA based on multi-core DSP operation
CN108363622B (en) * 2018-01-29 2022-03-18 哈尔滨工程大学 Method for realizing passive time difference positioning algorithm based on multi-core DSP operation
CN108680170A (en) * 2018-06-20 2018-10-19 浙江大学 AUV based on electromagnetic wave attenuation principle returns depressed place navigation system and method

Similar Documents

Publication Publication Date Title
CN104023390A (en) WSN node positioning method based on combination of PSO and UKF
CN102123495A (en) Centroid location algorithm based on RSSI (Received Signal Strength Indication) correction for wireless sensor network
CN104066179B (en) A kind of improved adaptive iteration UKF WSN node positioning methods
Shi A new weighted centroid localization algorithm based on RSSI
CN102209382A (en) Wireless sensor network node positioning method based on received signal strength indicator (RSSI)
CN104363649B (en) The WSN node positioning methods of UKF with Prescribed Properties
CN102890265A (en) Passive target positioning method based on underwater acoustic sensor network
CN104902567A (en) Centroid localization method based on maximum likelihood estimation
CN104394588A (en) Indoor positioning method based on Wi-Fi fingerprints and multi-dimensional scaling analysis
Zheng et al. Localization algorithm based on RSSI and distance geometry constrain for wireless sensor network
CN105353351A (en) Improved positioning method based on multi-beacon arrival time differences
CN104053234A (en) Coordinate error compensation positioning system and method based on RSSI
CN104113911A (en) WSN node positioning method based on combination of MLE and UKF
Jun et al. Weighted least square localization algorithm based on RSSI values
Shi et al. A 3D node localization scheme for wireless sensor networks
CN104735779A (en) NLOS transmission environment wireless positioning method based on TROA
Yang et al. An improved centroid localization algorithm for WSN
Liu Research on wsn node localization algorithm based on rssi iterative centroid estimation
Venkatesan et al. Error minimization in localization of wireless sensor networks using genetic algorithm
Alhmiedat et al. A hybrid tracking system for zigbee wsns
Matharu et al. An efficient approach for localization using trilateration algorithm based on received signal strength in wireless sensor network
CN104125640A (en) Weighted threshold centroid localization method based on wireless sensor network
Yi et al. RMADV-Hop: An improved DV-Hop localization algorithm
Zixiao et al. An optimal region selection strategy for WSNs localization based on Voronoi diagram
Liu et al. Application of lightning search algorithm in localization of wireless sensor networks

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140903