CN103401625B - Particle swarm optimization algorithm based cooperative spectrum sensing optimization method - Google Patents

Particle swarm optimization algorithm based cooperative spectrum sensing optimization method Download PDF

Info

Publication number
CN103401625B
CN103401625B CN201310370781.9A CN201310370781A CN103401625B CN 103401625 B CN103401625 B CN 103401625B CN 201310370781 A CN201310370781 A CN 201310370781A CN 103401625 B CN103401625 B CN 103401625B
Authority
CN
China
Prior art keywords
particle
centerdot
fitness value
spectrum sensing
global optimum
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
CN201310370781.9A
Other languages
Chinese (zh)
Other versions
CN103401625A (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.)
Xidian University
Original Assignee
Xidian University
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 Xidian University filed Critical Xidian University
Priority to CN201310370781.9A priority Critical patent/CN103401625B/en
Publication of CN103401625A publication Critical patent/CN103401625A/en
Application granted granted Critical
Publication of CN103401625B publication Critical patent/CN103401625B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a particle swarm optimization algorithm based cooperative spectrum sensing optimization method. The method comprises the following implementation steps: firstly building a cooperative spectrum sensing optimization model and enabling to-be-optimized variables to correspond to relative parameters of a particle swarm optimization algorithm; initializing the iterative times as well as the position vector and the velocity vector of randomly generated particles; carrying out fitness assessment on the initialized particles and finding out the particle with minimum fitness value to serve as the global optimum particle; along with the increase of the iterative times, continuously updating the position vector and the velocity vector of the particles and updating the global optimum value; and when the iterative times reaches the maximum iterative times, outputting the global optimum particle and solving the corresponding detection probability. The method disclosed by the invention has the advantages of simplicity and convenience, little computation amount, easiness in realization, few adjustment parameter, strong search capability and the like when being used for the cooperative spectrum sensing optimization.

Description

Based on the collaborative spectrum sensing optimization method of particle swarm optimization algorithm
Technical field
The present invention relates to cognitive radio technology field, be specifically related to a kind of collaborative spectrum sensing optimization method based on particle swarm optimization algorithm, be applicable to the fields such as system, multiple-objection optimization, pattern recognition, scheduling, signal transacting, decision-making, robot application.
Background technology
As a kind of new intelligent wireless communication technology, cognitive radio (Cognitive Radio, CR) technology is by carrying out " secondary utilization " mandate frequency spectrum, and the contradiction lacked between growing wireless access demand for alleviating frequency spectrum resource provides feasible thinking.It can perception electromagnetic environment analyze wireless environment, understand and judge, the messaging parameter of adjustment System is with the change conformed adaptively, under the prerequisite not affecting authorized user communication, realizes the high-efficiency dynamic spectrum utilization of intelligence.
In cognition network, one of maximum focus of the current beyond doubt cognitive radio research of frequency spectrum perception, first, fast and reliable ground finds that frequency spectrum cavity-pocket is the prerequisite of carrying out frequency spectrum resource recycling; Secondly, unauthorized user needs higher receiver sensitivity with the spectrum activity of accurate measurements authorized user, thus avoids causing interference to authorized user, and this just has higher requirement to frequency spectrum perception.But by wireless channel interference, decline and the impact of time-varying characteristics, general single cognitive user is difficult to obtain reliable transient state perception information, can effectively tell is faint primary user's signal or primary user this two states idle on earth.And the testing result of single cognitive user of comparing, multiple cognitive user carries out the reliability that collaborative spectrum sensing effectively can improve detection, and therefore collaborative spectrum sensing technology has important theory value and realistic meaning.
Collaborative spectrum sensing is divided into perception and two stages of report usually, and in perception stage, each user completes local independently and detects; In the report stage, the local testing result of all users is sent to fusion center (Fusion Center, FC), FC carries out data fusion to the local statistic information received, and comprehensively makes the conclusive judgement whether primary user's signal exists.
Generally speaking, for the optimization of collaborative spectrum sensing, can by following two kinds of methods:
1, optimum linear combining method (Optimal Linear Cooperation, OPT.LIN), OPT.LIN method is divided into subproblem to former optimization problem, draws its infimum in theory, then solved by convex optimization method, thus the computing time of meeting at substantial.
2, offset coefficient method (Modified Deflection Coefficient, OPT.MDC), although OPT.MDC method is simple, its optimality is based upon the local SNR of cognitive user much larger than on the basis of 1, makes its range of application be subject to a definite limitation.
Summary of the invention
The object of the invention is to the deficiency for prior art, a kind of collaborative spectrum sensing optimization method based on particle swarm optimization algorithm is provided, while obtaining more excellent detection perform, reduce the algorithm time spent when frequency spectrum perception.
It should be noted that, the technical thought realizing the object of the invention is: first set up collaborative spectrum sensing Optimized model, and on this basis, the relevant parameter of initialization particle swarm optimization algorithm, by corresponding for the relevant parameter of variable to be optimized and particle swarm optimization algorithm; Initialization iterations, the position vector of the random particle produced and velocity vector; Fitness analysis is carried out to initialized each particle, and finds out the sequence number of the minimum particle of fitness value, as global optimum; Along with the increase of iterations, constantly update position vector and the velocity vector of particle, and upgrade weights optimal value; When iterations reaches maximum iteration time, export global optimum, obtain the detection probability corresponding to it.
To achieve these goals, technical scheme of the present invention is further described below:
Based on the collaborative spectrum sensing optimization method of particle swarm optimization algorithm, said method comprising the steps of:
(1) collaborative spectrum sensing Optimized model is set up;
(2) relevant parameter of initialization particle swarm optimization algorithm, comprising:
(2a) random generation P particle, note particle i is x i=[x i1, x i2..., x iD], i=1,2 ..., P, D=M, wherein D represents individual dimension, and wherein particle is defined as variable to be optimized, and namely control centre gives the weight w that each user's statistical information is distributed, and is also x i=w;
(2b) iterations t=0 is put, the position vector of stochastic generation particle í x i t = [ x i 1 t , x i 2 t , · · · , x iD t ] T And velocity vector v i t = [ v i 1 t , v i 2 t , · · · , v iD t ] T , wherein x id t ∈ [ 0,1 ] , and 1≤d≤M, 1≤i≤P; After each iteration, the location formula of each particle is:
x id t ‾ = | x id t | Σ d = 1 D | x id t | ;
(3) fitness value of described each particle is calculated wherein fitness function is defined as the testing result that the weights representated by each particle obtain.According to fitness value, determine local optimum particle p i t = ( p i 1 t , p i 2 t , · · · , p iD t ) With global optimum's particle p b t = ( x b 1 t , x b 2 t , · · · , x bD t ) , Wherein b is the ordinal number that the minimum particle of fitness value is corresponding, for t=0,
(4) t=t+1 is made, and by formula v id t = &omega; v id t - 1 + c 1 &xi; ( p id t - 1 - x id t - 1 ) + c 2 &eta; ( p bd t - 1 - x id t - 1 ) Renewal speed wherein c 1and c 2be normal number, ξ and η is distributed in the random number in [0,1], and ω is inertia weight, with the d of corresponding local optimum particle and global optimum's particle ties up element respectively, wherein, if v id t > V max , Order v id t = V max ; If v id t < - V max , Order v id t = - V max ;
(5) by formula upgrade position be normalized according to step (2b);
(6) fitness value through each particle upgraded is calculated for particle if its current fitness value is less than the local optimum particle in last iteration fitness value, its local optimum particle is set to otherwise its local optimum particle remains unchanged if particle current fitness value is less than global optimum's particle in last iteration fitness value, by this particle be set to global optimum's particle if do not have the fitness value of particle to be less than fitness value, Ze Ling global optimum particle remains unchanged
(7) judge whether iterations t reaches maximum iteration time T maxif reach, export global optimum, and according to formula obtain the detection probability P corresponding to it d; Otherwise, repeat step (4) ~ (7).
It should be noted that, described collaborative spectrum sensing Optimized model is:
minf(w)
s . t . | | w | | 2 2 = 1
Wherein w is weight, f ( w ) = Q - 1 ( p f ) w T Aw - E s g T w w T Bw , P ffalse alarm probability, A=2Ndiag 2(σ)+diag (δ), B=2Ndiag 2(σ)+diag (δ)+4E sdiag (g) diag (σ), wherein N is sampling number, σ is link noise, δ is control channel noise, g represents channel gain, f (w) utilizes the non-increasing abbreviation of Q function to obtain by detection probability, and maximize detection probability corresponding to minimizing f (w), wherein detection probability is
It should be noted that, the computing formula of described step (3) is:
According to formula fitness (x i)=f (x i), f ( w ) = Q - 1 ( p f ) w T Aw - E s g T w w T Bw , Wherein x i=w.
The present invention compared with prior art has the following advantages:
1, the present invention adopts Deterministic rules, but carries out random search according to the memory of history and society, and compared to prior art, the possibility that the present invention searches optimal solution increases greatly;
2, information flow of the present invention is unidirectional, can converge on optimal value faster;
3, the speed of service of the present invention is fast, effectively can improve detection perform;
4, convergence rate of the present invention is very fast, and algorithm is simple, easy programming realization.
Accompanying drawing explanation
Fig. 1 is the theory diagram that the present invention realizes;
Fig. 2 is the overview flow chart that the present invention realizes;
Fig. 3 is the comparison diagram of the inventive method and existing method detection perform;
Fig. 4 is the comparison diagram of the inventive method and existing method average time spent when collaborative spectrum sensing is optimized.
Embodiment
Below in conjunction with accompanying drawing, the invention will be further described.
It should be noted that, as shown in Figure 1, be the theory diagram of collaborative spectrum sensing, each user completes frequency spectrum perception independently, and then local testing result is sent to fusion center, fusion center is adjudicated final result.
As shown in Figure 2, concrete steps of the present invention are as follows:
Step 1, sets up collaborative spectrum sensing Optimized model;
Collaborative spectrum sensing Optimized model is:
minf(w)
s . t . | | w | | 2 2 = 1 ;
Wherein w is weight, f ( w ) = Q - 1 ( p f ) w T Aw - E s g T w w T Bw , P ffalse alarm probability, A=2Ndiag 2(σ)+diag (δ), B=2Ndiag 2(σ)+diag (δ)+4E sdiag (g) diag (σ), wherein N is sampling number, σ is link noise, δ is control channel noise, g represents channel gain, f (w) utilizes the non-increasing abbreviation of Q function to obtain by detection probability, and maximize detection probability corresponding to minimizing f (w), wherein detection probability is
Step 2, the relevant parameter of initialization particle swarm optimization algorithm;
(2a) random generation P particle, note particle i is x i=[x i1, x i2..., x iD], i=1,2 ..., P, D=M, wherein D represents individual dimension;
It should be noted that, for collaborative spectrum sensing problem of the present invention, particle is defined as variable to be optimized, and namely control centre gives the weight w that each user's statistical information is distributed, and is also x i=w;
(2b) iterations t=0 is put, the position vector of stochastic generation particle í x i t = [ x i 1 t , x i 2 t , &CenterDot; &CenterDot; &CenterDot; , x iD t ] T And velocity vector v i t = [ v i 1 t , v i 2 t , &CenterDot; &CenterDot; &CenterDot; , v iD t ] T , Wherein x id t &Element; [ 0,1 ] , and 1≤d≤M, 1≤i≤P; The initial population of stochastic generation, the position of particle need meet constraints.After each iteration, formula is passed through in the position of each particle complete normalization operation.
Step 3, assessment; According to formula fitness (x i)=f (x i), wherein x i=w, its calculation procedure is as follows:
The fitness value of each particle in step (2a) and establish b to be the ordinal number of the minimum particle of fitness value, then global optimum's particle is for local optimum particle as t=0, wherein fitness function is defined as the testing result that the weights representated by each particle obtain, i.e. fitness (x i)=f (x i), wherein x i=w;
Need to further illustrate, individual fitness value is less, represents the detection probability P that the weights represented by this individuality obtain dhigher, thus the quality of this individuality is better;
Step 4, renewal speed; Wherein, make t=t+1, and by formula v id t = &omega; v id t - 1 + c 1 &xi; ( p id t - 1 - x id t - 1 ) + c 2 &eta; ( p bd t - 1 - x id t - 1 ) Renewal speed v id t , Wherein c 1and c 2be normal number, ξ and η is distributed in the random number in [0,1], and ω is inertia weight; with the d of corresponding local optimum particle and global optimum's particle ties up element respectively, if order v id t = V max ; If v id t < - V max , Order v id t = - V max .
Step 5, upgrades position; By formula upgrade position be normalized according to step (2b);
Step 6, upgrades optimal particle; Calculate the fitness value through each particle upgraded for particle if its current fitness value is less than the local optimum particle in last iteration fitness value, its local optimum particle is set to otherwise its local optimum particle remains unchanged if particle current fitness value is less than global optimum's particle in last iteration fitness value, by this particle be set to global optimum's particle if do not have the fitness value of particle to be less than fitness value, Ze Ling global optimum particle remains unchanged
Step 7, judges whether iterations t reaches maximum iteration time T maxif reach, export global optimum, and according to formula obtain the detection probability P corresponding to it d; Otherwise, repeat step 4 ~ 7.
In order to describe effect of the present invention better, prove by simulation example below further.
1, simulation parameter is arranged
Design parameter arranges as shown in table 1:
Simulation parameter Number of particles Iterations Acceleration constant Inertia weight
Value P=20 T max=50 c 1=c 2=2 w=0.4
2, emulation mode
The linear combining method of existing optimum, offset coefficient method and the inventive method.
3, content is emulated
Emulation 1
As shown in Figure 3, the linear combining method (OPT.LIN) of the inventive method and traditional optimum and the detection perform of offset coefficient method (OPT.MDC) compare.
In figure 3, curve 31 is that the inventive method emulates the detection perform curve obtained, curve 32 is that optimum linear combining method (OPT.LIN) emulates the detection perform curve obtained, and curve 33 is that offset coefficient method (OPT.MDC) emulates the detection perform curve obtained.
Correlation curve 31,32 and 33 can be found out, method of the present invention is close with optimum linear combining method (OPT.LIN) detection perform, and is better than the detection perform of offset coefficient method (OPT.MDC).But compare the inventive method, optimum linear combining method (OPT.LIN) is divided into subproblem to former optimization problem, draws its infimum in theory, is then solved by convex optimization method, the computing time of meeting at substantial.Offset coefficient method (OPT.MDC) is although simple, and its optimality is based upon the local SNR of cognitive user much larger than on the basis of 1.
Emulation 2
As shown in Figure 4, the linear combining method (OPT.LIN) of the inventive method and traditional optimum and offset coefficient method (OPT.MDC) are carried out emulation at average time spent when collaborative spectrum sensing is optimized to compare.
In the diagram, curve 41 is the inventive method average times spent when collaborative spectrum sensing is optimized, curve 42 is optimum linear combining method (OPT.LIN) average times spent when collaborative spectrum sensing is optimized, and curve 43 is offset coefficient method (OPT.MDC) average times spent when collaborative spectrum sensing is optimized.
Correlation curve 41,42 and 43 can be found out, the optimum time spent by linear combining method (OPT.LIN) is maximum, time spent by the inventive method takes second place, the time of offset coefficient method (OPT.MDC) spent by three kinds of methods is minimum, and computational efficiency and real-time so just undoubtedly for ensureing frequency spectrum perception provide effective optimum ideals.
The above-mentioned simulation result of comprehensive analysis, particle swarm optimization algorithm have when collaborative spectrum sensing is optimized simple and convenient, amount of calculation is little, be easy to realize, adjustment parameter few, search the advantages such as plain ability is strong.
For a person skilled in the art, according to technical scheme described above and design, other various corresponding change and distortion can be made, and all these change and distortion all should belong within the protection range of the claims in the present invention.

Claims (2)

1., based on the collaborative spectrum sensing optimization method of particle swarm optimization algorithm, it is characterized in that, said method comprising the steps of:
(1) collaborative spectrum sensing Optimized model is set up:
minf(w)
s . t . | | w | | 2 2 = 1
Wherein w is weight, f ( w ) = Q - 1 ( P f ) w T Aw - E s g T w w T Bw , P ffalse alarm probability, A=2Ndiag 2(σ)+diag (δ), B=2Ndiag 2(σ)+diag (δ)+4E sdiag (g) diag (σ), wherein N is sampling number, and σ is link noise, and δ is control channel noise, and g represents channel gain, E sfor primary user's transmitting power; F (w) utilizes the non-increasing abbreviation of Q function to obtain by detection probability, maximizes detection probability corresponding to minimizing f (w);
(2) relevant parameter of initialization particle swarm optimization algorithm, comprising:
(2a) random generation P particle, note particle i is x i=[x i1, x i2..., x iD], i=1,2 ..., P, D=M, wherein D represents individual dimension, and wherein particle is defined as variable to be optimized, x i=w, w are the weights that control centre distributes to each user's statistical information;
(2b) iterations t=0 is put, the position vector of stochastic generation particle í x i t = [ x i 1 t , x i 2 t , &CenterDot; &CenterDot; &CenterDot; , x iD t ] T And velocity vector v i t = [ v i 1 t , v i 2 t , &CenterDot; &CenterDot; &CenterDot; , v iD t ] T , Wherein x id t &Element; [ 0,1 ] , and 1#d M, 1#i P; After each iteration, the location formula of each particle is:
x id t &OverBar; = | x id t | &Sigma; d = 1 D | x id t | ;
(3) fitness value of described each particle is calculated wherein fitness function is defined as the testing result that the weights representated by each particle obtain, and according to fitness value, determines local optimum particle p i t = ( p i 1 t , p i 2 t , &CenterDot; &CenterDot; &CenterDot; , p iD t ) With global optimum's particle p b t = ( x b 1 t , x b 2 t , &CenterDot; &CenterDot; &CenterDot; , x bD t ) , Wherein b is the ordinal number that the minimum particle of fitness value is corresponding, for t=0,
(4) t=t+1 is made, and by formula v id t = &omega;v id t - 1 + c 1 &xi; ( p id t - 1 - x id t - 1 ) + c 2 &eta; ( p bd t - 1 - x id t - 1 ) Renewal speed wherein c 1and c 2be normal number, ξ and η is distributed in the random number in [0,1], and ω is inertia weight, with the d of corresponding local optimum particle and global optimum's particle ties up element respectively, wherein, if v id t > V max , Order v id t = V max ; If v id t < - V max , Order v id t = - V max ;
(5) by formula upgrade position be normalized according to step (2b);
(6) fitness value through each particle upgraded is calculated for particle if its current fitness value is less than the local optimum particle in last iteration fitness value, its local optimum particle is set to otherwise its local optimum particle remains unchanged if particle current fitness value is less than global optimum's particle in last iteration fitness value, by this particle be set to global optimum's particle if do not have the fitness value of particle to be less than fitness value, Ze Ling global optimum particle remains unchanged
(7) judge whether iterations t reaches maximum iteration time T maxif reach, export global optimum, and according to formula P d = Q ( Q - 1 ( P f ) w T Aw - E s g T w w T Bw ) Obtain the detection probability P corresponding to it d; Otherwise, repeat step (4) ~ (7).
2. collaborative spectrum sensing optimization method according to claim 1, is characterized in that, the computing formula of described step (3) is:
According to formula fitness (x i)=f (x i), wherein x i=w; Fitness (x i) be the fitness value of corresponding particle
CN201310370781.9A 2013-08-23 2013-08-23 Particle swarm optimization algorithm based cooperative spectrum sensing optimization method Expired - Fee Related CN103401625B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310370781.9A CN103401625B (en) 2013-08-23 2013-08-23 Particle swarm optimization algorithm based cooperative spectrum sensing optimization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310370781.9A CN103401625B (en) 2013-08-23 2013-08-23 Particle swarm optimization algorithm based cooperative spectrum sensing optimization method

Publications (2)

Publication Number Publication Date
CN103401625A CN103401625A (en) 2013-11-20
CN103401625B true CN103401625B (en) 2015-04-08

Family

ID=49565176

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310370781.9A Expired - Fee Related CN103401625B (en) 2013-08-23 2013-08-23 Particle swarm optimization algorithm based cooperative spectrum sensing optimization method

Country Status (1)

Country Link
CN (1) CN103401625B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104869060A (en) * 2015-05-18 2015-08-26 南京邮电大学 Spectrum sensing method based on particle swarm optimization algorithm and ant colony optimization algorithm

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104466430B (en) * 2014-10-31 2017-04-19 西安电子科技大学 beam forming method based on time modulation array
CN104466412B (en) * 2014-12-25 2017-04-12 中国电子科技集团公司第五十四研究所 Broadband dual-polarization feed source
CN104821854B (en) * 2015-03-03 2017-09-22 北京科技大学 A kind of many primary user's multidimensional frequency spectrum sensing methods based on random set
EP3282781A4 (en) * 2015-05-22 2018-05-16 Huawei Technologies Co., Ltd. Method and device for improving positioning performance of artificial neural network
CN105282746B (en) * 2015-09-11 2019-07-02 华东交通大学 Cognition wireless network frequency spectrum distributing method based on embedded population game
CN106230528B (en) * 2016-07-27 2019-04-09 广东工业大学 A kind of cognition wireless network frequency spectrum distributing method and system
CN107871155B (en) * 2016-09-28 2021-02-02 成都理工大学 Spectral overlapping peak decomposition method based on particle swarm optimization
CN108021026B (en) * 2017-11-10 2020-11-06 明阳智慧能源集团股份公司 Fault early warning and control parameter online optimization method for wind generating set
CN108132260B (en) * 2017-12-15 2020-04-28 成都理工大学 Energy spectrum analysis method based on linear superposition model
CN110460401B (en) * 2019-07-05 2022-02-11 广东工业大学 Cooperative spectrum sensing method based on matrix decomposition and particle swarm optimization clustering
CN112395803B (en) * 2020-09-11 2023-10-13 北京工商大学 ICP-AES multimodal spectral line separation method based on particle swarm optimization
CN112528216A (en) * 2020-12-03 2021-03-19 昆明理工大学 Separation method of sound power frequency spectrum of multipoint sound source based on sound intensity vector decomposition
CN113687239B (en) * 2021-08-26 2024-04-05 上海电力大学 TCPSO lithium ion battery parameter identification method for noise immunity
CN115242331B (en) * 2022-07-23 2024-04-02 华北电力大学 Collaborative spectrum sensing optimization method for cognitive radio in virtual power plant

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101217345A (en) * 2008-01-18 2008-07-09 西安电子科技大学 A detecting method on vertical layered time space code message system
CN101975575A (en) * 2010-10-15 2011-02-16 西安电子科技大学 Multi-target tracking method for passive sensor based on particle filtering
CN101982992A (en) * 2010-10-30 2011-03-02 鲁东大学 Improved particle swarm-based power control optimization algorithm in cognitive radio network
US8326240B1 (en) * 2010-09-27 2012-12-04 Rockwell Collins, Inc. System for specific emitter identification
US8392149B1 (en) * 2010-09-08 2013-03-05 Rockwell Collins, Inc. Adaptive second order threshold calibration technique for radiometric signal detection
CN102967857A (en) * 2012-11-28 2013-03-13 西安电子科技大学 Particle swarm optimization-based cooperative tracking method of sensor network to maneuvering target
CN103096415A (en) * 2013-01-15 2013-05-08 东北大学 Route optimizing device and method catering to perceive wireless mesh network
CN103096335A (en) * 2012-12-26 2013-05-08 陈宏滨 Optimization method of spectrum efficiency and energy efficiency of wireless communication system
US8494989B1 (en) * 2010-09-18 2013-07-23 Rockwell Collins, Inc. Cognitive network management system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101217345A (en) * 2008-01-18 2008-07-09 西安电子科技大学 A detecting method on vertical layered time space code message system
US8392149B1 (en) * 2010-09-08 2013-03-05 Rockwell Collins, Inc. Adaptive second order threshold calibration technique for radiometric signal detection
US8494989B1 (en) * 2010-09-18 2013-07-23 Rockwell Collins, Inc. Cognitive network management system
US8326240B1 (en) * 2010-09-27 2012-12-04 Rockwell Collins, Inc. System for specific emitter identification
CN101975575A (en) * 2010-10-15 2011-02-16 西安电子科技大学 Multi-target tracking method for passive sensor based on particle filtering
CN101982992A (en) * 2010-10-30 2011-03-02 鲁东大学 Improved particle swarm-based power control optimization algorithm in cognitive radio network
CN102967857A (en) * 2012-11-28 2013-03-13 西安电子科技大学 Particle swarm optimization-based cooperative tracking method of sensor network to maneuvering target
CN103096335A (en) * 2012-12-26 2013-05-08 陈宏滨 Optimization method of spectrum efficiency and energy efficiency of wireless communication system
CN103096415A (en) * 2013-01-15 2013-05-08 东北大学 Route optimizing device and method catering to perceive wireless mesh network

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
《基于改进粒子群优化的联合处理频谱分配算法》;同钊,李兵兵,惠永涛;《华中科技大学学报(自然科学版)》;20130731;第41卷(第7期);52-56,66 *
《无线移动传感器网络中动态频谱分配及协同策略》;邓曙光,李俊超,沈连丰;《东南大学学报(自然科学版)》;20111130;第41卷(第6期);1119-1126 *
《认知网络中的多用户MIMO 线性协作频谱感知问题研究》;黑永强,李晓辉,李文涛;《通信学报》;20120228;第33卷(第2期);45-52 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104869060A (en) * 2015-05-18 2015-08-26 南京邮电大学 Spectrum sensing method based on particle swarm optimization algorithm and ant colony optimization algorithm
CN104869060B (en) * 2015-05-18 2018-03-30 南京邮电大学 Frequency spectrum sensing method based on particle swarm optimization algorithm and ant colony optimization algorithm

Also Published As

Publication number Publication date
CN103401625A (en) 2013-11-20

Similar Documents

Publication Publication Date Title
CN103401625B (en) Particle swarm optimization algorithm based cooperative spectrum sensing optimization method
Chen et al. Data quality of electricity consumption data in a smart grid environment
CN102546059B (en) Non-supervision clustering-based distributed cooperative spectrum sensing method for cognitive self-organizing network
Yuan et al. Defense against primary user emulation attacks using belief propagation of location information in cognitive radio networks
CN103117820B (en) Based on the weighting cooperative spectrum detection method of confidence level
Zhou et al. A combined forecasting system based on modified multi-objective optimization and sub-model selection strategy for short-term wind speed
Xu et al. Resource allocation based on quantum particle swarm optimization and RBF neural network for overlay cognitive OFDM System
CN103873171B (en) Based on the collaborative spectrum sensing Decision fusion method that multi-user cooperates mutually
CN107332889A (en) A kind of high in the clouds information management control system and control method based on cloud computing
Kumari et al. An energy efficient smart metering system using edge computing in LoRa network
CN103401626B (en) Based on the collaborative spectrum sensing optimization method of genetic algorithm
Chen et al. Multi-population coevolutionary dynamic multi-objective particle swarm optimization algorithm for power control based on improved crowding distance archive management in CRNs
CN103117817A (en) Spectrum sensing method and device under time varying fading channel
Riihijarvi et al. Exploiting spatial statistics of primary and secondary users towards improved cognitive radio networks
CN104506354A (en) Data network risk evaluation method based on semi-physical simulation
Chagas et al. Genetic algorithms and simulated annealing optimization methods in wireless sensor networks localization using artificial neural networks
Kim et al. Traffic-aware backscatter communications in wireless-powered heterogeneous networks
CN103957544A (en) Method for improving survivability of wireless sensor network
Qu et al. Research on short‐term output power forecast model of wind farm based on neural network combination algorithm
Wang et al. PateGail: a privacy-preserving mobility trajectory generator with imitation learning
CN104158604B (en) A kind of distributed collaborative frequency spectrum sensing method based on average common recognition
TangHuai et al. Improved shuffled frog leaping algorithm and its application in node localization of wireless sensor network
Gez et al. Subgradient descent learning over fading multiple access channels with over-the-air computation
CN105429913A (en) Multi-level detection and identification method based on characteristic value
CN103237312B (en) A kind of wireless sensor network node coverage optimization 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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150408

Termination date: 20200823