CN102752761B - Particle swarm-based coverage optimization method of wireless sensor network mobile node - Google Patents

Particle swarm-based coverage optimization method of wireless sensor network mobile node Download PDF

Info

Publication number
CN102752761B
CN102752761B CN201210203426.8A CN201210203426A CN102752761B CN 102752761 B CN102752761 B CN 102752761B CN 201210203426 A CN201210203426 A CN 201210203426A CN 102752761 B CN102752761 B CN 102752761B
Authority
CN
China
Prior art keywords
node
particle
coverage
distance
algorithm
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.)
Expired - Fee Related
Application number
CN201210203426.8A
Other languages
Chinese (zh)
Other versions
CN102752761A (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.)
Jiangsu University of Science and Technology
Original Assignee
Jiangsu University of Science and Technology
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 Jiangsu University of Science and Technology filed Critical Jiangsu University of Science and Technology
Priority to CN201210203426.8A priority Critical patent/CN102752761B/en
Publication of CN102752761A publication Critical patent/CN102752761A/en
Application granted granted Critical
Publication of CN102752761B publication Critical patent/CN102752761B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

Aiming at the disadvantages of a basic particle swarm algorithm on the solving of the coverage optimization problem of a wireless sensor network, in combination with a maximum coverage algorithm, the invention provides a particle swarm-based coverage optimization method of a wireless sensor network mobile node. The algorithm takes a mobile node position vector quantity as an input parameter, and a network coverage rate as a target function, and the positions among nodes can be adjusted by a far module and a near module mentioned in the maximum coverage algorithm, the nodes are enabled to be far away if being distributed densely; and the nodes are enabled to be near if being distributed loosely. In combination with the position adjustment and the particle swarm algorithm, the positions of the nodes and the nearest node can be adjusted in a particle swarm algorithm speed updating formula, and the particle can be guided to be evolved, so that the coverage range of the nodes can be preferably expanded, and the capability of the particle swarm algorithm for searching the globally optimal solution can be enhanced, i.e. the network coverage rate can be improved. Finally, the wireless sensor network coverage optimization problem can be solved by the position adjustment-based particle swarm algorithm.

Description

Based on the mobile node of wireless sensor network coverage optimization method of population
Technical field
The present invention relates in wireless sensor network, based on the method for solving of the optimum Coverage Control collection of static node, belong to sensor technology, wireless communication technology field.
Background technology
Wireless sensor network is by the finite energy be distributed in a large number in monitored area, and has the microsensor node of perception, calculating and communication capacity, the wireless network consisted of Ad hoc mode.Along with the fast development of the technology such as compunication, integrated circuit, the extensive use of wireless sensor network becomes possibility.
Wireless sensor network is usually responsible for the task of monitoring some region and detecting, Coverage Control is a basic problem in wireless sensor network, main research is how under the prerequisite ensureing certain service quality, realize the maximization of network coverage, to provide reliable Monitoring Service.Network coverage control problem can be thought of as network when by condition restrictions such as network node energy, wireless network communication bandwidth, computing abilities, by the means such as node placement and Route Selection, reasonable distribution Internet resources, thus improve perception, the process of network, the service quality such as communication.Optimizing network coverage strategy, for reasonable distribution Internet resources, completes environmental information perception, acquisition and improves Network survivability all having great importance.
Due to the restriction by wireless sensor network operational environment, mostly adopt the random method laying node.Laying in environment random, easily there is coverage hole in the inhomogeneities of Node distribution; Node is once after being deployed in monitored area simultaneously, may, due to the change of environment, cause the covering performance originally reached can not meet the demands.Such as, node failure or its sensing capability weaken, and the appearance etc. of barrier all can have influence on network covering property.
Mobile node, after initial random distribution, in order to reduce overlapping coverage rate and coverage hole, can adjust the position of oneself.The reasonable layout of node location ensures the network coverage and the precondition being communicated with quality, and can provide basis for the reliability of MAC protocol and network scalability.The task of Node distribution optimization is exactly the mobility by node, carries out dynamic conditioning to node location, repairs perception blind area, obtains coverage rate large as far as possible.
A kind of global random searching algorithm that particle cluster algorithm is simulation flock of birds foraging behavior and proposes.In particle cluster algorithm, each alternative solution is called as one " particle ", multiple particle coexists simultaneously, cooperation optimizing (similar flock of birds search of food), each particle in colony is assembled to best position in problem space according to its self best " experience " and the best " experience " of adjacent particles group, search optimal solution.Due to particle cluster algorithm have simply, fast convergence rate, and the feature such as less is required to target function, has caused extensive concern and the research of the numerous scholar of association area in the world.
The present invention, mainly in conjunction with population and innovatory algorithm thereof, optimizes node deployment, improves network covering property, improves the network coverage.
Summary of the invention
Consider the Cost Problems of mobile node in wireless sensor network, how to optimize positions of mobile nodes, and use limited node to arrive maximum coverage, become good problem to study.The present invention is directed to basic particle group algorithm in the deficiency solving radio sensing network coverage optimization problem, in conjunction with maximal cover algorithm, propose the population coverage optimization method that a kind of position-based regulates.
The present invention is based on the mobile node of wireless sensor network coverage optimization method of population, comprise the steps:
Step 1: search volume is j dimension, and population scale is M, initialization particle position, random position and the speed producing each particle, set the distance threshold of node, the distance between node and nearest-neighbors node is less than set distance threshold simultaneously, then away from; When this distance is greater than distance threshold, then close;
Away from module: node A is (x at the coordinate in n moment n, y n), and be (x from the nearest neighbors B of node A at the coordinate in n moment bn, y bn), node A is (x in the target location in n+1 moment n+1, y n+1), if euclidean distance between node pair threshold value is L th, the step-length of unit interval is d, sensing radius R s, communication radius R c, wherein L th≤ R c-d,
Known
x n + 1 - x n x n - x bn = y n + 1 - y n y n - y bn = d L n - - - ( 1 )
Wherein, L n = ( x n - x bn ) 2 + ( y n - y bn ) 2
When calculating node A away from node b according to formula (1), the target location of node A:
x n + 1 y n + 1 = d · ( x n - x bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + x n d · ( y n - y bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + y n - - - ( 2 )
Near module: be greater than distance threshold between node A and Node B, in the next moment, node A should move to the direction of node b, with the same away from module, sets up similar Mathematical Modeling, the target location of node A:
x n + 1 y n + 1 = - d · ( x n - x bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + x n - d · ( y n - y bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + y n - - - ( 3 )
Step 2: the initial Efficient Coverage Rate calculating whole region, and the local optimum position pbest of each particle of initialization, and the global optimum position gbest of particle when corresponding coverage rate is maximum;
Step 3: calculate the distance between each node in particle i, and the distance threshold of setting compares, and adjust internodal position according to formula (2) and (3), calculates particle i interior joint with the distance changes values of its nearest node
Step 4: upgrade particle position and speed according to formula (4) and (5), and again calculate the network coverage of each particle updated space postpone according to formula (6) ~ (9);
Speed and location updating formula are such as formula (4):
v ij k + 1 = w ( k ) × v ij ( k ) + c 1 r 1 j ( pbest ij k - x ij k ) + c 2 r 2 j ( gbest gj k - x ij k ) + c 3 r 3 Δ ij k - - - ( 4 )
x ij k + 1 = x ij k + v ij k + 1 - - - ( 5 )
Wherein, c 1for particulate self-acceleration weight coefficient, c 2for overall acceleration weight coefficient, c 3for the acceleration weight coefficient of position adjustments, r 1jand r 2jbe the random number in 0 ~ 1, with be respectively position and the speed of particle i jth dimension in kth time iteration, the two is all limited within the specific limits; the position of the individual extreme value that to be particle i tie up in jth; the position of the individual extreme value that to be colony tie up in jth; W is inertia weight coefficient; it is particle i interior joint with the distance changes values of its nearest node;
If the node s in wireless sensor network icoordinate be (x i, y i), in a two dimensional surface monitored area, the coordinate of arbitrfary point p is (x p, y p), then node s ito the detection probability of impact point p be:
Wherein, d (s i, p) be sensor node s iwith the Euclidean distance of impact point p; R e(0<R e<R s) be sensing node Measurement reliability parameter; α 1=R e-R s+ d (s i, p), α 2=R e+ R s-d (s i, p); λ 1, λ 2, β 1, β 2the measurement parameter relevant with sensing node characteristic;
Therefore, the joint-detection probability of n sensor node to impact point p in whole two dimensional surface monitored area is:
C p ( s all , p ) = 1 - &Pi; i = n ( 1 - C p ( s i , p ) ) - - - ( 7 )
Wherein, s allfor the sensor node set of measuring target point; In order to meet coverage requirement, usually require that joint-detection probability is not less than the threshold value c set by network demand th, then impact point can be by the condition effectively detected:
min x p , y p { C p ( s all , p ) } &GreaterEqual; C th - - - ( 8 )
Region dividing to be measured is become m × n grid, then cell is reduced to pixel, the network coverage is defined as and meets the ratio that cell quantity that formula (7) requires accounts for total cell quantity, that is:
C r = &Sigma; x p = 1 m &Sigma; y p = 1 n C p ( s all , p ) m &times; n - - - ( 9 )
Step 5: the coverage rate that the coverage rate of each particle updated space postpone is corresponding with the local optimum position pbest of each particle compares, if comparatively large, then upgrades pbest;
Step 6: coverage rate corresponding with gbest for coverage rate corresponding for optimum for the individuality of each particle in colony pbest is compared, if comparatively large, then upgrades gbest;
Step 7: if reach default greatest iteration number, then terminate, and return colony's Optimal Distribution, otherwise return step 2.
This algorithm is with positions of mobile nodes vector for input parameter, and the network coverage is target function, utilize simultaneously mention in maximal cover algorithm away from near module, internodal position is adjusted, as overstocked in distributed between node, then allow node away from; If Node distribution is loose, then node is close.Binding site regulates and particle cluster algorithm, the position considering node and its nearest node in particle cluster algorithm speed more new formula adjusts, and instructs particle evolution, does the coverage contributing to troclia point like this, strengthen the ability of particle cluster algorithm search global optimum, namely improve the network coverage.Finally apply the PSO Algorithm radio sensing network coverage optimization problem based on position adjustments.
Accompanying drawing explanation
Fig. 1 node A is away from Node B schematic diagram;
Fig. 2 node A is near Node B schematic diagram;
Fig. 3 maximal cover algorithm flow;
The particle cluster algorithm coverage optimization flow process that Fig. 4 position-based regulates.
Embodiment
Based on the coverage optimization of improve PSO algorithm
Particle cluster algorithm is simple and be easy to realize, and is applied to by particle cluster algorithm to solve wireless sensor network coverage optimization problem and effectively can improve network covering property, but along with the increase of nodes, dimension increases, and very difficult guarantee obtains globally optimal solution.In addition, particle cluster algorithm is easily absorbed in Local Extremum, limits the hunting zone of particle, can not converge to global extremum point.The present invention is directed to basic particle group algorithm in the deficiency solving radio sensing network coverage optimization problem, give the innovatory algorithm that binding site regulates.
Maximal cover algorithm
For the wireless sensor network be made up of mobile node, maximal cover algorithm, while guarantee Connectivity, is expanded the coverage area as much as possible.Two kinds of modules are had, away from module with near module in algorithm.Distance between node and nearest-neighbors node is less than set distance threshold, then away from; When this distance is greater than distance threshold, then close.
1. away from module
In Selection Model, two nodes are analyzed, and node A is (x at the coordinate in n moment n, y n), and be (x from the nearest neighbors B of node A at the coordinate in n moment bn, y bn), node A is (x in the target location in n+1 moment n+1, y n+1), as shown in Figure 1.And set euclidean distance between node pair threshold value as L th, the step-length of unit interval is d, sensing radius R s, communication radius R c, wherein L th≤ R c-d.
According to the geometrical relationship in Fig. 1, known
x n + 1 - x n x n - x bn = y n + 1 - y n y n - y bn = d L n - - - ( 1 )
Wherein, L n = ( x n - x bn ) 2 + ( y n - y bn ) 2
When calculating node A away from Node B according to formula (1), the target location of node A:
x n + 1 y n + 1 = d &CenterDot; ( x n - x bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + x n d &CenterDot; ( y n - y bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + y n - - - ( 2 )
2. near module
Corresponding with away from situation, be greater than distance threshold between node A and node b, in the next moment, node A should move to the direction of Node B, with the same away from module, sets up similar Mathematical Modeling, as shown in Figure 2.
Together away from model class seemingly, according to geometrical relationship in figure, the target location of node A is calculated:
x n + 1 y n + 1 = - d &CenterDot; ( x n - x bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + x n - d &CenterDot; ( y n - y bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + y n - - - ( 3 )
This algorithm is simple, and easily realizes, and the flow chart of whole algorithm can be described as shown in Fig. 3.
The coverage optimization of the particle cluster algorithm that position-based regulates
In order to strengthen the ability of particle cluster algorithm search global optimum, namely in order to improve the network coverage.The present invention utilize mention in maximal cover algorithm away from near module, internodal position is adjusted, as overstocked in distributed between node, then allow node away from; If Node distribution is loose, then node is close.Binding site regulates and particle cluster algorithm, incorporates the impact of position vector in particle cluster algorithm speed more new formula.Its speed and location updating formula are such as formula (4):
v ij k + 1 = w ( k ) &times; v ij ( k ) + c 1 r 1 j ( pbest ij k - x ij k ) + c 2 r 2 j ( gbest gj k - x ij k ) + c 3 r 3 &Delta; ij k - - - ( 4 )
x ij k + 1 = x ij k + v ij k + 1 - - - ( 5 )
Wherein, c 1for particulate self-acceleration weight coefficient, c 2for overall acceleration weight coefficient, c 3for the acceleration weight coefficient of position adjustments, r 1jand r 2jbe the random number in 0 ~ 1, with be respectively position and the speed of particle i jth dimension in kth time iteration, the two is all limited within the specific limits; the position of the individual extreme value that to be particle i tie up in jth; the position of the individual extreme value that to be colony tie up in jth; W is inertia weight coefficient; it is particle i interior joint with the distance changes values (such as formula (2), formula (3)) of its nearest node.
Node Probability Detection model probability is adopted to carry out computing network coverage rate as measurement model.If the node s in wireless sensor network icoordinate be (x i, y i).Assuming that the coordinate of arbitrfary point p is (x in a two dimensional surface monitored area p, y p), then node s ito the detection probability of impact point p be:
Wherein, d (s i, p) be sensor node s iwith the Euclidean distance of impact point p; R e(0<R e<R s) be sensing node Measurement reliability parameter; α 1=R e-R c+ d (s i, p), α 2=R e+ R s-d (s i, p); λ 1, λ 2, β 1, β 2the measurement parameter relevant with sensing node characteristic.
Therefore, the joint-detection probability of n sensor node to impact point p in whole two dimensional surface monitored area is:
C p ( s all , p ) = 1 - &Pi; i = n ( 1 - C p ( s i , p ) ) - - - ( 7 )
Wherein, s allfor the sensor node set of measuring target point.In order to meet coverage requirement, usually require that joint-detection probability is not less than the threshold value c set by network demand th, then impact point can be by the condition effectively detected:
min x p , y p { C p ( s all , p ) } &GreaterEqual; C th - - - ( 8 )
The wireless sensing node monitored area of random laying is normally irregular, cannot use the area coverage of analytic method direct solution network.In order to effective evaluation network covering property, adopt gridding method that Region dividing to be monitored is become grid, more just cell is reduced to a little, analyze the coverage rate of each wireless sensor node to this point, the distance wherein between adjacent mesh is determined by covering precision.
Suppose Region dividing to be measured to become m × n grid, then cell is reduced to pixel.Herein, the network coverage is defined as and meets the ratio that cell quantity that formula (7) requires accounts for total cell quantity, that is:
C r = &Sigma; x p = 1 m &Sigma; y p = 1 n C p ( s all , p ) m &times; n - - - ( 9 )
The present invention regards the coverage optimization of mobile node in wireless sensor network as with the position of node for input parameter, the network coverage is as the optimization problem of target.Employing formula (9) is as target function, and apply the coverage optimization problem of the PSO Algorithm mobile node based on position adjustments, its flow process as shown in Figure 4.
Algorithm steps is as follows:
Step 1: set search volume as j dimension, definition population scale is M, initialization particle position, and random position and the speed producing each particle, sets the distance threshold of node simultaneously.
Step 2: the initial Efficient Coverage Rate calculating whole region, and the local optimum position pbest of each particle of initialization, and the global optimum position gbest of particle when corresponding coverage rate is maximum.
Step 3: calculate the distance between each node in particle i, and the distance threshold of setting compares, and adjust internodal position according to formula (2) and (3), calculates particle i interior joint with the distance changes values of its nearest node
Step 4: upgrade particle position and speed according to formula (4) and (5), and again calculate the network coverage of each particle updated space postpone according to formula (6) ~ (9).
Step 5: the coverage rate that the coverage rate of each particle updated space postpone is corresponding with the local optimum position pbest of each particle compares, if comparatively large, then upgrades pbest;
Step 6: coverage rate corresponding with gbest for coverage rate corresponding for optimum for the individuality of each particle in colony pbest is compared, if comparatively large, then upgrades gbest;
Step 7: if reach default greatest iteration number, then terminate, and return colony's Optimal Distribution, otherwise return step 2.

Claims (1)

1., based on a mobile node of wireless sensor network coverage optimization method for population, it is characterized in that comprising the steps:
Step 1: search volume is j dimension, and population scale is M, initialization particle position, random position and the speed producing each particle, set the distance threshold of node, the distance between node and nearest-neighbors node is less than set distance threshold simultaneously, then away from; When this distance is greater than distance threshold, then close;
Away from module: node A is (x at the coordinate in n moment n, y n), and be (x from the nearest neighbors b of node A at the coordinate in n moment bn, y bn), node A is (x in the target location in n+1 moment n+1, y n+1), if euclidean distance between node pair threshold value is L th, the step-length of unit interval is d, sensing radius R s, communication radius R c, wherein L th≤ R c-d,
Known
x n + 1 - x n x n - x bn = y n + 1 - y n y n - y bn = d L n - - - ( 1 )
Wherein, L n = ( x n - x bn ) 2 + ( y n - y bn ) 2
When calculating node A away from node b according to formula (1), the target location of node A:
x n + 1 y n + 1 = d &CenterDot; ( x n - x bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + x n d &CenterDot; ( y n - y bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + y n - - - ( 2 )
Near module: be greater than distance threshold between node A and node b, in the next moment, node A should move to the direction of Node B, with the same away from module, sets up similar Mathematical Modeling, the target location of node A:
x n + 1 y n + 1 = - d &CenterDot; ( x n - x bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + x n - d &CenterDot; ( y n - y bn ) ( x n - x bn ) 2 + ( y n - y bn ) 2 + y n - - - ( 3 )
Step 2: the initial Efficient Coverage Rate calculating whole region, and the local optimum position pbest of each particle of initialization, and the global optimum position gbest of particle when corresponding coverage rate is maximum;
Step 3: calculate the distance between each node in particle i, and the distance threshold of setting compares, and adjust internodal position according to formula (2) and (3), calculates particle i interior joint with the distance changes values of its nearest node
Step 4: upgrade particle position and speed according to formula (4) and (5), and again calculate the network coverage of each particle updated space postpone according to formula (6) ~ (9);
Speed and location updating formula are such as formula (4):
v ij k + 1 = w ( k ) &times; v ij ( k ) + c 1 r 1 j ( pbest ij k - x ij k ) + c 2 r 2 j ( gbest gj k - x ij k ) + c 3 r 3 &Delta; ij k - - - ( 4 )
x ij k + 1 = x ij k + v ij k + 1 - - - ( 5 )
Wherein, c 1for particulate self-acceleration weight coefficient, c 2for overall acceleration weight coefficient, c 3for the acceleration weight coefficient of position adjustments, r 1jand r 2jbe the random number in 0 ~ 1, with be respectively position and the speed of particle i jth dimension in kth time iteration, the two is all limited within the specific limits; the position of the individual extreme value that to be particle i tie up in jth; the position of the individual extreme value that to be colony tie up in jth; W is inertia weight coefficient; it is particle i interior joint with the distance changes values of its nearest node;
If the node s in wireless sensor network icoordinate be (x i, y i), in a two dimensional surface monitored area, the coordinate of arbitrfary point p is (x p, y p), then node s ito the detection probability of impact point p be:
Wherein, d (s i, p) be sensor node s iwith the Euclidean distance of impact point p; R e(0<R e<R s) be sensing node Measurement reliability parameter; α 1=R e-R s+ d (s i, p), α 2=R e+ R s-d (s i, p); λ 1, λ 2, β 1, β 2the measurement parameter relevant with sensing node characteristic;
Therefore, the joint-detection probability of n sensor node to impact point p in whole two dimensional surface monitored area is:
C p ( s all , p ) = 1 - &Pi; i = n ( 1 - C p ( s i , p ) ) - - - ( 7 )
Wherein, s allfor the sensor node set of measuring target point; In order to meet coverage requirement, usually require that joint-detection probability is not less than the threshold value c set by network demand th, then impact point can be by the condition effectively detected:
min x p , y p { C p ( s all , p ) } &GreaterEqual; C th - - - ( 8 )
Region dividing to be measured is become m × n grid, then cell is reduced to pixel, the network coverage is defined as and meets the ratio that cell quantity that formula (7) requires accounts for total cell quantity, that is:
C r = &Sigma; x p = 1 m &Sigma; y p = 1 n C p ( s all , p ) m &times; n - - - ( 9 )
Step 5: the coverage rate that the coverage rate of each particle updated space postpone is corresponding with the local optimum position pbest of each particle compares, if comparatively large, then upgrades pbest;
Step 6: coverage rate corresponding with gbest for coverage rate corresponding for optimum for the individuality of each particle in colony pbest is compared, if comparatively large, then upgrades gbest;
Step 7: if reach default greatest iteration number, then terminate, and return colony's Optimal Distribution, otherwise return step 2.
CN201210203426.8A 2012-06-19 2012-06-19 Particle swarm-based coverage optimization method of wireless sensor network mobile node Expired - Fee Related CN102752761B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210203426.8A CN102752761B (en) 2012-06-19 2012-06-19 Particle swarm-based coverage optimization method of wireless sensor network mobile node

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210203426.8A CN102752761B (en) 2012-06-19 2012-06-19 Particle swarm-based coverage optimization method of wireless sensor network mobile node

Publications (2)

Publication Number Publication Date
CN102752761A CN102752761A (en) 2012-10-24
CN102752761B true CN102752761B (en) 2015-04-29

Family

ID=47032612

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210203426.8A Expired - Fee Related CN102752761B (en) 2012-06-19 2012-06-19 Particle swarm-based coverage optimization method of wireless sensor network mobile node

Country Status (1)

Country Link
CN (1) CN102752761B (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102932870A (en) * 2012-10-30 2013-02-13 河南科技大学 Deployment method of network nodes of wireless sensor
CN103399849B (en) * 2013-06-24 2017-04-12 中南大学 Road three-dimensional linear automatic optimization method based on improved particle swarm optimization
CN103945395B (en) * 2014-02-27 2016-06-01 北京理工大学 The rapid Optimum dispositions method of a kind of wireless network sensor based on population
CN105228159B8 (en) * 2014-06-18 2019-12-24 北京邮电大学 Wireless sensor network coverage enhancement algorithm based on gridding and improved particle swarm optimization
CN104301907B (en) * 2014-11-11 2018-06-19 东南大学 Mix Network Mobility coverage detection method and node deployment selection method
CN105242238B (en) * 2015-09-01 2017-10-24 西南交通大学 A kind of wireless network location technology based on particle auxiliary random search
CN105758996B (en) * 2016-03-03 2017-08-25 重庆大学 The layout method of electronic nose in large space region
CN105898765A (en) * 2016-06-07 2016-08-24 中国地质大学(武汉) Region coverage optimization method suitable for video sensor network with adjustable sensing direction
CN106231609B (en) * 2016-09-22 2019-06-21 北京工商大学 A kind of underwater sensor network Optimization deployment method based on highest priority region
CN106501451B (en) * 2016-10-21 2018-10-19 中国科学院上海高等研究院 A kind of disposition optimization method, system and the server of gas sensor
CN107070968B (en) * 2016-12-27 2018-05-08 中国人民解放军空军预警学院监控系统工程研究所 To the method for monitoring area deployment sensor
CN106792750B (en) * 2016-12-29 2019-11-12 湖北大学 A kind of node deployment method based on guiding particle swarm algorithm
CN107277830B (en) * 2017-08-03 2020-11-13 扬州大学 Wireless sensor network node deployment method based on particle swarm optimization and mutation operator
CN109405172B (en) * 2018-10-25 2021-06-11 山东瑶安电子科技发展有限公司 Intelligent toxic gas monitoring system
CN110032070B (en) * 2019-04-17 2020-05-12 电子科技大学 Target tracking method of mobile wireless sensor network based on particle swarm fuzzy tree
CN110430579B (en) * 2019-08-17 2020-06-30 温州大学 Wireless AP deployment optimization method based on fruit fly optimization and used in non-uniform environment
CN112887112A (en) * 2019-11-29 2021-06-01 中兴通讯股份有限公司 Site coordinate planning method, device, equipment and storage medium
CN113242512B (en) * 2021-05-13 2022-07-12 电子科技大学 High-precision node positioning method based on underwater wireless sensor network
CN113807486B (en) * 2021-08-23 2023-09-26 南京邮电大学 Multi-robot area coverage method based on improved particle swarm algorithm
CN113905389B (en) * 2021-10-27 2023-10-31 广东石油化工学院 Wireless sensor network coverage method based on particle swarm optimization monarch butterfly algorithm

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383736A (en) * 2008-10-15 2009-03-11 中国科学院上海微系统与信息技术研究所 Optimizing method for wireless sensor network node laying oriented to area monitoring

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101383736A (en) * 2008-10-15 2009-03-11 中国科学院上海微系统与信息技术研究所 Optimizing method for wireless sensor network node laying oriented to area monitoring

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于混沌粒子群算法的无线传感器网络覆盖优化;刘维亭,范洲远;《计算机应用》;20110228;第31卷(第2期);第338-340页 *

Also Published As

Publication number Publication date
CN102752761A (en) 2012-10-24

Similar Documents

Publication Publication Date Title
CN102752761B (en) Particle swarm-based coverage optimization method of wireless sensor network mobile node
CN103945395B (en) The rapid Optimum dispositions method of a kind of wireless network sensor based on population
CN103401922B (en) Distributed localization apparatus and method based on game method in wireless sensor network
CN103124396B (en) Based on the mobile node of wireless sensor network localization method of intersection population
CN101383736B (en) Optimizing method for wireless sensor network node laying oriented to area monitoring
CN105959987A (en) Data fusion algorithm for improving energy utilization rate and service performance of wireless sensor network
CN102523617B (en) DV-Hop algorithm based on node communication radius and beacon node distribution
CN106792750B (en) A kind of node deployment method based on guiding particle swarm algorithm
CN103354642A (en) Method for improving mobile sensor network coverage rate
CN103533647B (en) A kind of radio frequency map adaptive location method based on sub-clustering mechanism and robustness regression
CN103209478A (en) Indoor positioning method based on classified thresholds and signal strength weight
CN104618997A (en) Data aggregation method based on non-uniform grids
CN103997748B (en) A kind of difference covering method based on mixed type sensor network
CN102170697A (en) Indoor positioning method and device
CN104581943B (en) Node positioning method for Distributed Wireless Sensor Networks
CN102647726A (en) Balancing optimizing strategy for energy consumption of coverage of wireless sensor network
CN102724681B (en) Sensor network coverage hole detection method combining with energy efficiency
CN101938832A (en) Division and refinement-based node self-positioning method for wireless sensor network
CN105208569B (en) Directional sensor network covering method under complex three-dimensional scene environment
CN101902752A (en) Method for controlling coverage of directional sensor network
CN105611555A (en) Energy saving coverage control method of sensor network based on virtual force orientation
CN104955056A (en) Internet-of-vehicle road side unit deployment method based on particle swarm optimization
CN102883428A (en) ZigBee wireless sensor network-based node positioning method
CN103200598A (en) Wireless sensor network clustering method based on particle swarm optimization
CN108430088A (en) A kind of wireless sensing network system and its waking up nodes method

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150429

Termination date: 20180619

CF01 Termination of patent right due to non-payment of annual fee