CN102523585A - Cognitive radio method based on improved genetic algorithm - Google Patents

Cognitive radio method based on improved genetic algorithm Download PDF

Info

Publication number
CN102523585A
CN102523585A CN2011103799629A CN201110379962A CN102523585A CN 102523585 A CN102523585 A CN 102523585A CN 2011103799629 A CN2011103799629 A CN 2011103799629A CN 201110379962 A CN201110379962 A CN 201110379962A CN 102523585 A CN102523585 A CN 102523585A
Authority
CN
China
Prior art keywords
population
individual
fitness value
cognitive radio
avg
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
CN2011103799629A
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.)
Beijing Jiaotong University
Original Assignee
Beijing Jiaotong 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 Beijing Jiaotong University filed Critical Beijing Jiaotong University
Priority to CN2011103799629A priority Critical patent/CN102523585A/en
Publication of CN102523585A publication Critical patent/CN102523585A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a cognitive radio method based on an improved genetic algorithm in the technical field of radio communication. The cognitive radio method comprises the steps of: setting initial parameters of cognitive radio and using the initial parameters as chromosomes of the genetic algorithm; setting initial mutation probability, population size and maximum evolutional generations, and setting target functions which reflect current link quality and the weight of each target function; calculating a population fitness value; conducting scale transformation of the fitness value; selecting the chromosomes; using self-adaptive crossover probability and mutation probability to conduct two-point crossover and individual mutation on the chromosomes; judging whether a condition of convergence is reached or not, and if not, returning to calculate the population fitness value; and if so, outputting a result set and using the results as the parameters of the cognitive radio. The cognitive radio method solves the problem that the final solution set is apt to be converged into a locally optimal solution in the genetic algorithm, and guarantees the diversity of populations and the convergence of the genetic algorithm at the same time.

Description

Based on the cognitive radio approaches of improving genetic algorithm
Technical field
The invention belongs to wireless communication technology field, relate in particular to a kind of based on the cognitive radio approaches of improving genetic algorithm.
Background technology
The sustainable growth of radio communication service demand causes wireless communication system that the demand of frequency spectrum resource is constantly increased, to such an extent as to that radio spectrum resources becomes is more and more rare.Yet spectrum measurement research shows, authorizes the utilization rate of frequency spectrum very low, authorizes the waste of frequency spectrum hole serious, and static spectrum allocation may system does not match with dynamic spectrum utilization mode.The basic ideas that address this problem are to improve the existing availability of frequency spectrum as far as possible.Cognitive radio technology has also just arisen at the historic moment as the technology that can satisfy this requirement.
Cognitive radio (Cognitive Radio; CR) notion is proposed in 1999 by Joseph doctor Mitolo, and its core concept is that CR has learning ability, can with the surrounding environment interactive information; With perception be utilized in the usable spectrum in this space, and restriction and reduce the generation of conflict.The purpose of cognitive radio is not influence on the basis of authorizing the frequency range proper communication, making in the frequency range of Wireless Telecom Equipment according to " chance access way " insertion authority with cognitive function, dynamically utilizing frequency spectrum, solves the nervous problem of frequency spectrum.
Cognitive radio has two main features: cognitive ability with reshuffle ability.Wherein reshuffle part and need carry out parameter adjustment; And parameter adjustment must be satisfied many-sided requirements such as channel condition, user's request and system qualification; This just needs cognitive radio between a plurality of conditions, to weigh, thereby obtains one group of better parameter configuration scheme.Genetic algorithm simulation biological evolution mechanism can be carried out global search in the optimizing space, have the unexistent multiple-objection optimization ability of general algorithm.But simple generic algorithm is not controlled chromosome, if occur the high individuality of fitness in the population, is very easy to obtain locally optimal solution.In addition, simple generic algorithm uses fixing crossover probability and variation probability, defect individual is not protected, and relatively poor individuality is suppressed, and does not also treat with a certain discrimination according to the different situations of phase before and after evolving, can influence performance.
In order to address the above problem, must the simple generic algorithm that parameter adjustment is partly used be improved, to obtain preferable performance.。
Summary of the invention
The objective of the invention is to, provide a kind of, in order to solve the problem that the cognitive radio approaches based on genetic algorithm commonly used exists based on the cognitive radio approaches of improving genetic algorithm.
To achieve these goals, technical scheme provided by the invention is that a kind of cognitive radio approaches based on the improvement genetic algorithm is characterized in that said method comprises:
Step 1: set the initial parameter of cognitive radio, with its chromosome as genetic algorithm;
Step 2: set initial variation probability, population size and maximum evolutionary generation, and set the target function of the current link-quality of reflection and the weight of each target function;
Step 3: calculate the population fitness value;
Step 4: the change of scale that carries out fitness value; The mean value of the fitness value behind the assurance change of scale equals the mean value of the fitness value before the change of scale, and the maximum of the fitness value behind the change of scale equals the setting multiple of the mean value of the preceding fitness value of change of scale;
Step 5: selective staining body;
Step 6: use adaptive crossover probability chromosome to be carried out at 2 and intersect and individual variation with the variation probability;
Step 7: judge whether to reach one of following two conditions of convergence, if reach one of following two conditions of convergence, then execution in step 8; Otherwise, return step 3;
The said condition of convergence is:
1) evolutionary generation surpasses the maximum evolutionary generation of setting;
2) the individual maximum adaptation degree of population value is more than or equal to set point;
Step 8: the output result set, with its parameter as cognitive radio.
Said step 3 is specifically:
Step 31: appoint and get two individuals in the population, it is individual j and individual k respectively;
Step 32: more individual j and the performance of individual k on i target function, if the performance of individual j on i target function is better than the performance of individual k on i target function, then make comparison function c (i, j, k)=1; Otherwise make comparison function c (i, j, k)=0;
Step 33: calculate the order of individual j on i target function; Its computing formula is:
Figure BDA0000112288850000031
wherein; J=1 ..., m; K=1; ..., m, m are the individual amount in the population;
Step 34: the fitness value that calculates the individual j of population; Computing formula is
Figure BDA0000112288850000032
wherein, i=1,2; ...; N, n are the number of target function, and w (i) is the weight of i target function.
Said step 5 is specifically:
Step 51: calculate all individual fitness value sums, be designated as S;
Step 52: from (0, choose random number in S), be designated as q;
Step 53: in population, since the 0 ideal adaptation degree value that adds up, the result who adds up is designated as s, when s>q, stop to add up and individuality that will this moment as the chromosome of selecting.
The computing formula of said adaptive crossover probability is:
P c = P c 1 - ( P c 1 - P c 2 ) &times; ( f &prime; - f avg ) f max - f avg , f &prime; &GreaterEqual; f avg P c 1 , f &prime; < f avg
Wherein, P cBe adaptive crossover probability, P C1And P C2Be respectively the upper and lower bound of crossover probability, f ' is the greater of the fitness value of two individuals that will intersect, f MaxBe the maximum of population fitness value, f AvgMean value for the population fitness value.
The computing formula of said adaptive variation probability is:
P m = P m 1 - ( P m 1 - P m 2 ) &times; ( f &prime; - f avg ) f max - f avg , f &prime; &GreaterEqual; f avg P m 1 , f &prime; < f avg
Wherein, P mBe adaptive variation probability, P M1And P M2Be respectively the upper and lower bound of variation probability, f ' is the greater of the fitness value of two individuals that will intersect, f MaxBe the maximum of population fitness value, f AvgMean value for the population fitness value.
The invention solves in the genetic algorithm last disaggregation that the heredity deception causes and converge on the problem of locally optimal solution easily; In intersecting and making a variation, use adaptive crossover probability and variation probability simultaneously, not only kept the diversity of population but also guaranteed convergence of genetic algorithm.
Description of drawings
Fig. 1 is based on the cognitive radio approaches flow chart that improves genetic algorithm.
Embodiment
Below in conjunction with accompanying drawing, preferred embodiment is elaborated.Should be emphasized that following explanation only is exemplary, rather than in order to limit scope of the present invention and application thereof.
Fig. 1 is based on the cognitive radio approaches flow chart that improves genetic algorithm.Among Fig. 1, the cognitive radio approaches based on the improvement genetic algorithm provided by the invention comprises:
Step 1: set the initial parameter of cognitive radio,, connect to form cognitive radio chromosome with these parameters such as power, modulation system, rolloff-factor, character rate etc.Set each parameter value scope then, and, finally confirm chromosome size according to the definite coding figure place of using of this scope.
Step 2: set initial variation probability, population size and maximum evolutionary generation, and set the target function of the current link-quality of reflection, like average transmit power, data rate, the error rate, bandwidth, channel efficiency, packet time-delay etc.According to difference,, set the weight of each target function simultaneously just to the difference of target function demand to communicating requirement.
Step 3: calculate the population fitness value.
At first, appoint and get two individuals in the population, it is individual j and individual k respectively.
Then, more individual j and the performance of individual k on i target function, when individual j has better performance than individual k on i target function, make comparison function c (i, j, k)=1, otherwise c (i, j, k)=0.
Next, calculating the order of individual j on i target function is:
r ( i , j ) = &Sigma; k = 1 m c ( i , j , k ) , ( j = 1 , . . . , m , k = 1 , . . . , m ) - - - ( 1 )
Wherein, j=1 ..., m, k=1 ..., m, m are the individual amount in the population.Because what fitness function adopted is comparison function, what promptly fitness value was represented is that corresponding individuality is superior to other individual comparand value in the population, so must select fixing object of reference, selecting initial population here is object of reference.What use in the step therefore, is " relative adaptation degree ".
At last, consider the target function weight, the final fitness of individual j is:
r ( j ) = &Sigma; i = 1 n w ( i ) &times; r ( i , j ) + 1 , ( j = 1 , . . . , m ) - - - ( 2 )
Wherein, i=1,2 ..., n, n are the number of target function, w (i) is the weight of i target function.Below carrying out, before the step, can the chromosomal fitness value that does not satisfy constraints be put 0, get rid of these individualities and evolved to follow-on possibility.
Step 4: the change of scale that carries out fitness value.
Adopt linear transformation in the present embodiment, suppose that former fitness function is f, fitness function is f ' after the conversion, and linear change then is expressed as: f '=af+b.The value of a and b should satisfy: original fitness mean value f AvgEqual fitness draw value f ' after the conversion Avg(guaranteeing that fitness is that the individuality of mean value is 1 at follow-on desired replication number).In addition, also should satisfy fitness maximum f ' after the conversion MaxBe f AvgSpecified multiple C Mult(individuality of control fitness maximum is at the follow-on number that duplicates), C MultIt is the number that duplicates for the optimum individual in the population that obtains expecting.
Step 5: selective staining body.
Present embodiment uses roulette back-and-forth method selective staining body, and its concrete steps are:
Step 51: calculate all individual fitness value sums in the population, be designated as S.
Step 52: from (0, choose random number in S), be designated as q.
Step 53: in population, since the 0 ideal adaptation degree value that adds up, the result who adds up is designated as s, when s>q, stop to add up and individuality that will this moment as the chromosome of selecting.(for each population, step 51 is only carried out once)
Step 6: use adaptive crossover probability chromosome to be carried out at 2 and intersect and individual variation with the variation probability.
Using adaptive crossover probability with the variation probability chromosome to be carried out at 2 intersects and individual variation.Adaptive crossover probability P cWith the variation probability P m, can change automatically with fitness.When population individuals fitness reaches unanimity or is tending towards local optimum, P cAnd P mIncrease, and when colony's fitness relatively disperses, P cAnd P mReduce.Simultaneously, fitness is higher than the individuality of the average fitness value of colony, corresponding to lower P cAnd P m, this is separated is protected the entering next generation; And be lower than the individuality of average fitness value, corresponding to higher P cAnd P m, this is separated is eliminated.Adaptive genetic algorithm can keep convergence of genetic algorithm simultaneously keeping the multifarious while of colony.
Adaptive P cAnd P mComputational methods are following:
P c = P c 1 - ( P c 1 - P c 2 ) &times; ( f &prime; - f avg ) f max - f avg , f &prime; &GreaterEqual; f avg P c 1 , f &prime; < f avg - - - ( 3 )
P m = P m 1 - ( P m 1 - P m 2 ) &times; ( f &prime; - f avg ) f max - f avg , f &prime; &GreaterEqual; f avg P m 1 , f &prime; < f avg - - - ( 4 )
P wherein C1, P C2, P M1And P M2Be respectively the bound of crossover probability and variation probability, can rule of thumb set, one group of value of recommending can be 0.9,0.6,0.1 and 0.001.
Step 7: judge whether to reach one of following two conditions of convergence, if reach one of following two conditions of convergence, then execution in step 8; Otherwise, return step 3.
The said condition of convergence is:
1) evolutionary generation surpasses the maximum evolutionary generation of setting;
2) the individual maximum adaptation degree of population value is more than or equal to set point.
For fear of going down because of not obtaining the unconfined computing of convergence solution, maximum evolutionary generation can rule of thumb be set, it should be not too high, but should guarantee that maximum adaptation degree value can restrain.When obtaining to satisfy the maximum adaptation degree value of user expectation, even if also do not reach convergency value this moment, also need not rerun down in addition, therefore, also will set the fitness value upper limit, this can obtain through formula (1) and formula (2).So when satisfying one of them of following two conditions of convergence, promptly stop computing, return results.The condition of convergence is:
1) evolutionary generation surpasses the maximum evolutionary generation of setting;
2) the individual maximum adaptation degree of population value is more than or equal to set point.
Step 8: the output result set, with its parameter as cognitive radio.
The present invention is through above-mentioned step, solved the problem that the heredity deception causes in the genetic algorithm last disaggregation converges on locally optimal solution easily.In intersection and variation, used adaptive crossover probability and variation probability, can separate each like this provides relatively better intersection and variation, can keep the multifarious while of population, guarantees convergence of genetic algorithm.
The above; Be merely the preferable embodiment of the present invention, but protection scope of the present invention is not limited thereto, any technical staff who is familiar with the present technique field is in the technical scope that the present invention discloses; The variation that can expect easily or replacement all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection range of claim.

Claims (5)

1. one kind based on the cognitive radio approaches of improving genetic algorithm, it is characterized in that said method comprises:
Step 1: set the initial parameter of cognitive radio, with its chromosome as genetic algorithm;
Step 2: set initial variation probability, population size and maximum evolutionary generation, and set the target function of the current link-quality of reflection and the weight of each target function;
Step 3: calculate the population fitness value;
Step 4: the change of scale that carries out fitness value; The mean value of the fitness value behind the assurance change of scale equals the mean value of the fitness value before the change of scale, and the maximum of the fitness value behind the change of scale equals the setting multiple of the mean value of the preceding fitness value of change of scale;
Step 5: selective staining body;
Step 6: use adaptive crossover probability chromosome to be carried out at 2 and intersect and individual variation with the variation probability;
Step 7: judge whether to reach one of following two conditions of convergence, if reach one of following two conditions of convergence, then execution in step 8; Otherwise, return step 3;
The said condition of convergence is:
1) evolutionary generation surpasses the maximum evolutionary generation of setting;
2) the individual maximum adaptation degree of population value is more than or equal to set point;
Step 8: the output result set, with its parameter as cognitive radio.
2. according to claim 1 a kind of based on the cognitive radio approaches of improving genetic algorithm, it is characterized in that said step 3 specifically:
Step 31: appoint and get two individuals in the population, it is individual j and individual k respectively;
Step 32: more individual j and the performance of individual k on i target function, if the performance of individual j on i target function is better than the performance of individual k on i target function, then make comparison function c (i, j, k)=1; Otherwise make comparison function c (i, j, k)=0;
Step 33: calculate the order of individual j on i target function; Its computing formula is:
Figure FDA0000112288840000021
wherein; J=1 ..., m; K=1; ..., m, m are the individual amount in the population;
Step 34: the fitness value that calculates the individual j of population; Computing formula is
Figure FDA0000112288840000022
wherein, i=1,2; ...; N, n are the number of target function, and w (i) is the weight of i target function.
3. according to claim 1 a kind of based on the cognitive radio approaches of improving genetic algorithm, it is characterized in that said step 5 specifically:
Step 51: calculate all individual fitness value sums, be designated as S;
Step 52: from (0, choose random number in S), be designated as q;
Step 53: in population, since the 0 ideal adaptation degree value that adds up, the result who adds up is designated as s, when s>q, stop to add up and individuality that will this moment as the chromosome of selecting.
4. described a kind of based on the cognitive radio approaches of improving genetic algorithm according to any claim among the claim 1-3, it is characterized in that the computing formula of said adaptive crossover probability is:
P c = P c 1 - ( P c 1 - P c 2 ) &times; ( f &prime; - f avg ) f max - f avg , f &prime; &GreaterEqual; f avg P c 1 , f &prime; < f avg
Wherein, P cBe adaptive crossover probability, P C1And P C2Be respectively the upper and lower bound of crossover probability, f ' is the greater of the fitness value of two individuals that will intersect, f MaxBe the maximum of population fitness value, f AvgMean value for the population fitness value.
5. described a kind of based on the cognitive radio approaches of improving genetic algorithm according to any claim among the claim 1-3, it is characterized in that the computing formula of said adaptive variation probability is:
P m = P m 1 - ( P m 1 - P m 2 ) &times; ( f &prime; - f avg ) f max - f avg , f &prime; &GreaterEqual; f avg P m 1 , f &prime; < f avg
Wherein, P mBe adaptive variation probability, P M1And P M2Be respectively the upper and lower bound of variation probability, f ' is the greater of the fitness value of two individuals that will intersect, f MaxBe the maximum of population fitness value, f AvgMean value for the population fitness value.
CN2011103799629A 2011-11-25 2011-11-25 Cognitive radio method based on improved genetic algorithm Pending CN102523585A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103799629A CN102523585A (en) 2011-11-25 2011-11-25 Cognitive radio method based on improved genetic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103799629A CN102523585A (en) 2011-11-25 2011-11-25 Cognitive radio method based on improved genetic algorithm

Publications (1)

Publication Number Publication Date
CN102523585A true CN102523585A (en) 2012-06-27

Family

ID=46294353

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103799629A Pending CN102523585A (en) 2011-11-25 2011-11-25 Cognitive radio method based on improved genetic algorithm

Country Status (1)

Country Link
CN (1) CN102523585A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103905246A (en) * 2014-03-06 2014-07-02 西安电子科技大学 Link prediction method based on grouping genetic algorithm
CN104079328A (en) * 2014-06-19 2014-10-01 广州杰赛科技股份有限公司 WLAN antenna combination method and system
CN104123706A (en) * 2014-08-11 2014-10-29 徐州工程学院 Image enhancement method based on adaptive immunity genetic algorithm
CN104867164A (en) * 2015-04-29 2015-08-26 中国科学院上海微系统与信息技术研究所 Vector quantization codebook designing method based on genetic algorithm
CN105320988A (en) * 2014-07-14 2016-02-10 重庆邮电大学 Parameter optimization method for wireless energy transmission system based on improved genetic algorithm
CN106483521A (en) * 2016-10-11 2017-03-08 天津大学 Unknown source localization method based on ray trace and genetic algorithm
CN107196882A (en) * 2017-06-14 2017-09-22 东北石油大学 Cognitive radio disturbance restraining method based on genetic algorithm
CN107239860A (en) * 2017-06-05 2017-10-10 合肥工业大学 A kind of imaging satellite mission planning method
CN106021859B (en) * 2016-05-09 2018-10-16 吉林大学 The controlled-source audiomagnetotellurics method one-dimensional inversion method of improved adaptive GA-IAGA
CN111780759A (en) * 2020-05-28 2020-10-16 南京邮电大学 Mobile robot path planning method based on improved genetic algorithm

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101902747A (en) * 2010-07-12 2010-12-01 西安电子科技大学 Spectrum allocation method based on fuzzy logic genetic algorithm
CN101917369A (en) * 2010-07-30 2010-12-15 中国人民解放军信息工程大学 Method for identifying modulation mode of communication signal
WO2011140899A1 (en) * 2010-05-12 2011-11-17 华为技术有限公司 Method and device for implementing network cognition

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011140899A1 (en) * 2010-05-12 2011-11-17 华为技术有限公司 Method and device for implementing network cognition
CN101902747A (en) * 2010-07-12 2010-12-01 西安电子科技大学 Spectrum allocation method based on fuzzy logic genetic algorithm
CN101917369A (en) * 2010-07-30 2010-12-15 中国人民解放军信息工程大学 Method for identifying modulation mode of communication signal

Non-Patent Citations (9)

* Cited by examiner, † Cited by third party
Title
XUEXUE ZHANG等: "Power control based on the Asynchronous Distributed Pricing Algorithm in cognitive radios", 《INFORMATION COMPUTING AND TELECOMMUNICATIONS (YC-ICT), 2010 IEEE YOUTH CONFERENCE 》, 30 November 2010 (2010-11-30) *
任子武等: "自适应遗传算法的改进及在系统辨识中应用研究", 《系统仿真学报》, 31 January 2006 (2006-01-31) *
姚再英等: "基于多目标遗传算法的认知无线电频谱分配", 《西 南 科 技 大 学 学 报》, vol. 25, no. 4, 31 December 2010 (2010-12-31) *
张国强等: "自适应遗传算法的改进与应用", 《舰船电子工程》, 31 January 2010 (2010-01-31) *
杨世恩等: "认知无线电多目标优化算法研究", 《洛阳理工学院学报(自然科学版)》, vol. 21, no. 2, 30 June 2011 (2011-06-30) *
杨二勇等: "基于遗传算法(GA)的通信抗干扰决策引擎", 《军事通信技术》, vol. 32, no. 1, 31 March 2011 (2011-03-31) *
王国强等: "多目标遗传算法求解认知无线电性能优化问题", 《计算机工程与应用》, 31 December 2007 (2007-12-31) *
赵知劲等: "应用遗传算法的认知无线电自适应参数调整", 《压 电与声光》, vol. 29, no. 1, 28 February 2007 (2007-02-28) *
郑仕链等: "基于模拟退火遗传算法的认知无线电决策引擎", 《计算机仿真》, vol. 25, no. 1, 31 January 2008 (2008-01-31) *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103905246B (en) * 2014-03-06 2017-02-15 西安电子科技大学 Link prediction method based on grouping genetic algorithm
CN103905246A (en) * 2014-03-06 2014-07-02 西安电子科技大学 Link prediction method based on grouping genetic algorithm
CN104079328A (en) * 2014-06-19 2014-10-01 广州杰赛科技股份有限公司 WLAN antenna combination method and system
CN104079328B (en) * 2014-06-19 2017-08-11 广州杰赛科技股份有限公司 WLAN antenna combination method and systems
CN105320988A (en) * 2014-07-14 2016-02-10 重庆邮电大学 Parameter optimization method for wireless energy transmission system based on improved genetic algorithm
CN104123706A (en) * 2014-08-11 2014-10-29 徐州工程学院 Image enhancement method based on adaptive immunity genetic algorithm
CN104867164A (en) * 2015-04-29 2015-08-26 中国科学院上海微系统与信息技术研究所 Vector quantization codebook designing method based on genetic algorithm
CN106021859B (en) * 2016-05-09 2018-10-16 吉林大学 The controlled-source audiomagnetotellurics method one-dimensional inversion method of improved adaptive GA-IAGA
CN106483521A (en) * 2016-10-11 2017-03-08 天津大学 Unknown source localization method based on ray trace and genetic algorithm
CN107239860A (en) * 2017-06-05 2017-10-10 合肥工业大学 A kind of imaging satellite mission planning method
CN107239860B (en) * 2017-06-05 2018-02-23 合肥工业大学 A kind of imaging satellite mission planning method
CN107196882A (en) * 2017-06-14 2017-09-22 东北石油大学 Cognitive radio disturbance restraining method based on genetic algorithm
CN107196882B (en) * 2017-06-14 2019-12-17 东北石油大学 cognitive radio interference suppression method based on genetic algorithm
CN111780759A (en) * 2020-05-28 2020-10-16 南京邮电大学 Mobile robot path planning method based on improved genetic algorithm
CN111780759B (en) * 2020-05-28 2023-11-28 南京邮电大学 Mobile robot path planning method based on improved genetic algorithm

Similar Documents

Publication Publication Date Title
CN102523585A (en) Cognitive radio method based on improved genetic algorithm
Li et al. Slow adaptive OFDMA systems through chance constrained programming
Sun et al. Deep learning-based long-term power allocation scheme for NOMA downlink system in S-IoT
CN102098684B (en) System and method for allocating cross-layer resources in cognitive radio network
Wang et al. Robust smart-grid-powered cooperative multipoint systems
He et al. Cloud-edge coordinated processing: Low-latency multicasting transmission
Bhardwaj et al. Enhanced dynamic spectrum access in multiband cognitive radio networks via optimized resource allocation
CN103916355B (en) Distribution method for sub carriers in cognitive OFDM network
Dai et al. Energy‐efficient resource allocation for device‐to‐device communication with WPT
Zaher et al. Learning-based downlink power allocation in cell-free massive MIMO systems
CN105792218A (en) Optimization method of cognitive radio network with radio frequency energy harvesting capability
Gao et al. Dynamic access point and service selection in backscatter-assisted RF-powered cognitive networks
CN110365463A (en) Extensive mimo system clusters the pilot distribution method incorporated into twice
CN113596785A (en) D2D-NOMA communication system resource allocation method based on deep Q network
CN104135769B (en) OFDMA ergodic capacities maximum resource distribution method under incomplete channel condition information
Sun et al. IRS-assisted RF-powered IoT networks: System modeling and performance analysis
CN105072632B (en) A kind of method that energy efficiency optimizes in MIMO distributed base station systems
Jia et al. Joint resource allocation for QoE optimization in large-scale NOMA-enabled multi-cell networks
Fei et al. Adaptive multiobjective optimisation for energy efficient interference coordination in multicell networks
Cai et al. A joint game-theoretic interference coordination approach in uplink multi-cell OFDMA networks
CN106330608B (en) The uplink user Throughput fairness optimization method in number energy integrated communication network
Van et al. Evolutionary Games for Dynamic Network Resource Selection in RSMA-Enabled 6G Networks
CN105611640B (en) A kind of adjustable CoMP downlink user dispatching method of equitable degree
CN106162852A (en) The multi-cell wireless communication system energy scheduling method that a kind of micro-capacitance sensor is powered
CN102685903A (en) Resource distribution method based on partial channel information in orthogonal frequency division multiple access (OFDMA) system

Legal Events

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

Application publication date: 20120627