SlideShare a Scribd company logo
1 of 12
Download to read offline
http://www.iaeme.com/IJECET/index.asp 67 editor@iaeme.com
International Journal of Electronics and Communication Engineering and Technology (IJECET)
Volume 8, Issue 1, January - February 2017, pp. 67–78, Article ID: IJECET_08_01_008
Available online at
http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=1
ISSN Print: 0976-6464 and ISSN Online: 0976-6472
© IAEME Publication
A RESEARCH ON NON COOPERATIVE HYBRID
SPECTRUM SENSING TECHNIQUE
Ramandeep Kaur
M-Tech Student, Department of Electronics & Communication
Chandigarh Engineering College Landran, Mohali, India
Sakshi Sharma
Assistant Professor, Department of Electronics & Communication
Chandigarh Engineering College Landran, Mohali, India
ABSTRACT
The research designed in this paper is to purpose and implement a Hybrid spectrum sensing
technique. As the utilization of wireless devices has been increased, there is a great demand for the
radio spectrum .Cognitive Radio is a technology which can sense the spectrum to make the efficient
use of resources of spectrum. Sensing of spectrum can be done by using matched filter, energy
detection, waveform based detection, cyclostationary feature. Hybrid model is implemented by
taking the assumptions for the distance and the SNR value, so it does not require unnecessary time
for sensing of every frequency band. Results are formulated on the bases of two parameters
probability of false detection and probability of correct detection. The proposed methodology has
been implemented in MATLAB and the results obtained are in the form of improvement in
Throughput, Energy consumption, Accuracy and improvement in Error.
The proposed model has been found efficient when compared to the other spectrum sensing
techniques. It has been proved the effective improvement in throughput is by 9.9135% .Thus the
results obtained are excellent and this will definitely help researcher for the future development of
Cognitive Radio.
Key words: Cognitive Radio (CR), Spectrum sensing, Cyclostationary feature detection, Energy
feature detection, Matched filter detection, Hybrid model, Primary user (PUs) and Secondary user
(SUs).
Cite this Article: Ramandeep Kaur and Sakshi Sharma, A Research on Non Cooperative Hybrid
Spectrum Sensing Technique, International Journal of Electronics and Communication
Engineering and Technology, 8(1), 2017, pp. 67–78.
http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=1
1. INTRODUCTION
1.1. Cognitive Radio
Cognitive Radio (CR) is one of the new developments which is being started in 1998 for the radio
communications. It is the solution for providing the unused frequency band to secondary users. Tasks of
CR are- sensing of spectrum, management of spectrum, mobility and the sharing of spectrum resources.
Ramandeep Kaur and Sakshi Sharma
http://www.iaeme.com/IJECET/index.asp 68 editor@iaeme.com
The primary cognitive radio requirements are:
(a) Low interference to the licensed users.
(b) Adjustable data rate, adaptive transmit power, information security, and the limited cost.
1.2. Meaning of Commonly Used Terms
Primary user: These are the wireless devices who holds the primary license and has more priority or
rights for using the radio spectrum.
Secondary user: These are the wireless devices who do not holds the primary license they access the
spectrum of primary users.
Spectrum Sensing: It is defined as the capability of the Cognitive Radio for allocating the free (licensed
spectrum) to the secondary users.
False Detection: The chances or the probability of false alarm happens when we found primary signals
are not present in the spectrum but we get the idea that they are present somewhere, hence we do not
allocate it to other SUs.
Dynamic Spectrum Access: As the licensed users have their own licensed spectrum .The function of
dynamic spectrum access is to search for the spectrum holes to allow secondary users to use these
resources by reusing unused spectrum [9] .
2. TYPES OF COGNITIVE RADIO SPECTRUM SENSING
Cognitive Radio spectrum sensing [6] performed, falls under the two categories: First, is the Non-
cooperative spectrum sensing and the Second is Cooperative spectrum sensing.
2.1. Non-cooperative spectrum sensing
In Non cooperative sensing or in the transmitter detection, Cognitive Radio acts by its own for the
occupancy of spectrum. Energy detection, matched filter detection, cyclostationary detection falls under
this category.
2.2. Cooperative spectrum sensing
In this method of spectrum sensing, the sensing will be done by many radios within the network and
central station will collect the information from several radios in the network.
In this research, we will emphasize on the Non cooperative spectrum techniques.
3. NON COOPERATIVE SPECTRUM SENSING TECHNIQUES
The Non cooperative spectrum sensing techniques are
 Energy Detection
 Cyclostationary Detection
 Matched filter Detection
Literature analysis [1], made it clear out of the various spectrum sensing techniques the most familiar
ones are Energy based detection and the cyclostationary based detection, lots of work has already been
done on these techniques in the previous research .For Energy detection method, the accuracy of correct
detection is found to be less and the decreased SNR causes several problems. The disadvantage of the
Cyclostationary detection is high computational complexity and long sensing time. So in our proposed
work we are going to combine the advantages of above mentioned methods.
A Research on Non Cooperative Hybrid Spectrum Sensing Technique
http://www.iaeme.com/IJECET/index.asp 69 editor@iaeme.com
4. OBJECTIVES OF THE WORK
 To study Energy feature detection and cyclostationary feature detection for sensing the spectrum in
Cognitive Radio.
 To purpose and implement a Hybrid spectrum sensing technique based on energy and cyclostationary
techniques.
 To test and compare the proposed results with the existing techniques.
5. HYBRID SPECTRUM SENSING
A possible way to obtain spectrum information with the improved parameters of minimum sensing time
and low computational complexity and reduction of error is to use hybrid sensing technique.
In our proposed work we have implemented Hybrid model which is combination of energy and
cyclostationary sensing approaches.
6. METHODOLOGY
In Hybrid model we have done a fusion of the energy detection technique and the cyclostationary detection
technique [1].
Figure 1 Flowchart of Methodology [1]
Ramandeep Kaur and Sakshi Sharma
http://www.iaeme.com/IJECET/index.asp 70 editor@iaeme.com
Figure 2 Formation of GUI and Deployation of nodes
6.1. Previous Work
In the previous research, first energy feature and energy status are checked if conditions are favourable
then the data is being transmitted , else it moves to the cyclostationary detection, and checks for the
favourable conditions and transmits data if the free band slot available there or wait for the next round of
the communication .
Step1: Initialization of the system.
Step2: For checking free band, energy detection is done.
Step3: In energy detection, we have done deployment of the number of nodes and source and sink nodes
are generated.
Step 4: The energy feature and energy status are checked if conditions are in favor of free band it will shift
and if it is not in favor it will not send.
CASES:
Case 1:
if(Ens_f_prb1>5)
if(Ens_s_prb1==0)
Case 2:
if(Ens_f_prb2>5)
if(Ens_s_prb2==0)
If energy feature and energy status both are in favor of private band 1 or private band 2 slot is free and
this is called true detection.
If energy feature is in favor but when we check for the energy status and it’s not in favor then it is
called false detection.
Private band 1 and the private band 2 not free check other bands. So check private band 1 and private
band 2 on the basis of cyclostationary feature.
A Research on Non Cooperative Hybrid Spectrum Sensing Technique
http://www.iaeme.com/IJECET/index.asp 71 editor@iaeme.com
Case 3:
if(Css_f_prb1>5)
if(Css_s_prb1==0)
Case 4:
if(Css_f_prb2>5)
if(Css_s_prb2==0)
If cyclostationary feature and cyclostationary status both are in favor of private band 1 or private band
2 slot is free and this is called true detection.
If cyclostationary feature is in favor but when we check cyclostationary status and it’s not in favor then
it is called false detection.
Otherwise private band 1 and private band 2 slot not free on the basis of cyclostationary feature and
status. Hence no free slot available so we cannot shift waits for the next round.
6.2. Proposed Work
In proposed research, we directly goes to the cyclostationary detection by taking assumptions. Here we do
not have to waste unnecessarily time while checking energy feature and energy status. If conditions are
favourable then the data is transmitted otherwise it moves to check another band and checks for free slot
and transmits data if free band slot available there else wait for next round of the communication .
Step 5: if Distance > 200 and SNR < 0.50 , SNR and the distance value are not in favour then , it will
directly moves to the cyclostationary detection.
Step6: In the cyclostationary based detection, first we have deployed the number of nodes and from this
source and sink nodes are being generated.
Case 1:
if(Css_f_prb1>5)
if(Css_s_prb1==0)
Case 2:
if(Css_f_prb2>5)
if(Css_s_prb2==0)
If cyclostationary feature and cyclostationary status both are in favor of private band 1 and private band
2 slot is free and this is called true detection.
If cyclostationary feature is in favor but when we check cyclostationary status and it’s not in favor then
it is called false detection.
Otherwise private band 1 and private band 2 slot not free on the basis of cyclostationary feature and
status. Hence no free slot available so we cannot shift.
Step7: if Distance<200 and SNR>0.50 or Distance>200 and SNR>0.50 or Distance<200 and SNR<0.50
then we use previous method of band shifting.
Case 3:
if(Ens_f_prb1>5)
if(Ens_s_prb1==0)
Case 4:
if(Ens_f_prb2>5)
if(Ens_s_prb2==0)
If energy feature and energy status both are in favor of private band 1 and private band 2 slot is free
and this is called true detection.
Ramandeep Kaur and Sakshi Sharma
http://www.iaeme.com/IJECET/index.asp 72 editor@iaeme.com
If the energy feature is in favor but when we check the energy status and it’s not in favor then it is
called false detection.
Otherwise private band 1 and the private band 2 slot not free on the basis of the energy feature and
therefore we check the energy status on the basis of the cyclostationary feature.
Case 5:
if(Css_f_prb1>5)
if(Css_s_prb1==0)
Case 6:
if(Css_f_prb2>5)
if(Css_s_prb2==0)
If cyclostationary feature and cyclostationary status both are in favor of private band 1 and private band
2 slot is free, this is called true detection.
If cyclostationary feature is in favor but when we check cyclostationary status and it’s not in favor then
it is called false detection.
Otherwise private band 1 and private band 2 slot is not free on basis of cyclostationary feature and
status. So no free slot available we cannot shift wait for the next round of communication.
Table 1 Simulation Parameters
7. CALCULATIONS
Rounds1:100
Variables for Calculation:
Det= 0; correct detection
FDet= 0; false detection
On the basis of cases formed before, the variables of false detection and true detection are incremented
Det=Det+1
FDet= FDet+1
ENERGY
E1(i)=energy(i)*rand(1)
E2(i)=energy(i)*rand(1)/2
A Research on Non Cooperative Hybrid Spectrum Sensing Technique
http://www.iaeme.com/IJECET/index.asp 73 editor@iaeme.com
THROUGHPUT
Throughput1=(E1)*10
Throughput2=(E2)*10
7.1. Probability Tables
(a) (b)
Table2 PREVIOUS TECHNIQUE (a) False detection (b) Correct detection
(a) (b)
Table 3 HYBRID TECHNIQUE (a) False detection (b) Correct detection
Ramandeep Kaur and Sakshi Sharma
http://www.iaeme.com/IJECET/index.asp 74 editor@iaeme.com
(a) (b)
Table 4 THROUGHPUT (a) Previous (b) Proposed
(a) (b)
Table 5 ENERGY (a) Previous (b) Proposed
A Research on Non Cooperative Hybrid Spectrum Sensing Technique
http://www.iaeme.com/IJECET/index.asp 75 editor@iaeme.com
7.2. Simulated graphs for probability of false and correct detection versus rounds
(a) (b)
Figure 3 PREVIOUS TECHNIQUE (a) False detection (b) Correct detection
(a) (b)
Figure 4 HYBRID TECHNIQUE (a) False detection (b) Correct detection
Ramandeep Kaur and Sakshi Sharma
http://www.iaeme.com/IJECET/index.asp 76 editor@iaeme.com
(a) (b)
Figure 5 COMPARISON GRAPH (a) Previous (b) Proposed
7.3. Simulated Graphs for Accuracy, Error, Energy Left and Throughput
Figure 6 Accuracy Figure 7 Error
Figure 8 Energy Left Figure 9 Throughput
A Research on Non Cooperative Hybrid Spectrum Sensing Technique
http://www.iaeme.com/IJECET/index.asp 77 editor@iaeme.com
Table 6 Comparison of Result Analysis for previous and proposed techniques
8. CONCLUSION
In this Research, low complexity detector known as the hybrid model is implemented that is based on
combination of two well-known spectrum sensing methods-energy and cyclostationary detection. This
model is proposed to overcome flaws of energy detection and the cyclostationary detection. The results are
obtained by plotting the graphs and simulation is done by using Matlab. With the proposed work
improvement in the parameters like Throughput, accuracy, error and energy consumed has been done.
Simulation results show that by using proposed model, the throughput is greatly improved with tolerable
interference. This will help in increasing the efficiency of spectrum utilization without wasting
unnecessary time.
REFERENCES
[1] Ramandeep Kaur, Sakshi Sharma, “A Review on Hybrid Spectrum Sensing based on Energy and
Cyclostationary Techniques”,International Journal of Innovations in Engineering and Technology , Vol.
7, Issue 3, October 2016, pg.307-310.
[2] F. F. Digham, M. S Alouini and M.K Simon, “On the energy detection of unknown signals over fading
channels”, in Proc. IEEE International Conference on Communication (ICC003), May 2003, pp. 3575-
3579.
[3] Yonghong Zeng, Ying Chang Liang, Anh Tuan Hoang, and Rui Zhang, A Review on Spectrum Sensing
for Cognitive Radio: Challenges and Solutions, EURASIP Journal on Advances in Signal Processing
2010, Article ID 381465, pp: 1-15.
[4] Z. Gao, H. Zhu, S. Li, and S. Du. Security and Privacy of Collaborative Spectrum Sensing In Cognitive
Radio Networks, IEEE journal on Wireless Communications, Vol. 19, 2012, pp. 106-112,
[5] S. Haykin, Cognitive radio: brain-empowered wireless communications, IEEE J. Sel. Areas Commun.,
vol. 23, 2005 ,pp. 201–220.
[6] Verma, Pradeep Kumar, and Rajeshwar Lal Dua. Performance Analysis Of Energy Detection, Matched
Filter Detection & Cyclostationary Feature Detection Spectrum Sensing Techniques. Indian Streams
Research Journal 2.9 ,2012.
[7] Shahzad A, Comparative Analysis of Primary Transmitter Detection Based Spectrum Sensing
Techniques in Cognitive Radio Systems, Australian Journal of Basic and Applied Sciences,4(9) , INSInet
Publication 2015 pp: 4522- 531
[8] M. Gandetto and C. Regazzoni, Spectrum sensing: A distributed approach for cognitive terminals, IEEE
J. Sel. Areas Commun., vol.no. 3, pp. 546–557, Apr. 2007.
Ramandeep Kaur and Sakshi Sharma
http://www.iaeme.com/IJECET/index.asp 78 editor@iaeme.com
[9] Bansal A.,Mahajan R., Building Cognitive Radio System Using Matlab , International Journal of
Electronics and Computer Science Engineering, Vol. 1, Issue 3 ,2011.
[10] Wenjing Y., Baoyu Z., A Two-Stage Spectrum Sensing Technique in Cognitive Radio Systems Based on
Combining Energy Detection and One-Order Cyclostationary Feature Detection Web Information
Systems and Applications, Vol. 9, pp. 327-330, may 2009.
[11] Ramandeep Kaur, Sakshi Sharma, “Analysis of Hybrid model based on Energy and Cyclostationary
Spectrum Sensing Techniques”, IJSER Research publication, Vol. 8, Issue 2, february 2017.
[12] C. Basavaraju and Dr. Chandrakanth. H.G, FFT Based Spectrum Analysis Model for an
Efficient Spectrum Sensing. International Journal of Advanced Research in Engineering and
Technology (IJARET), 5(12), 2015, pp. 87–96
[13] N.Shribala Dr.P.Srihari and Dr.B.C.Jinaga , Data Falsification Lenient Secure Spectrum
Sensing by Cognitive user Reliability Verification, International Journal of Electronics and
Communication Engineering & Technology, 7 (3), 2016, pp. 59–67.

More Related Content

What's hot

Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNMulti-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNIRJET Journal
 
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...IJERA Editor
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...eSAT Journals
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmeSAT Journals
 
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksArtificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...csandit
 
Performance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSNPerformance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSNIRJET Journal
 
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...ijtsrd
 
Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...eSAT Journals
 
Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor networkijmnct
 
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKTHRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKpijans
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...IJEEE
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2IAEME Publication
 
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...ijasuc
 
Neural Network Algorithm for Radar Signal Recognition
Neural Network Algorithm for Radar Signal RecognitionNeural Network Algorithm for Radar Signal Recognition
Neural Network Algorithm for Radar Signal RecognitionIJERA Editor
 
Network Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSNNetwork Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSNIJTET Journal
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...ijsrd.com
 

What's hot (20)

Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNMulti-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
 
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
The Design A Fuzzy System in Order to Schedule Sleep and Waking Of Sensors in...
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithm
 
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor NetworksArtificial Bee Colony algorithm for Localization in Wireless Sensor Networks
Artificial Bee Colony algorithm for Localization in Wireless Sensor Networks
 
I045075155
I045075155I045075155
I045075155
 
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
 
Performance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSNPerformance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSN
 
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
Comparative Analysis of AODV Base and RSSI Base Wireless Sensor Node Localiza...
 
1104.0355
1104.03551104.0355
1104.0355
 
Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...Performance analysis of dwdm based fiber optic communication with different m...
Performance analysis of dwdm based fiber optic communication with different m...
 
Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor network
 
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORKTHRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
THRESHOLD BASED DATA REDUCTION FOR PROLONGING LIFE OF WIRELESS SENSOR NETWORK
 
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
EFFECTIVE AND SECURE DATA COMMUNICATION IN WSNs CONSIDERING TRANSFER MODULE O...
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2
 
Ijetcas14 443
Ijetcas14 443Ijetcas14 443
Ijetcas14 443
 
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...Increasing the Network life Time by Simulated  Annealing Algorithm in WSN wit...
Increasing the Network life Time by Simulated Annealing Algorithm in WSN wit...
 
Neural Network Algorithm for Radar Signal Recognition
Neural Network Algorithm for Radar Signal RecognitionNeural Network Algorithm for Radar Signal Recognition
Neural Network Algorithm for Radar Signal Recognition
 
Network Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSNNetwork Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSN
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 

Viewers also liked

ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...
ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...
ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...IAEME Publication
 
Nano technology cooling girija edited
Nano technology cooling girija editedNano technology cooling girija edited
Nano technology cooling girija editedGirija Sankar Dash
 
Application of nano-technology in construction Detailed Report
Application of nano-technology in construction Detailed ReportApplication of nano-technology in construction Detailed Report
Application of nano-technology in construction Detailed ReportAmeer Muhammed
 
nano technology in civil engineering
nano technology in civil engineeringnano technology in civil engineering
nano technology in civil engineeringJerry Varghese
 
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...IAEME Publication
 
VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...
VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...
VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...IAEME Publication
 
AN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENT
AN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENTAN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENT
AN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENTIAEME Publication
 
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...IAEME Publication
 
INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...
INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...
INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...IAEME Publication
 
RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...
RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...
RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...IAEME Publication
 
ARE THE SERVICES DELIVERED EMPLOYABLE? A SCENARIO OF TECHNICAL EDUCATION IN ...
ARE THE SERVICES DELIVERED EMPLOYABLE?  A SCENARIO OF TECHNICAL EDUCATION IN ...ARE THE SERVICES DELIVERED EMPLOYABLE?  A SCENARIO OF TECHNICAL EDUCATION IN ...
ARE THE SERVICES DELIVERED EMPLOYABLE? A SCENARIO OF TECHNICAL EDUCATION IN ...IAEME Publication
 
A STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTOR
A STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTORA STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTOR
A STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTORIAEME Publication
 
A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...
A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...
A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...IAEME Publication
 
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...IAEME Publication
 
TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...
TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...
TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...IAEME Publication
 
SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...
SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...
SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...IAEME Publication
 
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...IAEME Publication
 
AN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, AP
AN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, APAN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, AP
AN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, APIAEME Publication
 

Viewers also liked (20)

ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...
ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...
ROLE OF NANO TECHNOLOGY ON AGRI-GREEN PRODUCT PRODUCTION PROCESS: EMERGING NE...
 
Nano technology cooling girija edited
Nano technology cooling girija editedNano technology cooling girija edited
Nano technology cooling girija edited
 
Application of nano-technology in construction Detailed Report
Application of nano-technology in construction Detailed ReportApplication of nano-technology in construction Detailed Report
Application of nano-technology in construction Detailed Report
 
Photo shop cc 2016 PPT
Photo shop cc 2016 PPTPhoto shop cc 2016 PPT
Photo shop cc 2016 PPT
 
nano technology in civil engineering
nano technology in civil engineeringnano technology in civil engineering
nano technology in civil engineering
 
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
EFFECTIVE RESOURCE SHARING WITH UNIVERSAL BASE-BAND PROCESSING TECHNOLOGY SUP...
 
VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...
VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...
VESTIGATION OF DYNAMIC INVOLVED IN DETERMINATION OF CAPITAL STRUCTURE OF KARU...
 
E-INNOVATION
   E-INNOVATION   E-INNOVATION
E-INNOVATION
 
AN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENT
AN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENTAN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENT
AN INSIGHT INTO ATOMIC DIMENSION OF PERSONALITY AND STRESS MANAGEMENT
 
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
COMPARATIVE STUDY OF DISTRIBUTED FREQUENT PATTERN MINING ALGORITHMS FOR BIG S...
 
INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...
INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...
INNER SELF-IMPROVEMENT PROGRAMS: PATHWAY TO GAIN INDEPENDENCE FROM THE DEPEND...
 
RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...
RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...
RTL DESIGN OF EFFICIENT MODIFIED RUN-LENGTH ENCODING ARCHITECTURES USING VERI...
 
ARE THE SERVICES DELIVERED EMPLOYABLE? A SCENARIO OF TECHNICAL EDUCATION IN ...
ARE THE SERVICES DELIVERED EMPLOYABLE?  A SCENARIO OF TECHNICAL EDUCATION IN ...ARE THE SERVICES DELIVERED EMPLOYABLE?  A SCENARIO OF TECHNICAL EDUCATION IN ...
ARE THE SERVICES DELIVERED EMPLOYABLE? A SCENARIO OF TECHNICAL EDUCATION IN ...
 
A STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTOR
A STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTORA STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTOR
A STUDY ON CHALLENGES OF MULTICULTURAL TEAM MEMBERS OF IT SECTOR
 
A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...
A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...
A STUDY ON IMPACT OF BARCODE AND RADIO FREQUENCY IDENTIFICATION TECHNOLOGY ON...
 
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
 
TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...
TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...
TAX REFORM FOR DEVELOPING VIABLE AND SUSTAINABLE TAX SYSTEMS IN INDIA WITH SP...
 
SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...
SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...
SOCIAL INNOVATION AND SOCIAL ENTREPRENEURSHIP - AN ELUCIDATION FOR THE PROBLE...
 
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
HYPERSPECTRAL IMAGERY CLASSIFICATION USING TECHNOLOGIES OF COMPUTATIONAL INTE...
 
AN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, AP
AN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, APAN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, AP
AN ANALYSIS OF EMPLOYEE ATTRITION IN AMARAJA BATTERIES LIMITED, TIRUPATI, AP
 

Similar to A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE

Reactive Power Compensation in Single Phase Distribution System using SVC, ST...
Reactive Power Compensation in Single Phase Distribution System using SVC, ST...Reactive Power Compensation in Single Phase Distribution System using SVC, ST...
Reactive Power Compensation in Single Phase Distribution System using SVC, ST...IRJET Journal
 
Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...
Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...
Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...IRJET Journal
 
Analysis and Comparison of Different Spectrum Sensing Technique for WLAN
Analysis and Comparison of Different Spectrum Sensing Technique for WLANAnalysis and Comparison of Different Spectrum Sensing Technique for WLAN
Analysis and Comparison of Different Spectrum Sensing Technique for WLANijtsrd
 
Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...IJMER
 
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
 
Optimization of Cognitive Radio
Optimization of Cognitive Radio Optimization of Cognitive Radio
Optimization of Cognitive Radio Puneet Arora
 
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...IOSR Journals
 
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...IOSR Journals
 
DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...
DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...
DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...IAEME Publication
 
International journal of engineering issues vol 2015 - no 2 - paper7
International journal of engineering issues   vol 2015 - no 2 - paper7International journal of engineering issues   vol 2015 - no 2 - paper7
International journal of engineering issues vol 2015 - no 2 - paper7sophiabelthome
 
Cognitive radio
Cognitive radioCognitive radio
Cognitive radioNeha Singh
 
Simulation and analysis of cognitive radio
Simulation and analysis of cognitive radioSimulation and analysis of cognitive radio
Simulation and analysis of cognitive radioijngnjournal
 
Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...
Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...
Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...IJMTST Journal
 
Spectrum Sensing Detection Techniques for Overlay Users
Spectrum Sensing Detection Techniques for Overlay UsersSpectrum Sensing Detection Techniques for Overlay Users
Spectrum Sensing Detection Techniques for Overlay UsersIJMTST Journal
 
IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...
IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...
IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...cscpconf
 
Implementation of a bpsk modulation based cognitive radio system using the en...
Implementation of a bpsk modulation based cognitive radio system using the en...Implementation of a bpsk modulation based cognitive radio system using the en...
Implementation of a bpsk modulation based cognitive radio system using the en...csandit
 
A review paper based on spectrum sensing techniques in cognitive radio networks
A review paper based on spectrum sensing techniques in cognitive radio networksA review paper based on spectrum sensing techniques in cognitive radio networks
A review paper based on spectrum sensing techniques in cognitive radio networksAlexander Decker
 
ENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIO
ENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIOENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIO
ENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIOIJCNCJournal
 
An Approach to Spectrum Sensing in Cognitive Radio
An Approach to Spectrum Sensing in Cognitive Radio An Approach to Spectrum Sensing in Cognitive Radio
An Approach to Spectrum Sensing in Cognitive Radio IOSR Journals
 

Similar to A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE (20)

Reactive Power Compensation in Single Phase Distribution System using SVC, ST...
Reactive Power Compensation in Single Phase Distribution System using SVC, ST...Reactive Power Compensation in Single Phase Distribution System using SVC, ST...
Reactive Power Compensation in Single Phase Distribution System using SVC, ST...
 
Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...
Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...
Transmitter Detection Methods of Spectrum Sensing For Cognitive Radio Network...
 
Analysis and Comparison of Different Spectrum Sensing Technique for WLAN
Analysis and Comparison of Different Spectrum Sensing Technique for WLANAnalysis and Comparison of Different Spectrum Sensing Technique for WLAN
Analysis and Comparison of Different Spectrum Sensing Technique for WLAN
 
Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...Single User Eigenvalue Based Detection For Spectrum Sensing In  Cognitive Rad...
Single User Eigenvalue Based Detection For Spectrum Sensing In Cognitive Rad...
 
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
 
energy_detection
energy_detectionenergy_detection
energy_detection
 
Optimization of Cognitive Radio
Optimization of Cognitive Radio Optimization of Cognitive Radio
Optimization of Cognitive Radio
 
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
 
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
 
DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...
DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...
DATA FALSIFICATION LENIENT SECURE SPECTRUM SENSING BY COGNITIVE USER RELIABIL...
 
International journal of engineering issues vol 2015 - no 2 - paper7
International journal of engineering issues   vol 2015 - no 2 - paper7International journal of engineering issues   vol 2015 - no 2 - paper7
International journal of engineering issues vol 2015 - no 2 - paper7
 
Cognitive radio
Cognitive radioCognitive radio
Cognitive radio
 
Simulation and analysis of cognitive radio
Simulation and analysis of cognitive radioSimulation and analysis of cognitive radio
Simulation and analysis of cognitive radio
 
Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...
Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...
Spectrum Sensing Detection with Sequential Forward Search in Comparison to Kn...
 
Spectrum Sensing Detection Techniques for Overlay Users
Spectrum Sensing Detection Techniques for Overlay UsersSpectrum Sensing Detection Techniques for Overlay Users
Spectrum Sensing Detection Techniques for Overlay Users
 
IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...
IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...
IMPLEMENTATION OF A BPSK MODULATION BASED COGNITIVE RADIO SYSTEM USING THE EN...
 
Implementation of a bpsk modulation based cognitive radio system using the en...
Implementation of a bpsk modulation based cognitive radio system using the en...Implementation of a bpsk modulation based cognitive radio system using the en...
Implementation of a bpsk modulation based cognitive radio system using the en...
 
A review paper based on spectrum sensing techniques in cognitive radio networks
A review paper based on spectrum sensing techniques in cognitive radio networksA review paper based on spectrum sensing techniques in cognitive radio networks
A review paper based on spectrum sensing techniques in cognitive radio networks
 
ENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIO
ENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIOENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIO
ENERGY EFFICIENT COOPERATIVE SPECTRUM SENSING IN COGNITIVE RADIO
 
An Approach to Spectrum Sensing in Cognitive Radio
An Approach to Spectrum Sensing in Cognitive Radio An Approach to Spectrum Sensing in Cognitive Radio
An Approach to Spectrum Sensing in Cognitive Radio
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

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
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
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
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

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
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
★ 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
 
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
 
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
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
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...
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE

  • 1. http://www.iaeme.com/IJECET/index.asp 67 editor@iaeme.com International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 1, January - February 2017, pp. 67–78, Article ID: IJECET_08_01_008 Available online at http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=1 ISSN Print: 0976-6464 and ISSN Online: 0976-6472 © IAEME Publication A RESEARCH ON NON COOPERATIVE HYBRID SPECTRUM SENSING TECHNIQUE Ramandeep Kaur M-Tech Student, Department of Electronics & Communication Chandigarh Engineering College Landran, Mohali, India Sakshi Sharma Assistant Professor, Department of Electronics & Communication Chandigarh Engineering College Landran, Mohali, India ABSTRACT The research designed in this paper is to purpose and implement a Hybrid spectrum sensing technique. As the utilization of wireless devices has been increased, there is a great demand for the radio spectrum .Cognitive Radio is a technology which can sense the spectrum to make the efficient use of resources of spectrum. Sensing of spectrum can be done by using matched filter, energy detection, waveform based detection, cyclostationary feature. Hybrid model is implemented by taking the assumptions for the distance and the SNR value, so it does not require unnecessary time for sensing of every frequency band. Results are formulated on the bases of two parameters probability of false detection and probability of correct detection. The proposed methodology has been implemented in MATLAB and the results obtained are in the form of improvement in Throughput, Energy consumption, Accuracy and improvement in Error. The proposed model has been found efficient when compared to the other spectrum sensing techniques. It has been proved the effective improvement in throughput is by 9.9135% .Thus the results obtained are excellent and this will definitely help researcher for the future development of Cognitive Radio. Key words: Cognitive Radio (CR), Spectrum sensing, Cyclostationary feature detection, Energy feature detection, Matched filter detection, Hybrid model, Primary user (PUs) and Secondary user (SUs). Cite this Article: Ramandeep Kaur and Sakshi Sharma, A Research on Non Cooperative Hybrid Spectrum Sensing Technique, International Journal of Electronics and Communication Engineering and Technology, 8(1), 2017, pp. 67–78. http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=8&IType=1 1. INTRODUCTION 1.1. Cognitive Radio Cognitive Radio (CR) is one of the new developments which is being started in 1998 for the radio communications. It is the solution for providing the unused frequency band to secondary users. Tasks of CR are- sensing of spectrum, management of spectrum, mobility and the sharing of spectrum resources.
  • 2. Ramandeep Kaur and Sakshi Sharma http://www.iaeme.com/IJECET/index.asp 68 editor@iaeme.com The primary cognitive radio requirements are: (a) Low interference to the licensed users. (b) Adjustable data rate, adaptive transmit power, information security, and the limited cost. 1.2. Meaning of Commonly Used Terms Primary user: These are the wireless devices who holds the primary license and has more priority or rights for using the radio spectrum. Secondary user: These are the wireless devices who do not holds the primary license they access the spectrum of primary users. Spectrum Sensing: It is defined as the capability of the Cognitive Radio for allocating the free (licensed spectrum) to the secondary users. False Detection: The chances or the probability of false alarm happens when we found primary signals are not present in the spectrum but we get the idea that they are present somewhere, hence we do not allocate it to other SUs. Dynamic Spectrum Access: As the licensed users have their own licensed spectrum .The function of dynamic spectrum access is to search for the spectrum holes to allow secondary users to use these resources by reusing unused spectrum [9] . 2. TYPES OF COGNITIVE RADIO SPECTRUM SENSING Cognitive Radio spectrum sensing [6] performed, falls under the two categories: First, is the Non- cooperative spectrum sensing and the Second is Cooperative spectrum sensing. 2.1. Non-cooperative spectrum sensing In Non cooperative sensing or in the transmitter detection, Cognitive Radio acts by its own for the occupancy of spectrum. Energy detection, matched filter detection, cyclostationary detection falls under this category. 2.2. Cooperative spectrum sensing In this method of spectrum sensing, the sensing will be done by many radios within the network and central station will collect the information from several radios in the network. In this research, we will emphasize on the Non cooperative spectrum techniques. 3. NON COOPERATIVE SPECTRUM SENSING TECHNIQUES The Non cooperative spectrum sensing techniques are  Energy Detection  Cyclostationary Detection  Matched filter Detection Literature analysis [1], made it clear out of the various spectrum sensing techniques the most familiar ones are Energy based detection and the cyclostationary based detection, lots of work has already been done on these techniques in the previous research .For Energy detection method, the accuracy of correct detection is found to be less and the decreased SNR causes several problems. The disadvantage of the Cyclostationary detection is high computational complexity and long sensing time. So in our proposed work we are going to combine the advantages of above mentioned methods.
  • 3. A Research on Non Cooperative Hybrid Spectrum Sensing Technique http://www.iaeme.com/IJECET/index.asp 69 editor@iaeme.com 4. OBJECTIVES OF THE WORK  To study Energy feature detection and cyclostationary feature detection for sensing the spectrum in Cognitive Radio.  To purpose and implement a Hybrid spectrum sensing technique based on energy and cyclostationary techniques.  To test and compare the proposed results with the existing techniques. 5. HYBRID SPECTRUM SENSING A possible way to obtain spectrum information with the improved parameters of minimum sensing time and low computational complexity and reduction of error is to use hybrid sensing technique. In our proposed work we have implemented Hybrid model which is combination of energy and cyclostationary sensing approaches. 6. METHODOLOGY In Hybrid model we have done a fusion of the energy detection technique and the cyclostationary detection technique [1]. Figure 1 Flowchart of Methodology [1]
  • 4. Ramandeep Kaur and Sakshi Sharma http://www.iaeme.com/IJECET/index.asp 70 editor@iaeme.com Figure 2 Formation of GUI and Deployation of nodes 6.1. Previous Work In the previous research, first energy feature and energy status are checked if conditions are favourable then the data is being transmitted , else it moves to the cyclostationary detection, and checks for the favourable conditions and transmits data if the free band slot available there or wait for the next round of the communication . Step1: Initialization of the system. Step2: For checking free band, energy detection is done. Step3: In energy detection, we have done deployment of the number of nodes and source and sink nodes are generated. Step 4: The energy feature and energy status are checked if conditions are in favor of free band it will shift and if it is not in favor it will not send. CASES: Case 1: if(Ens_f_prb1>5) if(Ens_s_prb1==0) Case 2: if(Ens_f_prb2>5) if(Ens_s_prb2==0) If energy feature and energy status both are in favor of private band 1 or private band 2 slot is free and this is called true detection. If energy feature is in favor but when we check for the energy status and it’s not in favor then it is called false detection. Private band 1 and the private band 2 not free check other bands. So check private band 1 and private band 2 on the basis of cyclostationary feature.
  • 5. A Research on Non Cooperative Hybrid Spectrum Sensing Technique http://www.iaeme.com/IJECET/index.asp 71 editor@iaeme.com Case 3: if(Css_f_prb1>5) if(Css_s_prb1==0) Case 4: if(Css_f_prb2>5) if(Css_s_prb2==0) If cyclostationary feature and cyclostationary status both are in favor of private band 1 or private band 2 slot is free and this is called true detection. If cyclostationary feature is in favor but when we check cyclostationary status and it’s not in favor then it is called false detection. Otherwise private band 1 and private band 2 slot not free on the basis of cyclostationary feature and status. Hence no free slot available so we cannot shift waits for the next round. 6.2. Proposed Work In proposed research, we directly goes to the cyclostationary detection by taking assumptions. Here we do not have to waste unnecessarily time while checking energy feature and energy status. If conditions are favourable then the data is transmitted otherwise it moves to check another band and checks for free slot and transmits data if free band slot available there else wait for next round of the communication . Step 5: if Distance > 200 and SNR < 0.50 , SNR and the distance value are not in favour then , it will directly moves to the cyclostationary detection. Step6: In the cyclostationary based detection, first we have deployed the number of nodes and from this source and sink nodes are being generated. Case 1: if(Css_f_prb1>5) if(Css_s_prb1==0) Case 2: if(Css_f_prb2>5) if(Css_s_prb2==0) If cyclostationary feature and cyclostationary status both are in favor of private band 1 and private band 2 slot is free and this is called true detection. If cyclostationary feature is in favor but when we check cyclostationary status and it’s not in favor then it is called false detection. Otherwise private band 1 and private band 2 slot not free on the basis of cyclostationary feature and status. Hence no free slot available so we cannot shift. Step7: if Distance<200 and SNR>0.50 or Distance>200 and SNR>0.50 or Distance<200 and SNR<0.50 then we use previous method of band shifting. Case 3: if(Ens_f_prb1>5) if(Ens_s_prb1==0) Case 4: if(Ens_f_prb2>5) if(Ens_s_prb2==0) If energy feature and energy status both are in favor of private band 1 and private band 2 slot is free and this is called true detection.
  • 6. Ramandeep Kaur and Sakshi Sharma http://www.iaeme.com/IJECET/index.asp 72 editor@iaeme.com If the energy feature is in favor but when we check the energy status and it’s not in favor then it is called false detection. Otherwise private band 1 and the private band 2 slot not free on the basis of the energy feature and therefore we check the energy status on the basis of the cyclostationary feature. Case 5: if(Css_f_prb1>5) if(Css_s_prb1==0) Case 6: if(Css_f_prb2>5) if(Css_s_prb2==0) If cyclostationary feature and cyclostationary status both are in favor of private band 1 and private band 2 slot is free, this is called true detection. If cyclostationary feature is in favor but when we check cyclostationary status and it’s not in favor then it is called false detection. Otherwise private band 1 and private band 2 slot is not free on basis of cyclostationary feature and status. So no free slot available we cannot shift wait for the next round of communication. Table 1 Simulation Parameters 7. CALCULATIONS Rounds1:100 Variables for Calculation: Det= 0; correct detection FDet= 0; false detection On the basis of cases formed before, the variables of false detection and true detection are incremented Det=Det+1 FDet= FDet+1 ENERGY E1(i)=energy(i)*rand(1) E2(i)=energy(i)*rand(1)/2
  • 7. A Research on Non Cooperative Hybrid Spectrum Sensing Technique http://www.iaeme.com/IJECET/index.asp 73 editor@iaeme.com THROUGHPUT Throughput1=(E1)*10 Throughput2=(E2)*10 7.1. Probability Tables (a) (b) Table2 PREVIOUS TECHNIQUE (a) False detection (b) Correct detection (a) (b) Table 3 HYBRID TECHNIQUE (a) False detection (b) Correct detection
  • 8. Ramandeep Kaur and Sakshi Sharma http://www.iaeme.com/IJECET/index.asp 74 editor@iaeme.com (a) (b) Table 4 THROUGHPUT (a) Previous (b) Proposed (a) (b) Table 5 ENERGY (a) Previous (b) Proposed
  • 9. A Research on Non Cooperative Hybrid Spectrum Sensing Technique http://www.iaeme.com/IJECET/index.asp 75 editor@iaeme.com 7.2. Simulated graphs for probability of false and correct detection versus rounds (a) (b) Figure 3 PREVIOUS TECHNIQUE (a) False detection (b) Correct detection (a) (b) Figure 4 HYBRID TECHNIQUE (a) False detection (b) Correct detection
  • 10. Ramandeep Kaur and Sakshi Sharma http://www.iaeme.com/IJECET/index.asp 76 editor@iaeme.com (a) (b) Figure 5 COMPARISON GRAPH (a) Previous (b) Proposed 7.3. Simulated Graphs for Accuracy, Error, Energy Left and Throughput Figure 6 Accuracy Figure 7 Error Figure 8 Energy Left Figure 9 Throughput
  • 11. A Research on Non Cooperative Hybrid Spectrum Sensing Technique http://www.iaeme.com/IJECET/index.asp 77 editor@iaeme.com Table 6 Comparison of Result Analysis for previous and proposed techniques 8. CONCLUSION In this Research, low complexity detector known as the hybrid model is implemented that is based on combination of two well-known spectrum sensing methods-energy and cyclostationary detection. This model is proposed to overcome flaws of energy detection and the cyclostationary detection. The results are obtained by plotting the graphs and simulation is done by using Matlab. With the proposed work improvement in the parameters like Throughput, accuracy, error and energy consumed has been done. Simulation results show that by using proposed model, the throughput is greatly improved with tolerable interference. This will help in increasing the efficiency of spectrum utilization without wasting unnecessary time. REFERENCES [1] Ramandeep Kaur, Sakshi Sharma, “A Review on Hybrid Spectrum Sensing based on Energy and Cyclostationary Techniques”,International Journal of Innovations in Engineering and Technology , Vol. 7, Issue 3, October 2016, pg.307-310. [2] F. F. Digham, M. S Alouini and M.K Simon, “On the energy detection of unknown signals over fading channels”, in Proc. IEEE International Conference on Communication (ICC003), May 2003, pp. 3575- 3579. [3] Yonghong Zeng, Ying Chang Liang, Anh Tuan Hoang, and Rui Zhang, A Review on Spectrum Sensing for Cognitive Radio: Challenges and Solutions, EURASIP Journal on Advances in Signal Processing 2010, Article ID 381465, pp: 1-15. [4] Z. Gao, H. Zhu, S. Li, and S. Du. Security and Privacy of Collaborative Spectrum Sensing In Cognitive Radio Networks, IEEE journal on Wireless Communications, Vol. 19, 2012, pp. 106-112, [5] S. Haykin, Cognitive radio: brain-empowered wireless communications, IEEE J. Sel. Areas Commun., vol. 23, 2005 ,pp. 201–220. [6] Verma, Pradeep Kumar, and Rajeshwar Lal Dua. Performance Analysis Of Energy Detection, Matched Filter Detection & Cyclostationary Feature Detection Spectrum Sensing Techniques. Indian Streams Research Journal 2.9 ,2012. [7] Shahzad A, Comparative Analysis of Primary Transmitter Detection Based Spectrum Sensing Techniques in Cognitive Radio Systems, Australian Journal of Basic and Applied Sciences,4(9) , INSInet Publication 2015 pp: 4522- 531 [8] M. Gandetto and C. Regazzoni, Spectrum sensing: A distributed approach for cognitive terminals, IEEE J. Sel. Areas Commun., vol.no. 3, pp. 546–557, Apr. 2007.
  • 12. Ramandeep Kaur and Sakshi Sharma http://www.iaeme.com/IJECET/index.asp 78 editor@iaeme.com [9] Bansal A.,Mahajan R., Building Cognitive Radio System Using Matlab , International Journal of Electronics and Computer Science Engineering, Vol. 1, Issue 3 ,2011. [10] Wenjing Y., Baoyu Z., A Two-Stage Spectrum Sensing Technique in Cognitive Radio Systems Based on Combining Energy Detection and One-Order Cyclostationary Feature Detection Web Information Systems and Applications, Vol. 9, pp. 327-330, may 2009. [11] Ramandeep Kaur, Sakshi Sharma, “Analysis of Hybrid model based on Energy and Cyclostationary Spectrum Sensing Techniques”, IJSER Research publication, Vol. 8, Issue 2, february 2017. [12] C. Basavaraju and Dr. Chandrakanth. H.G, FFT Based Spectrum Analysis Model for an Efficient Spectrum Sensing. International Journal of Advanced Research in Engineering and Technology (IJARET), 5(12), 2015, pp. 87–96 [13] N.Shribala Dr.P.Srihari and Dr.B.C.Jinaga , Data Falsification Lenient Secure Spectrum Sensing by Cognitive user Reliability Verification, International Journal of Electronics and Communication Engineering & Technology, 7 (3), 2016, pp. 59–67.