SlideShare a Scribd company logo
1 of 18
Bayesian-Based Spectrum Sensing and Optimal
Channel Estimation for MAC Layer Protocol in
Cognitive Radio Sensor Networks
Name- Dilshad Ahmad
Roll No-MT/EC/10007/19
Subject Code-EC605
ECE Dept. , BIT Mesra, Ranchi, 835215
12/14/2020
1
Subject: Cognitive Radio and Network
Presentation Outline
 Introduction
 Spectrum sensing
 Schematic diagram of spectrum sensing.
 Development of the test statistics for the spectrum sensing in CR
 ONBC for spectrum sensing
 Optimizing the Bayesian parameters based on the Bat Bird Swarm Optimization
Algorithm (BBSA)
 Algorithms for BBSA
 Conclusion
 References
12/14/2020
ECE Dept. BIT Mesra, Ranchi
2
Introduction
 Cognitive Radio(CR) technology is employed for ensuring access over the flexible
spectrum through the usage of the dynamic allocation schemes for spectrum.
 CR users are referred to as secondary users (SUs), and they engage in continuously
sensing the licensed users regarding the transmission.
 CR users can allocate only an unused portion of the spectrum. Therefore, these users
should monitor the available spectrum bands, capture their information and then
detect spectrum holes.
 Once the CRs detect few channels to be free, it is essential to estimate the channel
gain before the initiation of the data transmission.
12/14/2020
ECE Dept. BIT Mesra, Ranchi
3
spectrum sensing
 spectrum sensing is done using the optimal naive Bayes classifier (ONBC) based on the
signal statistics, such as energy and likelihood ratio.
 The ONBC is developed by integrating the bat–bird swarm algorithm (BBSA) with the
naive Bayes classifier, which works based on the Bayesian concept.
 The BBSA is newly developed by integrating the bird swarm algorithm (BSA) and bat
algorithm. Finally, the channel estimation is done using the pilot-based sequential
procedure and least square estimation (LSE).
12/14/2020
ECE Dept. BIT Mesra, Ranchi
4
Schematic diagram of spectrum sensing
12/14/2020
ECE Dept. BIT Mesra, Ranchi
5
IFFT
CP Insertion
Parallel to series convertor
Assigning the sub-carrier
Serial parallel Convertor
Data
Channel
Pilot based sequential
procedure and least
square error (LSE)
Spectral sensing
Bird Swam
Algorithm (BSA)
BAT Algorithm
BAT Bird Swam
Algorithm (BBSA)
Optimal Naïve Bayes
Classifier (ONBC)
series to parallel convertor
FFT
CP Removal
Channel Estimation
Detection
Parallel to series convertor
Data
Development of the test statistics for the spectrum sensing in CR
 The desired data is represented as M. The data sample matrix is denoted as
𝐷 = 𝐽 ∗ 𝑀 + 𝑁
 where J and N are the channel gain and thermal noise matrix. The channel matrix is given as:
𝐽 = 𝐽 𝑢𝑣 𝑣×𝑢
where Jub is the channel gain between the uth sensor and bth transmitter.
 Notation for the thermal noise matrix is given as:
𝑁 = 𝑁 𝑢𝑣 𝑞×𝑦
 The ensemble covariance matrix corresponding to the received signal is given as :
𝑉 = 𝐸𝑥𝑝𝑒𝑐𝑡𝑒𝑑 𝐷 𝐷+
12/14/2020
ECE Dept. BIT Mesra, Ranchi
6
Continued..
12/14/2020
ECE Dept. BIT Mesra, Ranchi
7
 matrix is modified using the maximum likelihood estimate (MLE) from which the sample is denoted as
𝑉 =
1
𝑦
𝐷 𝐷+
Once the covariance matrix C is computed, the energy of the signal and the eigen statistics are
determined, which are given as input to the ONGC model:
 The eigenvalue of V is computed and is represented as:
𝑒1 ≤ 𝑒2 ≤ 𝑒3 ≤ ⋯ 𝑒 𝑞
 Thus, the energy statistics is represented as:
𝑒 =
𝑒1
1
𝑞 𝑢=1
𝑞
𝑒 𝑢
 where eu is the eigenvalue of the uth sensor. The eigen statistics is found using the formula as:
𝜀 =
𝑒1
1
𝑝 × 𝑘2 𝑢=1
𝑞
𝑒 𝑢
ONBC for spectrum sensing
 The energy statistics and the maximum likelihood of the received signal are employed for
predicting the channel occupancy, which is progressed using the BBSA based NB
classifier.
 Let us represent the input of the optimal NB classifier as :
𝐎 = 𝑂𝑁𝐵 𝜖 , 𝑒
 The Bayesian rule is based on the posterior probability, which is computed based on the
likelihood, class prior probability and prior probability of the class. Accordingly, the
probability measure is given as:
𝑃𝑜𝑠𝑡 = arg max 𝑃(𝑐 𝑟)
𝑣=1
𝑦
𝑃(𝑓𝑣||𝑐 𝑟)
12/14/2020
ECE Dept. BIT Mesra, Ranchi
8
Continued…
 The probability of the vth signal characteristics with respect to the class is computed as:
 where σ2 refers to the variance of y features from the signal and μr corresponds to the
mean of y
 The computation process of standard NB is time consuming and may cause computational
error.
 Thus, to provide the effective solution, introduces an optimization algorithm, BBSA, that
aims at tuning the NB parameters optimally
12/14/2020
ECE Dept. BIT Mesra, Ranchi
9
Optimizing the Bayesian parameters based on the Bat
Bird Swarm Optimization Algorithm(BBSA)
 The ultimate aim of BBSA optimization is to tune the Bayesian parameters to derive the class
in order to decide the availability of the spectrum before the allocation of the band to any SU.
 It is based on the social behaviour of birds that follow some idealistic rules that follow: the
individual bird switches between the vigilance behaviour and foraging behaviour of birds.
 When foraging is in progress, the individual bird records and updates the previous experience
and their position, and in addition, the best experience of the swarms is updated, which is
regarding the location of food.
 In case of the vigilance behaviour, the individual birds move towards the centre of the swarm.
The vigilance behaviour is affected when there is a possibility of the interference. At the same
time, the birds switches between scrounging and producing when birds are trying to fly from
one site to another.
12/14/2020
ECE Dept. BIT Mesra, Ranchi
10
Continued…
 So here
Secondary User is Bird
Spectrum is Food
1. Initialization In the first step, the parameters of the optimization including the
population are initialized, which includes Wg,h; (1 ≤ g ≤ y), where y is the population
size, ζ max as the maximal iteration, Pro as the probability of foraging food and fr is
the frequency of flight behaviour of birds.
2. Evaluate the fitness The fitness of the solutions is evaluated, and the solution
acquiring the better value of the fitness is declared as the effective solution. Thus,
initially, the solutions are randomly initialized and then updated at the end of
each iteration based on the probability.
12/14/2020
ECE Dept. BIT Mesra, Ranchi
11
Continued…
3. Position update of the birds For updating their positions, the birds have three
stages, which is decided based on the probability Pro. Whenever the random
number R(0, 1) < Pro, then the update is based on the foraging behaviour or else the
vigilance behaviour commences. On the other hand, swarm is split as scroungers and
producers, which is modelled as flight behaviours.
4. Foraging behaviour of the birds: The individual bird searches for the food based on
their own experience and swarm behaviour, The standard equation modelling the
foraging behaviour of the birds is given by
12/14/2020
ECE Dept. BIT Mesra, Ranchi
12
Continued…
5. Vigilance behaviour of birds: In the vigilance behaviour, the bird moves towards the
centre of the swarm and compete among each other, the vigilance behaviour is
modified using the bat optimization. The standard equation of BSA in the vigilance
behaviour of birds is given as
12/14/2020
ECE Dept. BIT Mesra, Ranchi
13
Continued…
6. Flight behaviour: This behaviour of the bird progresses when the birds fly to another
site in case of any threatening events and foraging mechanisms. When the birds reach
a new site, they forage for food. Few birds in the group try acting as producers and few
as scroungers. The behaviour is modelled as
where Rr(0, 1) specifies the Gaussian distributed random number with zero-mean and one-
standard deviation.
7. Check the feasibility of the solution: The fitness of the best solution in the current
iteration is compared with that of the previous solution and retained in case of the best
fitness.
8. Termination: The steps are repeated for the maximal number of iterations. Thus, the
solution from BBSA is the optimal value of the Bayesian parameters such that ONBC
performs the optimal sensing in CR. 12/14/2020
ECE Dept. BIT Mesra, Ranchi
14
12/14/2020
ECE Dept. BIT Mesra, Ranchi
15 Output: Best solution
Parameters: y→population size; τ max→ maximal iteration,
Pr o→probability of foraging food, fr→frequency of flight
behaviour of birds
1. Initialization
2. Read the parameters
3. Determine the fitness of the solutions
4. While τ < τ max
5. For g = 1: y
6. If R (0, 1) < Pr o
7. Foraging behaviour using equation (22)
8. Else
9. Vigilance behaviour using equation (29)
10. EndIF
11. End for
12. Else
13. Split the swarm as scroungers and producers
14. For g = 1: y
15. If g is a producer
16. Update using Equation (30)
17. Else
18. Update using Equation (31)
19. EndIF
20. End for
21. Check the feasibility of the solutions
22. Return the best solution
23. τ = τ + 1
24. EndWhile
Algorithm:PseudocodeofBBSAoptimization
Proposed BBSA optimization
Input: bird swarm population Wg,h; (1 ≤ g ≤ y
Conclusion:
 The Bayesian-Based Spectrum Sensing for MAC-layer protocol in CR Networks is
done. The spectrum sensing is done based on the ONBC that uses the signal
statistics, like energy and likelihood ratio for which the proposed BBSA optimization
is used with the naive Bayes classifier. The proposed ONBC obtains the Bayesian
parameters of the naive Bayes classifier.
12/14/2020ECE Dept. BIT Mesra, Ranchi
16
References
[1].Tsiropoulos, G.I., Dobre, O.A., Ahmed, M.H. and Baddour, K.E. (2016) Radio resource
allocation techniques for efficient spectrum access in cognitive radio networks. IEEE
Commun. Surv. Tut., 18, 824–847.
[2]. Zhao, Q. and Swami, A. (2007) A survey of dynamic spectrum access: Signal processing
and networking perspectives. IEEE international conference on Acoustics, speech and signal
processing, ICASSP, 4, IV–1349.
[3] Akyildiz, F., Lee, W.-Y., Vuran, M.C. and Mohanty, S. (2008) A survey onspectrum
management in cognitive radio networks. IEEE Commun. Mag., 46, 40–48.
[4]. Akyildiz, I.F., Lee, W.-Y., Vuran, M.C. and Mohanty, S. (2006) NeXt generation/dynamic
spectrum access/cognitive radio wireless networks: A survey. Comput. Netw., 50, 2127–2159.
[5] Maity, S.P., Chatterjee, S. and Acharya, T. (2016) On optimal fuzzy c-means clustering for
energy efficient cooperative spectrum sensing in cognitive radio networks. Digital Signal
Process., 49, 104–115.
[5]. Jemish V Maisuria,and Saurabh N Mehta, Bayesian-Based Spectrum Sensing and Optimal
Channel Estimation for MAC Layer Protocol in Cognitive Radio Sensor Networks
12/14/2020
ECE Dept. BIT Mesra, Ranchi
17
12/14/2020
ECE Dept. BIT Mesra, Ranchi
18

More Related Content

Similar to Spectrum Sensing in Cognitive Radio Network

ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...mathsjournal
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...mathsjournal
 
Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...
Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...
Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...mathsjournal
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...mathsjournal
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...mathsjournal
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...mathsjournal
 
Swarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman ProblemSwarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman ProblemIRJET Journal
 
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing IJECEIAES
 
The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...
The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...
The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...IJECEIAES
 
Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...
Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...
Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...gerogepatton
 
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...gerogepatton
 
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...ijaia
 
Cooperative Spectrum Sensing Technique Based on Blind Detection Method
Cooperative Spectrum Sensing Technique Based on Blind Detection MethodCooperative Spectrum Sensing Technique Based on Blind Detection Method
Cooperative Spectrum Sensing Technique Based on Blind Detection MethodINFOGAIN PUBLICATION
 
Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...
Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...
Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...Sri Manakula Vinayagar Engineering College
 
Channel and clipping level estimation for ofdm in io t –based networks a review
Channel and clipping level estimation for ofdm in io t –based networks a reviewChannel and clipping level estimation for ofdm in io t –based networks a review
Channel and clipping level estimation for ofdm in io t –based networks a reviewIJARIIT
 
19 16112 paper 097 ijeecs(edit)
19 16112 paper 097 ijeecs(edit)19 16112 paper 097 ijeecs(edit)
19 16112 paper 097 ijeecs(edit)IAESIJEECS
 
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...IOSR Journals
 
Acquisition of Long Pseudo Code in Dsss Signal
Acquisition of Long Pseudo Code in Dsss SignalAcquisition of Long Pseudo Code in Dsss Signal
Acquisition of Long Pseudo Code in Dsss SignalIJMER
 

Similar to Spectrum Sensing in Cognitive Radio Network (20)

ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
 
Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...
Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...
Entropy Based Assesment Of Hydromatric Networks Normal And Log Normal Distrib...
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
 
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
ENTROPY BASED ASSESSMENT OF HYDROMETRIC NETWORK USING NORMAL AND LOG-NORMAL D...
 
Swarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman ProblemSwarm Intelligence Technique ACO and Traveling Salesman Problem
Swarm Intelligence Technique ACO and Traveling Salesman Problem
 
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
Ant Colony Optimization for Optimal Low-Pass State Variable Filter Sizing
 
The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...
The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...
The Effect of Updating the Local Pheromone on ACS Performance using Fuzzy Log...
 
Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...
Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...
Modeling the Chlorophyll-a from Sea Surface Reflectance in West Africa by Dee...
 
G017513945
G017513945G017513945
G017513945
 
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
 
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
MODELING THE CHLOROPHYLL-A FROM SEA SURFACE REFLECTANCE IN WEST AFRICA BY DEE...
 
Cooperative Spectrum Sensing Technique Based on Blind Detection Method
Cooperative Spectrum Sensing Technique Based on Blind Detection MethodCooperative Spectrum Sensing Technique Based on Blind Detection Method
Cooperative Spectrum Sensing Technique Based on Blind Detection Method
 
E021052327
E021052327E021052327
E021052327
 
Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...
Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...
Performance Analysis of MIMO–OFDM for PCHBF , RELAY Technique with MMSE For T...
 
Channel and clipping level estimation for ofdm in io t –based networks a review
Channel and clipping level estimation for ofdm in io t –based networks a reviewChannel and clipping level estimation for ofdm in io t –based networks a review
Channel and clipping level estimation for ofdm in io t –based networks a review
 
19 16112 paper 097 ijeecs(edit)
19 16112 paper 097 ijeecs(edit)19 16112 paper 097 ijeecs(edit)
19 16112 paper 097 ijeecs(edit)
 
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
A Solution to Optimal Power Flow Problem using Artificial Bee Colony Algorith...
 
Acquisition of Long Pseudo Code in Dsss Signal
Acquisition of Long Pseudo Code in Dsss SignalAcquisition of Long Pseudo Code in Dsss Signal
Acquisition of Long Pseudo Code in Dsss Signal
 

More from DILSHAD AHMAD

Link adaptation and Adaptive coding,modulation system
Link adaptation and Adaptive coding,modulation systemLink adaptation and Adaptive coding,modulation system
Link adaptation and Adaptive coding,modulation systemDILSHAD AHMAD
 
Wireless power transmission for implantable medical devices
Wireless power transmission for implantable medical devicesWireless power transmission for implantable medical devices
Wireless power transmission for implantable medical devicesDILSHAD AHMAD
 
Network information theory,Multiterminal Network,Guassian channels
Network information theory,Multiterminal Network,Guassian channelsNetwork information theory,Multiterminal Network,Guassian channels
Network information theory,Multiterminal Network,Guassian channelsDILSHAD AHMAD
 
MIMO Antenna and Technology installation
MIMO Antenna and Technology installationMIMO Antenna and Technology installation
MIMO Antenna and Technology installationDILSHAD AHMAD
 
Broadband technology wired and wireless
Broadband technology wired and wireless Broadband technology wired and wireless
Broadband technology wired and wireless DILSHAD AHMAD
 
Disaster Risk Reduction Agenda of Urban Africa
Disaster Risk Reduction Agenda of Urban Africa Disaster Risk Reduction Agenda of Urban Africa
Disaster Risk Reduction Agenda of Urban Africa DILSHAD AHMAD
 

More from DILSHAD AHMAD (8)

Link adaptation
Link adaptationLink adaptation
Link adaptation
 
Link adaptation and Adaptive coding,modulation system
Link adaptation and Adaptive coding,modulation systemLink adaptation and Adaptive coding,modulation system
Link adaptation and Adaptive coding,modulation system
 
Wireless power transmission for implantable medical devices
Wireless power transmission for implantable medical devicesWireless power transmission for implantable medical devices
Wireless power transmission for implantable medical devices
 
Hamming code system
Hamming code systemHamming code system
Hamming code system
 
Network information theory,Multiterminal Network,Guassian channels
Network information theory,Multiterminal Network,Guassian channelsNetwork information theory,Multiterminal Network,Guassian channels
Network information theory,Multiterminal Network,Guassian channels
 
MIMO Antenna and Technology installation
MIMO Antenna and Technology installationMIMO Antenna and Technology installation
MIMO Antenna and Technology installation
 
Broadband technology wired and wireless
Broadband technology wired and wireless Broadband technology wired and wireless
Broadband technology wired and wireless
 
Disaster Risk Reduction Agenda of Urban Africa
Disaster Risk Reduction Agenda of Urban Africa Disaster Risk Reduction Agenda of Urban Africa
Disaster Risk Reduction Agenda of Urban Africa
 

Recently uploaded

Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 

Recently uploaded (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

Spectrum Sensing in Cognitive Radio Network

  • 1. Bayesian-Based Spectrum Sensing and Optimal Channel Estimation for MAC Layer Protocol in Cognitive Radio Sensor Networks Name- Dilshad Ahmad Roll No-MT/EC/10007/19 Subject Code-EC605 ECE Dept. , BIT Mesra, Ranchi, 835215 12/14/2020 1 Subject: Cognitive Radio and Network
  • 2. Presentation Outline  Introduction  Spectrum sensing  Schematic diagram of spectrum sensing.  Development of the test statistics for the spectrum sensing in CR  ONBC for spectrum sensing  Optimizing the Bayesian parameters based on the Bat Bird Swarm Optimization Algorithm (BBSA)  Algorithms for BBSA  Conclusion  References 12/14/2020 ECE Dept. BIT Mesra, Ranchi 2
  • 3. Introduction  Cognitive Radio(CR) technology is employed for ensuring access over the flexible spectrum through the usage of the dynamic allocation schemes for spectrum.  CR users are referred to as secondary users (SUs), and they engage in continuously sensing the licensed users regarding the transmission.  CR users can allocate only an unused portion of the spectrum. Therefore, these users should monitor the available spectrum bands, capture their information and then detect spectrum holes.  Once the CRs detect few channels to be free, it is essential to estimate the channel gain before the initiation of the data transmission. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 3
  • 4. spectrum sensing  spectrum sensing is done using the optimal naive Bayes classifier (ONBC) based on the signal statistics, such as energy and likelihood ratio.  The ONBC is developed by integrating the bat–bird swarm algorithm (BBSA) with the naive Bayes classifier, which works based on the Bayesian concept.  The BBSA is newly developed by integrating the bird swarm algorithm (BSA) and bat algorithm. Finally, the channel estimation is done using the pilot-based sequential procedure and least square estimation (LSE). 12/14/2020 ECE Dept. BIT Mesra, Ranchi 4
  • 5. Schematic diagram of spectrum sensing 12/14/2020 ECE Dept. BIT Mesra, Ranchi 5 IFFT CP Insertion Parallel to series convertor Assigning the sub-carrier Serial parallel Convertor Data Channel Pilot based sequential procedure and least square error (LSE) Spectral sensing Bird Swam Algorithm (BSA) BAT Algorithm BAT Bird Swam Algorithm (BBSA) Optimal Naïve Bayes Classifier (ONBC) series to parallel convertor FFT CP Removal Channel Estimation Detection Parallel to series convertor Data
  • 6. Development of the test statistics for the spectrum sensing in CR  The desired data is represented as M. The data sample matrix is denoted as 𝐷 = 𝐽 ∗ 𝑀 + 𝑁  where J and N are the channel gain and thermal noise matrix. The channel matrix is given as: 𝐽 = 𝐽 𝑢𝑣 𝑣×𝑢 where Jub is the channel gain between the uth sensor and bth transmitter.  Notation for the thermal noise matrix is given as: 𝑁 = 𝑁 𝑢𝑣 𝑞×𝑦  The ensemble covariance matrix corresponding to the received signal is given as : 𝑉 = 𝐸𝑥𝑝𝑒𝑐𝑡𝑒𝑑 𝐷 𝐷+ 12/14/2020 ECE Dept. BIT Mesra, Ranchi 6
  • 7. Continued.. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 7  matrix is modified using the maximum likelihood estimate (MLE) from which the sample is denoted as 𝑉 = 1 𝑦 𝐷 𝐷+ Once the covariance matrix C is computed, the energy of the signal and the eigen statistics are determined, which are given as input to the ONGC model:  The eigenvalue of V is computed and is represented as: 𝑒1 ≤ 𝑒2 ≤ 𝑒3 ≤ ⋯ 𝑒 𝑞  Thus, the energy statistics is represented as: 𝑒 = 𝑒1 1 𝑞 𝑢=1 𝑞 𝑒 𝑢  where eu is the eigenvalue of the uth sensor. The eigen statistics is found using the formula as: 𝜀 = 𝑒1 1 𝑝 × 𝑘2 𝑢=1 𝑞 𝑒 𝑢
  • 8. ONBC for spectrum sensing  The energy statistics and the maximum likelihood of the received signal are employed for predicting the channel occupancy, which is progressed using the BBSA based NB classifier.  Let us represent the input of the optimal NB classifier as : 𝐎 = 𝑂𝑁𝐵 𝜖 , 𝑒  The Bayesian rule is based on the posterior probability, which is computed based on the likelihood, class prior probability and prior probability of the class. Accordingly, the probability measure is given as: 𝑃𝑜𝑠𝑡 = arg max 𝑃(𝑐 𝑟) 𝑣=1 𝑦 𝑃(𝑓𝑣||𝑐 𝑟) 12/14/2020 ECE Dept. BIT Mesra, Ranchi 8
  • 9. Continued…  The probability of the vth signal characteristics with respect to the class is computed as:  where σ2 refers to the variance of y features from the signal and μr corresponds to the mean of y  The computation process of standard NB is time consuming and may cause computational error.  Thus, to provide the effective solution, introduces an optimization algorithm, BBSA, that aims at tuning the NB parameters optimally 12/14/2020 ECE Dept. BIT Mesra, Ranchi 9
  • 10. Optimizing the Bayesian parameters based on the Bat Bird Swarm Optimization Algorithm(BBSA)  The ultimate aim of BBSA optimization is to tune the Bayesian parameters to derive the class in order to decide the availability of the spectrum before the allocation of the band to any SU.  It is based on the social behaviour of birds that follow some idealistic rules that follow: the individual bird switches between the vigilance behaviour and foraging behaviour of birds.  When foraging is in progress, the individual bird records and updates the previous experience and their position, and in addition, the best experience of the swarms is updated, which is regarding the location of food.  In case of the vigilance behaviour, the individual birds move towards the centre of the swarm. The vigilance behaviour is affected when there is a possibility of the interference. At the same time, the birds switches between scrounging and producing when birds are trying to fly from one site to another. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 10
  • 11. Continued…  So here Secondary User is Bird Spectrum is Food 1. Initialization In the first step, the parameters of the optimization including the population are initialized, which includes Wg,h; (1 ≤ g ≤ y), where y is the population size, ζ max as the maximal iteration, Pro as the probability of foraging food and fr is the frequency of flight behaviour of birds. 2. Evaluate the fitness The fitness of the solutions is evaluated, and the solution acquiring the better value of the fitness is declared as the effective solution. Thus, initially, the solutions are randomly initialized and then updated at the end of each iteration based on the probability. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 11
  • 12. Continued… 3. Position update of the birds For updating their positions, the birds have three stages, which is decided based on the probability Pro. Whenever the random number R(0, 1) < Pro, then the update is based on the foraging behaviour or else the vigilance behaviour commences. On the other hand, swarm is split as scroungers and producers, which is modelled as flight behaviours. 4. Foraging behaviour of the birds: The individual bird searches for the food based on their own experience and swarm behaviour, The standard equation modelling the foraging behaviour of the birds is given by 12/14/2020 ECE Dept. BIT Mesra, Ranchi 12
  • 13. Continued… 5. Vigilance behaviour of birds: In the vigilance behaviour, the bird moves towards the centre of the swarm and compete among each other, the vigilance behaviour is modified using the bat optimization. The standard equation of BSA in the vigilance behaviour of birds is given as 12/14/2020 ECE Dept. BIT Mesra, Ranchi 13
  • 14. Continued… 6. Flight behaviour: This behaviour of the bird progresses when the birds fly to another site in case of any threatening events and foraging mechanisms. When the birds reach a new site, they forage for food. Few birds in the group try acting as producers and few as scroungers. The behaviour is modelled as where Rr(0, 1) specifies the Gaussian distributed random number with zero-mean and one- standard deviation. 7. Check the feasibility of the solution: The fitness of the best solution in the current iteration is compared with that of the previous solution and retained in case of the best fitness. 8. Termination: The steps are repeated for the maximal number of iterations. Thus, the solution from BBSA is the optimal value of the Bayesian parameters such that ONBC performs the optimal sensing in CR. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 14
  • 15. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 15 Output: Best solution Parameters: y→population size; τ max→ maximal iteration, Pr o→probability of foraging food, fr→frequency of flight behaviour of birds 1. Initialization 2. Read the parameters 3. Determine the fitness of the solutions 4. While τ < τ max 5. For g = 1: y 6. If R (0, 1) < Pr o 7. Foraging behaviour using equation (22) 8. Else 9. Vigilance behaviour using equation (29) 10. EndIF 11. End for 12. Else 13. Split the swarm as scroungers and producers 14. For g = 1: y 15. If g is a producer 16. Update using Equation (30) 17. Else 18. Update using Equation (31) 19. EndIF 20. End for 21. Check the feasibility of the solutions 22. Return the best solution 23. τ = τ + 1 24. EndWhile Algorithm:PseudocodeofBBSAoptimization Proposed BBSA optimization Input: bird swarm population Wg,h; (1 ≤ g ≤ y
  • 16. Conclusion:  The Bayesian-Based Spectrum Sensing for MAC-layer protocol in CR Networks is done. The spectrum sensing is done based on the ONBC that uses the signal statistics, like energy and likelihood ratio for which the proposed BBSA optimization is used with the naive Bayes classifier. The proposed ONBC obtains the Bayesian parameters of the naive Bayes classifier. 12/14/2020ECE Dept. BIT Mesra, Ranchi 16
  • 17. References [1].Tsiropoulos, G.I., Dobre, O.A., Ahmed, M.H. and Baddour, K.E. (2016) Radio resource allocation techniques for efficient spectrum access in cognitive radio networks. IEEE Commun. Surv. Tut., 18, 824–847. [2]. Zhao, Q. and Swami, A. (2007) A survey of dynamic spectrum access: Signal processing and networking perspectives. IEEE international conference on Acoustics, speech and signal processing, ICASSP, 4, IV–1349. [3] Akyildiz, F., Lee, W.-Y., Vuran, M.C. and Mohanty, S. (2008) A survey onspectrum management in cognitive radio networks. IEEE Commun. Mag., 46, 40–48. [4]. Akyildiz, I.F., Lee, W.-Y., Vuran, M.C. and Mohanty, S. (2006) NeXt generation/dynamic spectrum access/cognitive radio wireless networks: A survey. Comput. Netw., 50, 2127–2159. [5] Maity, S.P., Chatterjee, S. and Acharya, T. (2016) On optimal fuzzy c-means clustering for energy efficient cooperative spectrum sensing in cognitive radio networks. Digital Signal Process., 49, 104–115. [5]. Jemish V Maisuria,and Saurabh N Mehta, Bayesian-Based Spectrum Sensing and Optimal Channel Estimation for MAC Layer Protocol in Cognitive Radio Sensor Networks 12/14/2020 ECE Dept. BIT Mesra, Ranchi 17
  • 18. 12/14/2020 ECE Dept. BIT Mesra, Ranchi 18