SlideShare a Scribd company logo
1 of 4
Download to read offline
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1861
REVIEW PAPER ON THROUGHPUT OPTIMIZATION AND SPECTRUM
SENSING IN COGNITIVE RADIO
PRATEEKSHA SAXENA1, PRAVEEN PATIDAR2
1M .Tech (Student)1, Department of Electronics and Communication Engineering1, Lakshmi Narain College of
Technology, Indore (M.P.), India
2Professor2, Department of Electronics and Communication Engineering2, Lakshmi Narain College of Technology,
Indore (M.P.), India
-----------------------------------------------------------------------***-------------------------------------------------------------------
Abstract- With rapid evolution in wireless devices increases
the demand for radio spectrum. We know that the radio
spectrum is very valuable and limited natural resources.
However, a fixed spectrum assignment has lead to portion of
licensed spectrum is not effectively utilized. To solve
spectrum underutilization problem cognitive radio
technology is introduce. Cognitive radio technology is a
promising next generation technology which provides a
novel way to allows non license user to use electromagnetic
spectrum without interfacing license user (primary user).
Ones sensing is done, then the distribution of spectrum
among the unlicensed user (secondary user) is also
challenging task. Optimizing is the process to find best
solution among the available solution. In order to soundly
and sharply detect spectrum hole in cognitive radio,
optimization must be used. In this paper we studies different
optimization algorithm for spectrum sharing and searching
in cognitive radio. Also study of its parameters.
Key Words: Cognitive Radio, Spectrum sensing,
Optimization, Throughput, Particle swarm
optimization.
1. INTRODUCTION
The last decade has witnessed the increasing popularity of
wireless services, which increase the shortage of spectrum
resources. Radio spectrum is a part of the electromagnetic
spectrum. Generally electromagnetic spectrum is
regulated by governmental bodies (Federal
Communication Commission). The recent report by the
United States of America (USA) (Federal Communication
Commission) has shows that 70% of the license spectrum
in United State is not utilized [1]. Than it is observed that
the spectrum is not utilize by the license user (primary
user) and some of the holes (white space) is vacant. So, it
is extremely necessary that the spectrum should be
utilized efficiently [2]. Further, time scale of spectrum
occupancy varies from millisecond to hours [1]. Because of
confined in radio resources the spectrum management,
controlling issue and monitoring are the primary objective
of wireless communication countrywide as well as
worldwide. This motivates the concept of spectrum reuse
that allows secondary user to utilize the radio spectrum to
the primary user when the spectrum is temporally not
being utilized. The core technology behind spectrum reuse
is cognitive radio [3], [4].
1.1 Concept of cognitive radio
Cognitive radio techniques can be used to provide a
promising solution to increase the spectrum utilization
with superiority. Cognitive user is secondary user. The
main principle of cognitive user is to use the spectrum
when the licensed users (primary users) are not using it.
In 2004, FCC has allowed cognitive users to use the
unlicensed spectrum [2]. For the upcoming Institute of
Electrical and Electronics Engineers (IEEE) 802.22
standard, it is require for the unlicensed user to detect TV
signal and wireless microphone signal and vacant the
channel within the two seconds ones they become active
[5].Further for TV signal detection, it is required to
achieved 90% probability of detection and 10%
probability of false alarms at signal to noise ratio (SNR)
level as low as -20db [5].
1.2 Cognitive radio technicalities
1. Spectrum Hole- Available free spectrum of primary
user.
2. Primary User- It is a license user.
3. Secondary User- It is an unlicensed user.
1.3 Functions of cognitive radio
1. Spectrum Sensing- It is the processes in which detect
the portion of free spectrum of the license spectrum.
2. Spectrum Management/Decision- It is the process to
select the best available, suitable spectrum which is
fulfills the communication requirement of the user.
3. Spectrum Sharing- It is the process in which
coordinate access to this channel with other users.
4. Spectrum Mobility- In which vacant the channel when
license user (primary user) is detected.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1862
A. Throughput
Throughput is the amount of data transfer
successfully from primary user to secondary user in
cognitive radio. Throughput is study and optimize by
varying licensed user (primary user). We always tried
to minimize the throughput by using different
algorithms. Also study about probability of detection
and probability of false alarms.
Depending on the idle state or busy state of the
primary user, with the presence of the noise, the
signal detection at the secondary user can be modeled
as a binary hypothesis testing problem, given as
I. Probability of detection- Hypothesis 0 (H0):
(signal is absent) Hypothesis zero means
signal of primary user is absent and called
probability of detection (PD) of the signal.
II. Probability of false alarms-Hypothesis 1 (H1):
(signal is present) Hypothesis one means
signal of primary user is present and called
probability of false alarms (PFA) of the signal.
B. Optimization
Optimization is the process in which we select the best
output of any circumference. Various algorithms are
available for solving numeric optimization problems.
These algorithms divided into various group for example-
population based (which maintain an entire set of
candidate solution for an optimization problem), iteration
based and stochastic based. There are two main group of
population algorithm first is evolutionary algorithm (EA),
second is swarm intelligence based algorithm [6]. In this
paper we study both genetic algorithm and particle swam
optimization.
2. GENETIC ALGORITHM
A genetic algorithm has broad evolutionary algorithm that
models biological process to solve highly complex numeric
computational problem to find optimal solution [7]. It is
inspired by the evolution of populations from natural
genetics. Genetic algorithm is applied to spectrum
optimization in cognitive radio networks [8]. Genetic
algorithm uses Darwin’s theory of ‘survival of the fittest’
(the fittest object or element survives and the unfit
element is disqualified) [2]. The advantage of genetic
algorithm is expeditiously to cover large space for the
possible configuration and flexible. Genetic algorithm has
four main operations: initializations, selection, cross over
and mutation [8]. In this paper we have describe crossover
and mutation.
 Crossover- crossover is the process in which two
selected chromosomes/ populations are combined
and generate an offspring. The main concept behind
this process is that an offspring is better qualities then
its parents [8].
 Mutation- mutation is the very important and last step
of genetic algorithm. In this process it modifies
chromosome (parents) pattern and random change
the individual (which gets by crossover process)
chromosome. If we achieved target the process is stop
otherwise repeat this step agar until the best result is
not achieve.
3. PARTICLE SWARM OPTIMIZATION (PSO)
A popular swarm intelligence based algorithm is particle
swam optimization (PSO) algorithm that solve
optimization problem. It is population based optimization
technique which inspired by social behavior of bird
flocking and fish schooling [6]. It is use to optimize sensing
time. Particle swarm optimization there is lot of particle in
search space having randomly assigned initial population
and velocity. Each particle is known as individual and
population of all particles is called swarm, particle swam
optimization has two main feature first is position second
is velocity, these are change according to number of
iteration and assign best value of position and velocity on
each iteration into the current value of particle [6].
Particle swam optimization is simple, fast and solve the
problem of computational iteration. By comparing particle
swam optimization to Genetic algorithm observe that
genetic algorithm required more operations to perform
than particle swam optimization [7].
Fig 1: Cognitive radio cycle
Fig -2: White Space concept
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1863
4. LITERATURE SURVEY
[1] Yonghong Zeng et al. “A Review on Spectrum
Sensing for Cognitive Radio: Challenges and Solutions”
Hindawi Publishing Corporation EURASIP Journal on
Advances in Signal Processing Volume 2010, Article ID
381465, 15 pages, In this paper, spectrum sensing
techniques from the optimal likelihood ratio test to energy
detection, matched filtering detection, cyclostationary
detection, Eigen value -based sensing, joint space-time
sensing, and robust sensing methods are reviewed.
Cooperative spectrum sensing with multiple receivers is
also discussed. Special attention is paid to sensing
methods that need little prior information on the source
signal and the propagation channel. Practical challenges
such as noise power uncertainty are discussed and
possible solutions are provided. Theoretical analysis on
the test statistic distribution and threshold setting is also
investigated.
[2] Danijela Cabric et al. “Implementation Issues in
Spectrum Sensing for Cognitive Radios”,2004 IEEE, pp.
772-776. This places severe requirements on sensitivity,
linearity, and dynamic range of the circuitry in the RF
front-end. To improve radio sensitivity of the sensing
function through processing gain we investigated three
digital signal processing techniques: matched filtering,
energy detection, and cyclostationary feature detection.
Our analysis shows that cyclostationary feature detection
has advantages due to its ability to differentiate modulated
signals, interference and noise in low signal to noise ratios.
[3] Payal Mishra et al. “Survey on Optimization
Methods for Spectrum Sensing in Cognitive Radio
Network” International Journal of New Technology and
Research (IJNTR) ISSN: 2454-4116, Volume-1, Issue-6,
October 2015 Pages 23-28. In this paper we study
different optimization for spectrum searching and sharing
and also compare this optimization on the basis of
probability of total error on fading channel.
[4] Ying-Chang Liang “Sensing-Throughput Trade-off
for Cognitive Radio Networks” IEEE Transactions on
Wireless Communications, Vol. 7, NO. 3 MARCH 2008. In
this paper, we study the problem of designing the sensing
duration to maximize the achievable throughput for the
secondary network under the constraint that the primary
users are sufficiently protected. We formulate the sensing-
throughput trade off problem mathematically, and use
energy detection sensing scheme to prove that the
formulated problem indeed has one optimal sensing time
which yields the highest throughput for the secondary
network. Cooperative sensing using multiple mini-slots or
multiple secondary users are also studied using the
methodology proposed.
[5] Rahul Tandra et al.“SNR Walls for Signal Detection”
IEEE Journal of Selected Topics in Signal Processing, Vol. 2
(1), Feb 2008. This paper considers the detection of the
presence/absence of signals in uncertain low SNR
environments. Small modelling uncertainties are
unavoidable in any practical system and so robustness to
them is a fundamental performance metric. The impact of
these modelling uncertainties can be quantified by the
position of the “SNR wall” below which a detector will fail
to be robust, no matter how long it can observe the
channel. We propose simple mathematical models for the
uncertainty in the noise and fading processes. These are
used to show what aspects of the model lead to SNR walls
for differing levels of knowledge of the signal to be
detected.
5. CONCLUSION
In this paper different circumstances and condition are
studies. For each case of study we obtained maximum
throughput by optimized at low signal to noise ratio and
the necessary condition of probability of detection and
probability of false alarms. Some algorithm also studies. It
is observed that the value of different parameters is very
close by using algorithm. So we enhanced the performance
of cognitive radio by use these algorithms.
REFERENCES
[1] Y.C.Liang, Y.Zeng, E.C.Y.Peh, and A.T. Hoang, “Sensing
Throughput trade-off for cognitive radio networks”
IEEE Transaction on Wireless Communications, Vol.7
(4), Pp.1326-1337, 2008.
[2] R. Deka, S. Chakraborty, and J.S. Roy, “Optimization of
Spectrum sensing in cognitive radio using genetic
Algorithm”, Facta Universitatis, Ser: Elec. Energ. Vol.
25(3), pp. 235-243, 2012.
[3] D. Cabric, S. M. Mishra, and R. W. Brodersen,
“Implementation issues in spectrum sensing for
cognitive radios,” in Proc. Asilomar Conference on
Signals, Systems and Computers, Pacific Grove, CA,
USA, 7 – 10 Nov. 2004, pp. 772 – 776K. Elissa, “Title of
paper if known,” unpublished.
[4] R. Tandra and A. Sahai, “SNR walls for signal
detection,” IEEE J. Sel. Topics Signal Process, Vol. 2 (1),
pp. 4 – 17, Feb. 2008.
[5] Y Zeng, Y C Liang, A T Hoang and R Zhang. “A review
on spectrum sensing for cognitive radio challenges
and solution” Hindawi Publishing corporation
EURASIP journal on advances in signal processing
doi:10.1155/2010/381465.
[6] P Mishra and N Dewangan.”Survey on optimization
methods for spectrum sensing in cognitive radio
network” International journal of new technology and
research (IJNTR) ISSN: 2454 4116, Vol. 1(6), October
2015, pages 23-28.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1864
[7] J. Elhachmi, and Z. Guennoun, ”Cognitive radio
spectrum allocation using genetic algorithm”,
Elhachmi, and Guennoun EURASIP Journal on
Wireless Communications and Networking,
vol.2016,pp.133-143,2016.
[8] P. Supraja and R. Pitchai "optimized neural network
for spectrum prediction using genetic algorithm in
cognitive radio network", Springer Science Business
Media, LLC, Part of Springer nature 2018.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072

More Related Content

What's hot

A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...Journal Papers
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...adil raja
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...adil raja
 
CONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGS
CONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGSCONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGS
CONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGSIJCNCJournal
 
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...IRJET Journal
 
IRJET- A Survey on Swarm Optimization Technique in Wireless Sensor Network
IRJET- A Survey on Swarm Optimization Technique in Wireless Sensor NetworkIRJET- A Survey on Swarm Optimization Technique in Wireless Sensor Network
IRJET- A Survey on Swarm Optimization Technique in Wireless Sensor NetworkIRJET Journal
 
Neural Network Based Individual Classification System
Neural Network Based Individual Classification SystemNeural Network Based Individual Classification System
Neural Network Based Individual Classification SystemIRJET Journal
 
Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...
Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...
Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...Dalton Valadares
 
Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...
Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...
Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...ijcisjournal
 
Test case prioritization using firefly algorithm for software testing
Test case prioritization using firefly algorithm for software testingTest case prioritization using firefly algorithm for software testing
Test case prioritization using firefly algorithm for software testingJournal Papers
 
Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...
Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...
Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...IJECEIAES
 
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...IJECEIAES
 
EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...
EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...
EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...ijwmn
 
IRJET- Speech Signal Processing for Classification of Parkinson’s Disease
IRJET-  	  Speech Signal Processing for Classification of Parkinson’s DiseaseIRJET-  	  Speech Signal Processing for Classification of Parkinson’s Disease
IRJET- Speech Signal Processing for Classification of Parkinson’s DiseaseIRJET Journal
 
A Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital FilterA Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital FilterIDES Editor
 
Classification of vehicles based on audio signals
Classification of vehicles based on audio signalsClassification of vehicles based on audio signals
Classification of vehicles based on audio signalsijsc
 
INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...
INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...
INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...cscpconf
 
A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...
A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...
A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...IJERA Editor
 

What's hot (20)

A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
 
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
Modeling the Effect of Packet Loss on Speech Quality: Genetic Programming Bas...
 
CONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGS
CONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGSCONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGS
CONTEXT-AWARE ENERGY CONSERVING ROUTING ALGORITHM FOR INTERNET OF THINGS
 
Software Based Transmission Line Fault Analysis
Software Based Transmission Line Fault AnalysisSoftware Based Transmission Line Fault Analysis
Software Based Transmission Line Fault Analysis
 
FYP presentation
FYP presentationFYP presentation
FYP presentation
 
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...IRJET -  	  A Novel Approach for Software Defect Prediction based on Dimensio...
IRJET - A Novel Approach for Software Defect Prediction based on Dimensio...
 
IRJET- A Survey on Swarm Optimization Technique in Wireless Sensor Network
IRJET- A Survey on Swarm Optimization Technique in Wireless Sensor NetworkIRJET- A Survey on Swarm Optimization Technique in Wireless Sensor Network
IRJET- A Survey on Swarm Optimization Technique in Wireless Sensor Network
 
Neural Network Based Individual Classification System
Neural Network Based Individual Classification SystemNeural Network Based Individual Classification System
Neural Network Based Individual Classification System
 
Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...
Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...
Towards 802.11g Signal Strength Estimation in an Industrial Environment: a Pr...
 
Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...
Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...
Wavelet Based on the Finding of Hard and Soft Faults in Analog and Digital Si...
 
Test case prioritization using firefly algorithm for software testing
Test case prioritization using firefly algorithm for software testingTest case prioritization using firefly algorithm for software testing
Test case prioritization using firefly algorithm for software testing
 
Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...
Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...
Novel Optimization to Reduce Power Drainage in Mobile Devices for Multicarrie...
 
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
 
EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...
EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...
EMPIRICAL PERFORMANCE EVALUATION OF ENHANCED THROUGHPUT SCHEMES OF IEEE802.11...
 
IRJET- Speech Signal Processing for Classification of Parkinson’s Disease
IRJET-  	  Speech Signal Processing for Classification of Parkinson’s DiseaseIRJET-  	  Speech Signal Processing for Classification of Parkinson’s Disease
IRJET- Speech Signal Processing for Classification of Parkinson’s Disease
 
A Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital FilterA Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital Filter
 
Classification of vehicles based on audio signals
Classification of vehicles based on audio signalsClassification of vehicles based on audio signals
Classification of vehicles based on audio signals
 
INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...
INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...
INVESTIGATION OF BEAM FORMING EFFECTIVENESS IN IEEE802.11AC INDOOR WIRELESS L...
 
A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...
A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...
A Novel Weighted Clustering Based Approach for Improving the Wireless Sensor ...
 

Similar to IRJET- Review Paper on Throughput Optimization and Spectrum Sensing in Cognitive Radio

IRJET- Research on Dynamic Spectrum Allocation
IRJET- Research on Dynamic Spectrum AllocationIRJET- Research on Dynamic Spectrum Allocation
IRJET- Research on Dynamic Spectrum AllocationIRJET Journal
 
IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...
IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...
IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...IRJET Journal
 
IRJET- Channel and Rate Selection in Cognitive Radio Network
IRJET- Channel and Rate Selection in Cognitive Radio NetworkIRJET- Channel and Rate Selection in Cognitive Radio Network
IRJET- Channel and Rate Selection in Cognitive Radio NetworkIRJET Journal
 
Methods for Detecting Energy and Signals in Cognitive Radio: A Review
Methods for Detecting Energy and Signals in Cognitive Radio: A ReviewMethods for Detecting Energy and Signals in Cognitive Radio: A Review
Methods for Detecting Energy and Signals in Cognitive Radio: A ReviewIRJET Journal
 
IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...
IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...
IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...IRJET Journal
 
IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...
IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...
IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...IRJET Journal
 
Spectrum Sensing in Cognitive Radio
Spectrum Sensing in Cognitive RadioSpectrum Sensing in Cognitive Radio
Spectrum Sensing in Cognitive RadioIRJET Journal
 
Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...
Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...
Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...IJECEIAES
 
IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...
IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...
IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...IRJET Journal
 
IRJET- A Theoretical Investigation on Multistage Impulse Voltage Generator
IRJET- A Theoretical Investigation on Multistage Impulse Voltage GeneratorIRJET- A Theoretical Investigation on Multistage Impulse Voltage Generator
IRJET- A Theoretical Investigation on Multistage Impulse Voltage GeneratorIRJET Journal
 
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio NetworksIRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio NetworksIRJET Journal
 
A REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEM
A REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEMA REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEM
A REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEMijiert bestjournal
 
On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...
On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...
On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...IRJET Journal
 
Signal Classification and Identification for Cognitive Radio: A Review
Signal Classification and Identification for Cognitive Radio: A ReviewSignal Classification and Identification for Cognitive Radio: A Review
Signal Classification and Identification for Cognitive Radio: A ReviewIRJET Journal
 
Cognitive Radio Networks: a comprehensive study on scope and applications
Cognitive Radio Networks: a comprehensive study on scope and applicationsCognitive Radio Networks: a comprehensive study on scope and applications
Cognitive Radio Networks: a comprehensive study on scope and applicationsAM Publications
 
Enhancement of Throughput & Spectrum Sensing of Cognitive Radio Networks
Enhancement of Throughput & Spectrum Sensing of Cognitive Radio NetworksEnhancement of Throughput & Spectrum Sensing of Cognitive Radio Networks
Enhancement of Throughput & Spectrum Sensing of Cognitive Radio NetworksIRJET Journal
 
Client Side Secure De-Duplication Scheme in Cloud Storage Environment
Client Side Secure De-Duplication Scheme in Cloud Storage EnvironmentClient Side Secure De-Duplication Scheme in Cloud Storage Environment
Client Side Secure De-Duplication Scheme in Cloud Storage EnvironmentIRJET Journal
 
Analytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN TechnologiesAnalytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN TechnologiesIRJET Journal
 
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent AdvancesMobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advancesjosephjonse
 

Similar to IRJET- Review Paper on Throughput Optimization and Spectrum Sensing in Cognitive Radio (20)

IRJET- Research on Dynamic Spectrum Allocation
IRJET- Research on Dynamic Spectrum AllocationIRJET- Research on Dynamic Spectrum Allocation
IRJET- Research on Dynamic Spectrum Allocation
 
IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...
IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...
IRJET- Simulating Spectrum Sensing in Cognitive Radio Network using Cyclostat...
 
IRJET- Channel and Rate Selection in Cognitive Radio Network
IRJET- Channel and Rate Selection in Cognitive Radio NetworkIRJET- Channel and Rate Selection in Cognitive Radio Network
IRJET- Channel and Rate Selection in Cognitive Radio Network
 
Methods for Detecting Energy and Signals in Cognitive Radio: A Review
Methods for Detecting Energy and Signals in Cognitive Radio: A ReviewMethods for Detecting Energy and Signals in Cognitive Radio: A Review
Methods for Detecting Energy and Signals in Cognitive Radio: A Review
 
IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...
IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...
IRJET- Performance Comparison of Cognitive Radio Network by Spectrum Sensing ...
 
IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...
IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...
IRJET- Dynamic Spectrum Sensing using Matched Filter Method and MATLAB Simula...
 
Spectrum Sensing in Cognitive Radio
Spectrum Sensing in Cognitive RadioSpectrum Sensing in Cognitive Radio
Spectrum Sensing in Cognitive Radio
 
Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...
Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...
Multi-Channel Preemptive Priority Model for SpectrumMobility in Cognitive Rad...
 
IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...
IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...
IRJET- Achieving Cognitive Radio for Improved Spectrum Utilization: An Implem...
 
IRJET- A Theoretical Investigation on Multistage Impulse Voltage Generator
IRJET- A Theoretical Investigation on Multistage Impulse Voltage GeneratorIRJET- A Theoretical Investigation on Multistage Impulse Voltage Generator
IRJET- A Theoretical Investigation on Multistage Impulse Voltage Generator
 
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio NetworksIRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
IRJET- A Novel Technique for Spectrum Sensing in Cognitive Radio Networks
 
A REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEM
A REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEMA REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEM
A REVIEW OF SELF HEALING SMART GRIDS USING THE MULTIAGENT SYSTEM
 
On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...
On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...
On the Performance Analysis of Blind Spectrum Sensing Methods for Different C...
 
Signal Classification and Identification for Cognitive Radio: A Review
Signal Classification and Identification for Cognitive Radio: A ReviewSignal Classification and Identification for Cognitive Radio: A Review
Signal Classification and Identification for Cognitive Radio: A Review
 
Cognitive Radio Networks: a comprehensive study on scope and applications
Cognitive Radio Networks: a comprehensive study on scope and applicationsCognitive Radio Networks: a comprehensive study on scope and applications
Cognitive Radio Networks: a comprehensive study on scope and applications
 
energy_detection
energy_detectionenergy_detection
energy_detection
 
Enhancement of Throughput & Spectrum Sensing of Cognitive Radio Networks
Enhancement of Throughput & Spectrum Sensing of Cognitive Radio NetworksEnhancement of Throughput & Spectrum Sensing of Cognitive Radio Networks
Enhancement of Throughput & Spectrum Sensing of Cognitive Radio Networks
 
Client Side Secure De-Duplication Scheme in Cloud Storage Environment
Client Side Secure De-Duplication Scheme in Cloud Storage EnvironmentClient Side Secure De-Duplication Scheme in Cloud Storage Environment
Client Side Secure De-Duplication Scheme in Cloud Storage Environment
 
Analytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN TechnologiesAnalytical Study of Dedicated Network for IOT using LoRaWAN Technologies
Analytical Study of Dedicated Network for IOT using LoRaWAN Technologies
 
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent AdvancesMobile Primary User in Cognitive Radio State of the Arts and Recent Advances
Mobile Primary User in Cognitive Radio State of the Arts and Recent Advances
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 

IRJET- Review Paper on Throughput Optimization and Spectrum Sensing in Cognitive Radio

  • 1. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1861 REVIEW PAPER ON THROUGHPUT OPTIMIZATION AND SPECTRUM SENSING IN COGNITIVE RADIO PRATEEKSHA SAXENA1, PRAVEEN PATIDAR2 1M .Tech (Student)1, Department of Electronics and Communication Engineering1, Lakshmi Narain College of Technology, Indore (M.P.), India 2Professor2, Department of Electronics and Communication Engineering2, Lakshmi Narain College of Technology, Indore (M.P.), India -----------------------------------------------------------------------***------------------------------------------------------------------- Abstract- With rapid evolution in wireless devices increases the demand for radio spectrum. We know that the radio spectrum is very valuable and limited natural resources. However, a fixed spectrum assignment has lead to portion of licensed spectrum is not effectively utilized. To solve spectrum underutilization problem cognitive radio technology is introduce. Cognitive radio technology is a promising next generation technology which provides a novel way to allows non license user to use electromagnetic spectrum without interfacing license user (primary user). Ones sensing is done, then the distribution of spectrum among the unlicensed user (secondary user) is also challenging task. Optimizing is the process to find best solution among the available solution. In order to soundly and sharply detect spectrum hole in cognitive radio, optimization must be used. In this paper we studies different optimization algorithm for spectrum sharing and searching in cognitive radio. Also study of its parameters. Key Words: Cognitive Radio, Spectrum sensing, Optimization, Throughput, Particle swarm optimization. 1. INTRODUCTION The last decade has witnessed the increasing popularity of wireless services, which increase the shortage of spectrum resources. Radio spectrum is a part of the electromagnetic spectrum. Generally electromagnetic spectrum is regulated by governmental bodies (Federal Communication Commission). The recent report by the United States of America (USA) (Federal Communication Commission) has shows that 70% of the license spectrum in United State is not utilized [1]. Than it is observed that the spectrum is not utilize by the license user (primary user) and some of the holes (white space) is vacant. So, it is extremely necessary that the spectrum should be utilized efficiently [2]. Further, time scale of spectrum occupancy varies from millisecond to hours [1]. Because of confined in radio resources the spectrum management, controlling issue and monitoring are the primary objective of wireless communication countrywide as well as worldwide. This motivates the concept of spectrum reuse that allows secondary user to utilize the radio spectrum to the primary user when the spectrum is temporally not being utilized. The core technology behind spectrum reuse is cognitive radio [3], [4]. 1.1 Concept of cognitive radio Cognitive radio techniques can be used to provide a promising solution to increase the spectrum utilization with superiority. Cognitive user is secondary user. The main principle of cognitive user is to use the spectrum when the licensed users (primary users) are not using it. In 2004, FCC has allowed cognitive users to use the unlicensed spectrum [2]. For the upcoming Institute of Electrical and Electronics Engineers (IEEE) 802.22 standard, it is require for the unlicensed user to detect TV signal and wireless microphone signal and vacant the channel within the two seconds ones they become active [5].Further for TV signal detection, it is required to achieved 90% probability of detection and 10% probability of false alarms at signal to noise ratio (SNR) level as low as -20db [5]. 1.2 Cognitive radio technicalities 1. Spectrum Hole- Available free spectrum of primary user. 2. Primary User- It is a license user. 3. Secondary User- It is an unlicensed user. 1.3 Functions of cognitive radio 1. Spectrum Sensing- It is the processes in which detect the portion of free spectrum of the license spectrum. 2. Spectrum Management/Decision- It is the process to select the best available, suitable spectrum which is fulfills the communication requirement of the user. 3. Spectrum Sharing- It is the process in which coordinate access to this channel with other users. 4. Spectrum Mobility- In which vacant the channel when license user (primary user) is detected. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 2. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1862 A. Throughput Throughput is the amount of data transfer successfully from primary user to secondary user in cognitive radio. Throughput is study and optimize by varying licensed user (primary user). We always tried to minimize the throughput by using different algorithms. Also study about probability of detection and probability of false alarms. Depending on the idle state or busy state of the primary user, with the presence of the noise, the signal detection at the secondary user can be modeled as a binary hypothesis testing problem, given as I. Probability of detection- Hypothesis 0 (H0): (signal is absent) Hypothesis zero means signal of primary user is absent and called probability of detection (PD) of the signal. II. Probability of false alarms-Hypothesis 1 (H1): (signal is present) Hypothesis one means signal of primary user is present and called probability of false alarms (PFA) of the signal. B. Optimization Optimization is the process in which we select the best output of any circumference. Various algorithms are available for solving numeric optimization problems. These algorithms divided into various group for example- population based (which maintain an entire set of candidate solution for an optimization problem), iteration based and stochastic based. There are two main group of population algorithm first is evolutionary algorithm (EA), second is swarm intelligence based algorithm [6]. In this paper we study both genetic algorithm and particle swam optimization. 2. GENETIC ALGORITHM A genetic algorithm has broad evolutionary algorithm that models biological process to solve highly complex numeric computational problem to find optimal solution [7]. It is inspired by the evolution of populations from natural genetics. Genetic algorithm is applied to spectrum optimization in cognitive radio networks [8]. Genetic algorithm uses Darwin’s theory of ‘survival of the fittest’ (the fittest object or element survives and the unfit element is disqualified) [2]. The advantage of genetic algorithm is expeditiously to cover large space for the possible configuration and flexible. Genetic algorithm has four main operations: initializations, selection, cross over and mutation [8]. In this paper we have describe crossover and mutation.  Crossover- crossover is the process in which two selected chromosomes/ populations are combined and generate an offspring. The main concept behind this process is that an offspring is better qualities then its parents [8].  Mutation- mutation is the very important and last step of genetic algorithm. In this process it modifies chromosome (parents) pattern and random change the individual (which gets by crossover process) chromosome. If we achieved target the process is stop otherwise repeat this step agar until the best result is not achieve. 3. PARTICLE SWARM OPTIMIZATION (PSO) A popular swarm intelligence based algorithm is particle swam optimization (PSO) algorithm that solve optimization problem. It is population based optimization technique which inspired by social behavior of bird flocking and fish schooling [6]. It is use to optimize sensing time. Particle swarm optimization there is lot of particle in search space having randomly assigned initial population and velocity. Each particle is known as individual and population of all particles is called swarm, particle swam optimization has two main feature first is position second is velocity, these are change according to number of iteration and assign best value of position and velocity on each iteration into the current value of particle [6]. Particle swam optimization is simple, fast and solve the problem of computational iteration. By comparing particle swam optimization to Genetic algorithm observe that genetic algorithm required more operations to perform than particle swam optimization [7]. Fig 1: Cognitive radio cycle Fig -2: White Space concept International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 3. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1863 4. LITERATURE SURVEY [1] Yonghong Zeng et al. “A Review on Spectrum Sensing for Cognitive Radio: Challenges and Solutions” Hindawi Publishing Corporation EURASIP Journal on Advances in Signal Processing Volume 2010, Article ID 381465, 15 pages, In this paper, spectrum sensing techniques from the optimal likelihood ratio test to energy detection, matched filtering detection, cyclostationary detection, Eigen value -based sensing, joint space-time sensing, and robust sensing methods are reviewed. Cooperative spectrum sensing with multiple receivers is also discussed. Special attention is paid to sensing methods that need little prior information on the source signal and the propagation channel. Practical challenges such as noise power uncertainty are discussed and possible solutions are provided. Theoretical analysis on the test statistic distribution and threshold setting is also investigated. [2] Danijela Cabric et al. “Implementation Issues in Spectrum Sensing for Cognitive Radios”,2004 IEEE, pp. 772-776. This places severe requirements on sensitivity, linearity, and dynamic range of the circuitry in the RF front-end. To improve radio sensitivity of the sensing function through processing gain we investigated three digital signal processing techniques: matched filtering, energy detection, and cyclostationary feature detection. Our analysis shows that cyclostationary feature detection has advantages due to its ability to differentiate modulated signals, interference and noise in low signal to noise ratios. [3] Payal Mishra et al. “Survey on Optimization Methods for Spectrum Sensing in Cognitive Radio Network” International Journal of New Technology and Research (IJNTR) ISSN: 2454-4116, Volume-1, Issue-6, October 2015 Pages 23-28. In this paper we study different optimization for spectrum searching and sharing and also compare this optimization on the basis of probability of total error on fading channel. [4] Ying-Chang Liang “Sensing-Throughput Trade-off for Cognitive Radio Networks” IEEE Transactions on Wireless Communications, Vol. 7, NO. 3 MARCH 2008. In this paper, we study the problem of designing the sensing duration to maximize the achievable throughput for the secondary network under the constraint that the primary users are sufficiently protected. We formulate the sensing- throughput trade off problem mathematically, and use energy detection sensing scheme to prove that the formulated problem indeed has one optimal sensing time which yields the highest throughput for the secondary network. Cooperative sensing using multiple mini-slots or multiple secondary users are also studied using the methodology proposed. [5] Rahul Tandra et al.“SNR Walls for Signal Detection” IEEE Journal of Selected Topics in Signal Processing, Vol. 2 (1), Feb 2008. This paper considers the detection of the presence/absence of signals in uncertain low SNR environments. Small modelling uncertainties are unavoidable in any practical system and so robustness to them is a fundamental performance metric. The impact of these modelling uncertainties can be quantified by the position of the “SNR wall” below which a detector will fail to be robust, no matter how long it can observe the channel. We propose simple mathematical models for the uncertainty in the noise and fading processes. These are used to show what aspects of the model lead to SNR walls for differing levels of knowledge of the signal to be detected. 5. CONCLUSION In this paper different circumstances and condition are studies. For each case of study we obtained maximum throughput by optimized at low signal to noise ratio and the necessary condition of probability of detection and probability of false alarms. Some algorithm also studies. It is observed that the value of different parameters is very close by using algorithm. So we enhanced the performance of cognitive radio by use these algorithms. REFERENCES [1] Y.C.Liang, Y.Zeng, E.C.Y.Peh, and A.T. Hoang, “Sensing Throughput trade-off for cognitive radio networks” IEEE Transaction on Wireless Communications, Vol.7 (4), Pp.1326-1337, 2008. [2] R. Deka, S. Chakraborty, and J.S. Roy, “Optimization of Spectrum sensing in cognitive radio using genetic Algorithm”, Facta Universitatis, Ser: Elec. Energ. Vol. 25(3), pp. 235-243, 2012. [3] D. Cabric, S. M. Mishra, and R. W. Brodersen, “Implementation issues in spectrum sensing for cognitive radios,” in Proc. Asilomar Conference on Signals, Systems and Computers, Pacific Grove, CA, USA, 7 – 10 Nov. 2004, pp. 772 – 776K. Elissa, “Title of paper if known,” unpublished. [4] R. Tandra and A. Sahai, “SNR walls for signal detection,” IEEE J. Sel. Topics Signal Process, Vol. 2 (1), pp. 4 – 17, Feb. 2008. [5] Y Zeng, Y C Liang, A T Hoang and R Zhang. “A review on spectrum sensing for cognitive radio challenges and solution” Hindawi Publishing corporation EURASIP journal on advances in signal processing doi:10.1155/2010/381465. [6] P Mishra and N Dewangan.”Survey on optimization methods for spectrum sensing in cognitive radio network” International journal of new technology and research (IJNTR) ISSN: 2454 4116, Vol. 1(6), October 2015, pages 23-28. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072
  • 4. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1864 [7] J. Elhachmi, and Z. Guennoun, ”Cognitive radio spectrum allocation using genetic algorithm”, Elhachmi, and Guennoun EURASIP Journal on Wireless Communications and Networking, vol.2016,pp.133-143,2016. [8] P. Supraja and R. Pitchai "optimized neural network for spectrum prediction using genetic algorithm in cognitive radio network", Springer Science Business Media, LLC, Part of Springer nature 2018. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 08 | Aug 2018 www.irjet.net p-ISSN: 2395-0072