Hardware Implementation of K-means Clustering Based Spectrum Sensing Using USRP in a Cognitive Radio System

Size: px
Start display at page:

Download "Hardware Implementation of K-means Clustering Based Spectrum Sensing Using USRP in a Cognitive Radio System"

Transcription

1 Hardware Implementation of K-means Clustering Based Spectrum Sensing Using USRP in a Cognitive Radio System Anirudh Agarwal 1, Himanshu Jain 1, Ranjan Gangopadhyay 2 and Soumitra Debnath 2 Department of ECE The LNM Institute of Information Technology Jaipur, India 1 {a1anirudh, himanshujain.lnmiit}@gmail.com, 2 {ranjan_iitkgp, soumitra_deb@yahoo.com Abstract An accurate detection of spectrum opportunities is a key factor in governing the efficient spectrum usage in a cognitive radio (CR) system. Energy detection based spectrum sensing has been widely used due to its ease of implementation with lower computational complexity; however, its robustness and performance are highly affected by the noise uncertainty. In the present work, a real time hardware implementable spectrum sensor has been realized and tested for an unsupervised learning based K-means clustering approach, to detect the white spaces in the spectrum. A CR network with one primary transmitter and two secondary nodes has been considered for which the data is collected over an FM band using a software defined radio peripheral, i.e. USRP B210. The whole system has been implemented with the help of MATLAB Simulink & Xilinx System Generator. The decision accuracy of the proposed algorithm is verified at different values of the signal-to-noise ratios (SNRs) and found that the classification based sensing is quite accurate even at low SNR region. Keywords- machine learning; K-means clustering; real time hardware implementation; USRP; dynamic spectrum access; spectrum sensing. I. INTRODUCTION In the recent past, CR technology has attracted significant attention towards detecting the vacant spaces in the spectrum and intelligently utilize them without creating harmful interference to the primary (licensed) incumbents. Spectrum sensing (SS) is, therefore, the most important function of CR for accurate detection of white spectrum. So far, several SS techniques have been discussed in the literature, among which Energy detection is the most widely used, due to its simplicity in implementation and probably the lowest computational complexity [1]. But, unfortunately, in low SNR regimes, its performance is drastically degraded. In order to combat the noise uncertainty, eigen value based sensing method has been proved to be robust; however, it is mathematically more complex to realize and implement [2]. Apart from these two, there are other cumbersome spectrum sensing techniques which have been investigated but almost of them are not blind and require knowledge about the primary user (PU) activity [3-5]. Moreover, the performance of every SS technique is severely affected by the inaccurate choice of the decision threshold. A decision threshold cannot be fixed, unlike the case in most of the available methods of SS, and needs to be dynamically updated depending upon the nature of the PU traffic and channel conditions. This calls for an online learning method which would adaptively set the threshold in accordance with the data received at the secondary node. Machine learning (ML) algorithms have plethora of applications ranging from problems like classification and clustering to problems like modeling and prediction. Consequently, it is recognized as a powerful tool for a CR system as well opening up new possibilities of versatile dynamic spectrum allocation (DSA) applications viz. spectrum sensing, spectrum occupancy modeling, spectrum prediction etc [6]. In supervised ML, input and output datasets are provided to train the learning model while there is no provision of the information of output in the unsupervised ML and hence the model has to take its decision exclusively based on the input. Spectrum sensing can be easily thought of as a binary classification problem. In case of unsupervised learning based SS, once the model is trained, the decision threshold is found, which is further used for testing. The primary advantage of ML over other existing SS techniques is that it is an adaptive process of training a system with the efficacy and simplicity of implementation. Moreover, it doesn't require prior knowledge the PU signal, so it is a blind SS technique. There has not been much work done in the context of ML based SS in the existing literature. In [7], authors have used Support Vector Machines (SVM) and weighted K-nearest neighbor (KNN) techniques for SS in a cooperative scenario. Various ML techniques have been proposed and implemented in [8] i.e. K-mean clustering, Gaussian Mixture Model, SVM and KNN but all are the results are shown based on simulations. K-mean clustering has been used for cooperative SS in generalized к-μ fading channel in [9]. In this paper, we have realized the hardware implementation of K-mean clustering based unsupervised learning technique for SS in a CR system. To the best of authors' knowledge, the present work is the first real-time hardware implementation of an SS technique which is based on ML. We have utilized two Universal Software Radio Peripheral (USRP) devices for receiving the

2 real time data from an FM transmitter station, thereby investigating a 1x2 SIMO system with one primary transmitter and two secondary receivers. Further processing is done using MATLAB/Simulink software and for FPGA implementation, Xilinx System Generator is used. The remainder of this work is organized as follows: Section II discusses about the SS system model, a brief mathematical description of K-mean clustering algorithm, and its experimental setup. Data collection and hardware implementation are described in Section III and IV respectively. The performance analysis and the results are presented in Section V. Finally, Section 6 concludes the paper. II. SYSTEM MODEL In our model, we have considered a CR network with 1x2 SIMO system, consisting of one PU transmitter and two secondary user (SU) receivers. Let A be the state of the PU transmitter. Correspondingly, A = 0 and A = 1 denote the OFF state and ON state. This in turn suggests that the channel availability, C is given by: 1, = 1; = 1, = 0 where C = -1 indicates that the channel is not available and C = 1 indicates that the channel is available. For multiple receiving nodes, we use a cooperative spectrum sensing based OR fusion rule [4]. So, in case of K-mean clustering, the classifier determines the energy of the samples received at both the receivers and depending upon the clusters, decides whether the channel belongs to available class or unavailable class. The normalized energy received at the k th node, E k is given by: (1) = ( ) (2) where N is the total number of samples in a particular window of observation, S k(j) is the j th received sample at the k th SU node, which is defined as: ( ) = h ( ) ( ) + ( ) (3) where h k(j) is j th channel coefficient, R(j) denotes the j th transmitted signal and N k(j) is the j th sample of an additive white Gaussian noise (AWGN). A. System Level Hardware Description: Real time signals are received at two SU nodes, in the form two USRP B210 devices, from FM transmitter station located in the city. The receiver end system architecture is shown in the Fig. 1. B. K-means clustering based classification For the purpose of classification, the received energy vectors are sent to the K-means clustering classifier, where they are used as the feature vectors (term used in machine learning) for training and get partitioned into K disjoint clusters with different centroids. The procedure for constructing the classifier is as follows: 1. Several energy vectors, E m are used for training the model where m = 1,2,3,..., M; M is a sufficiently large integer, where E = [E 1, E 2, E 3,..., E N]. 2.Once the training is done by K-means clustering algorithm, the location of the centroids is estimated for different clusters. 3.The classifier next predicts the channel availability using the test energy vectors. Let G r denote the centroid of the r th cluster where r=1, 2, 3,..., K with an assumption that G 1 is the average of E m R given that A = 0 due to the fact that the actual cluster will contain the noise only samples. However, the other clusters G r are defined as the average of all the feature vectors used for training in the set µ r where µ r = { E m E m Cluster r m}: = 1 (4) The K-means clustering algorithm finds the clusters based on the following optimization problem:,,, (5) i.e. minimization of the summation of the within cluster squared distance from all the points from their corresponding clusters summed over all the clusters. The whole algorithm is described in Algorithm 1. ALGORITHM 1 1. G 1 = Mean of E, conditioned on A = 0 2. G r : random initialization with r = 2,3,4,...,K 3. while G r is changed in the previous iteration do 4. Assign the closest corresponding cluster to every data point such that Eq. (5) is satisfied 5. = 2,3,4,, end while Once the training phase is over, i.e. all the clusters have been assigned the appropriate centroids (g i, i = 1,2,3,...,K), the prediction based on the test energy vectors (e) is carried out with the help of the ratio (λ) of the distance between the test energy vector & g 1 and the minimum distance between that test energy vector with all other centroids, i.e. λ,,,, (6)

3 USRP B210 Rx K-means classifier USRP Rx front end Figure 1: Receiver end System Level Architecture If eq. (6) is satisfied, then "e" is classified as the channel unavailable class, otherwise it belongs to the available class.the significance of λ (> 0) lies in tuning the values of the error probabilities, i.e. probability of false alarm and probability of misdetection. III. REAL TIME DATA COLLECTION In the present implementation, a real FM band signal with a carrier frequency of 94.3 MHz is received from the FM transmiter station located at Jaipur city, Rajsthan, India. The receiver consists of a bus series Universal Software Radio Peripheral (USRP B210), capable of receiving RF signals, which is interfaced with a host computer employing Software simulations through MATLAB/Simulink and Hardware cosimulation though Xilinx System Generator for DSP which is a part of Xilinx Vivado System Edition Design suite. The receiver end system level architecture has been shown in the Fig. 1. Ettus Research product USRP B210 hardware covers a frequency range of 70 MHz to 6 GHz Xilinx Spartan 6XC6SLX150 FPGA, enabling wide range of experimentation in TV/FM/Cellular/Wi-Fi bands. This transceiver has 2x2 MIMO capability which can stream up to 56 MHz of instantaneous bandwidth in 1x1 and that up to MHz in 2x2. It has an in-built daughterboard where the received signal is digitally processed. However, in Fig. 1, the daughterboard has been exclusively shown. Moreover, USRP B210 can easily be interfaced with various software platforms like GNU Radio and MATLAB/Simulink. The detailed steps for collecting the data and further processing are enumerated as follows: Step1: Firstly, an FM Transmitter model is developed in Simulink for the two USRPs. Step 2: Simultaneously, through a MATLAB script, the complex data received from USRPs is stored in two column vectors which are further converted into corresponding energy vectors. Step 3: Now, half of the data is passed to the K-means clustering classifier for training the model. Step 4: After training, the remaining data is used for testing; thereby verifying if the model is able to correctly classify the input data between channel available class and channel unavailable class. IV. HARDWARE IMPLEMENTATION USING XILINX SYSTEM GENERATOR The whole K-means clustering based spectrum sensing architecture implemented using MATLAB Simulink, with the help of Xilinx System Generator and Vivado High Level Synthesis (HLS), has been presented in Fig. 2. The motivation Figure 2: K-means clustering based Spectrum Sensing Architecture using Simulink and Xilinx System Generator for Hardware Implementation

4 behind using these tools is mainly the complexity of the algorithm under consideration. They, together, provide high flexibility and at the same time, simplicity with robustness in designing such systems, which are to be ultimately implemented over the FPGA (present on USRP B210, in this work) through hardware co-simulation [8]. Once the USRP is interfaced with MATLAB/Simulink, the RF signal complex data is recorded for further processing to get the energy vectors. This data is now fed to Xilinx System Generator block sets. A. Hardware Architecture/Design Description The blocks, colored in blue viz. Accumulator antenna 1, Accumulator antenna 2, K-means clustering algorithm for training and that for testing, which are used in Xilinx System Generator have been manually designed due to unavailability of the required blocks. For this purpose, Vivado HLS tool is utilized, where the required architectural blocks are coded in C++ language and then converted into RTL thereby exporting it to Xilinx System Generator as a System Generator input (IP) block. Those IPs are then connected and configured to give the final architecture. However, the blocks, colored in yellow, are the Xilinx Gateway In and Gateway Out blocks in between which the actual processing in System Generator is carried out. RF complex data is accumulated through two receiver antennas and converted into energy vectors in the Accumulator Antenna 1 & 2 blocks respectively. The energy vectors are further forwarded to the Algorithm 1 block. Some control signals have been used to indicate the valid energy samples and the intermediate delays are used for time synchronization. Moreover, there are provisional buffers in the algorithm block, which store the incoming energy samples until the number reaches a specified limit. The algorithm starts the training process over the received data and generates two centroids for the two clusters. The control signal done indicates the completion of the process. As soon as the training is completed, the final block Testing starts Figure 3: Unclustered training data with 500 sample points of received energy vectors at both antennas classifying the test data based on the computed centroid information through training. The results of the testing are stored and exported as MATLAB workspace variable for further calculation of the performance metrics. B. Real Time Model Verification (Testing phase): After training, for model verification, the USRP is tuned to a busy/idle FM band thereby checking the final result of channel availability in the form of binary decision. For this purpose, initially the energy of the input data samples is calculated. Subsequently, the distance of each energy vector is determined from each centroid and the centroid which is closer, is selected as the correct one assuming that one of the centroids is exclusively the average of noise only samples, i.e. the idle channel samples. V. PERFORMANCE EVALUATION, RESULTS AND DISCUSSION In this study, after the hardware implementation, the results have been obtained after collecting output information in the MATLAB software workspace. The total number of energy vectors that have been used in the present work is 1000, among which half is utilized for training while the remaining half is kept for testing the trained model. The size of each energy vector, i.e. the number of samples received at one SU node, N is taken as The data has been tested for three different SNR values, i.e db, - 4 db and - 8 db. The typical values of SNR are changed by varying the distance between the transmitter and the two receivers, then taking the corresponding average SNR. For this, we initially observe the received power when receiver antennas are tuned over transmitting frequency (case of signal + noise), then observe the same over the frequency where there is no transmission (noise only case). The receivers are kept at sufficiently apart so as to avoid any inter-channel interference. However, the effect of inter-receiver distance over the accuracy of the implemented sensing algorithm has not been covered in this study in order to limit the length of the paper. In Fig. 3, the normalized energy vectors at receiver antenna 1 and receiver antenna 2 are shown respectively at X- axis and Y-axis for SNR = - 4 db. The clustered version of the same dataset after training through K-means clustering classifier is depicted in Fig. 4. The data points colored in blue denote the channel unavailable class while the red colored data points belong to the channel available class. It is clearly visible that even in the real time scenario, the clustering is well performed in that both the clusters for noise only samples and combined signal with noise samples are quite accurately classified. Moreover, the performance of any spectrum sensing algorithm is best evaluated based on the receiver operating characteristics (ROC) curve. Fig. 5 shows the variation of probability of detection (P d) against probability of false-alarm (P fa) at the considered three values of SNR. P fa is a non-linear function of decision-threshold in any spectrum sensing algorithm [9], which in this case is mainly dependent over λ. The value of λ is varied for getting different values of P fa.

5 Normalized energy at Receiver Antenna 2 P d Clustering at SNR=-4 db Noise only samples Signal+Noise samples Centroid (channel available) Centroid (channel unavailable) Normalized energy at Receiver Antenna 1 Figure 4: Clustered data after training with two centroids SNR=0.4 db SNR=-4 db SNR=-8 db P fa Figure 5: Comparison of ROC for K-means clustering based Spectrum Sensing for 3 different SNRs Further, in a real-time situation, it is cumbersome to calculate P d through a closed-form mathematical expression. Hence, for a fixed value of P fa and SNR, P d is determined as the ratio of the number of instances when the test statistic is above threshold and the total number of instances. In Fig. 5, in accordance with the theoretical results of spectrum sensing [9], P d increases with increase in P fa at fixed SNR. In fact, the performance of the algorithm is fair enough at the SNR as lowas -8 db and that too in the presence of fading and various multipath effects when the whole real time system is implemented on hardware. However, some of the curves are not as smooth as simulation based results but that is due to the fluctuations in SNR values, fading and other distortion effects in real time case. TABLE I. Resource Utilization Table Name of the block BRAM_18K DSP48E FF LUT Accumulator Algorithm Testing Available A. Resource Utilization Table: The hardware resources utilized by each of the three blocks, i.e. Accumulator, Algorithm 1 and Testing are respectively listed in Table 1. It can be seen that only the algorithm block uses memory units (BRAM_18K) as it holds the incoming stream of data in the form of buffers for processing.clearly, the overall hardware resources utilized by the system whether in terms of memory units, signal processing units (DSP48E), flipflops (FF) or the look-up tables (LUT) are very less as compared to their availability and the system can still be realized quite easily and at a lower cost. The resources utilized depend on the size of training/test data for the algorithm. It increases with increase in data size. In our case, the total size of the data is , which is fairly sufficient for most applications. Similarly, the time complexity of processing of the blocks used in the system architecture is characterized by latency and the time gap one has to maintain between the two consecutive inputs. Based on these two parameters, the time taken by the algorithm to train the model is found to be microseconds. It is to note that the proposed clustering algorithm has been implemented utilizing FM band but it can be extended to any other band of RF spectrum with even more involvement of PU traffic dynamics. VI. CONCLUSION In this paper, we have dealt with the real time hardware realization of a machine learning based K-means clustering spectrum sensing technique which is much more robust and efficient in terms of noise uncertainty as well as computational complexity as compared to the conventional spectrum sensing algorithms. It has been found that the considered the algorithm performs significantly well even in the low SNR scenario. Moreover, the algorithm has an appreciable practical advantage in that its time and space (memory) complexity is remarkably low along with the ease of implementation on hardware with very less utilization of resources. In the future work, we aim to enhance the accuracy of the algorithm with more number of primary transmitters and receiving nodes in a real time case. In this work, we have assumed that the SU receiver sensitivity is optimum and would not affect the spectrum sensing decision. We would try to do away with this assumption and also extend the present hardware implementation to Linux based platforms like GNU

6 radio which is exclusively designed for the experimentation of USRP based applications. ACKNOWLEDGEMENT The authors acknowledge the financial support received from Information Technology Research Academy (ITRA), Department of Electronics and Information Technology (DeitY), Ministry of Communications & IT, Govt. of India. REFERENCES [1] Cordeiro, C., and K. Challapali. "Spectrum agile radios: utilization and sensing architectures." First IEEE International Symposium on New Frontiers in Dynamic Spectrum Access Networks, DySPAN IEEE, " [2] Zeng, Yonghong, and Ying-Chang Liang. "Maximum-minimum eigenvalue detection for cognitive radio." 2007 IEEE 18th International Symposium on Personal, Indoor and Mobile Radio Communications. IEEE, [3] Yucek, Tevfik, and Huseyin Arslan. "A survey of spectrum sensing algorithms for cognitive radio applications." IEEE communications surveys & tutorials 11.1 (2009): [4] Azmat, F., Yunfei Chen, and N. G. Stocks. "Analysis of spectrum occupancy using machine learning algorithms." IEEE Transactions on Vehicular Technology (2015). [5] Thilina, Karaputugala Madushan, et al. "Pattern classification techniques for cooperative spectrum sensing in cognitive radio networks: SVM and W-KNN approaches." Global Communications Conference (GLOBECOM), 2012 IEEE. IEEE, [6] Thilina, Karaputugala Madushan, et al. "Machine learning techniques for cooperative spectrum sensing in cognitive radio networks." IEEE Journal on selected areas in communications (2013): [7] Kumar, Vaibhav, et al. "K-mean clustering based cooperative spectrum sensing in generalized к-μ fading channels." Communication (NCC), 2016 Twenty Second National Conference on. IEEE, [8] Chaitanya, G. V., P. Rajalakshmi, and U. B. Desai. "Real time hardware implementable spectrum sensor for Cognitive Radio applications." 2012 International Conference on Signal Processing and Communications (SPCOM). IEEE, [9] Atapattu, Saman, Chintha Tellambura, and Hai Jiang. Energy detection for spectrum sensing in cognitive radio. Berlin: Springer, 2014.

Effect of Time Bandwidth Product on Cooperative Communication

Effect of Time Bandwidth Product on Cooperative Communication Surendra Kumar Singh & Rekha Gupta Department of Electronics and communication Engineering, MITS Gwalior E-mail : surendra886@gmail.com, rekha652003@yahoo.com Abstract Cognitive radios are proposed to

More information

Implementation of a Real-Time Rayleigh, Rician and AWGN Multipath Channel Emulator

Implementation of a Real-Time Rayleigh, Rician and AWGN Multipath Channel Emulator Implementation of a Real-Time Rayleigh, Rician and AWGN Multipath Channel Emulator Peter John Green Advanced Communication Department Communication and Network Cluster Institute for Infocomm Research Singapore

More information

Cooperative Spectrum Sensing and Decision Making Rules for Cognitive Radio

Cooperative Spectrum Sensing and Decision Making Rules for Cognitive Radio ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Internet of Things Cognitive Radio Technologies

Internet of Things Cognitive Radio Technologies Internet of Things Cognitive Radio Technologies Torino, 29 aprile 2010 Roberto GARELLO, Politecnico di Torino, Italy Speaker: Roberto GARELLO, Ph.D. Associate Professor in Communication Engineering Dipartimento

More information

1. Introduction. 2. Cognitive Radio. M. Jayasri 1, K. Kalimuthu 2, P. Vijaykumar 3

1. Introduction. 2. Cognitive Radio. M. Jayasri 1, K. Kalimuthu 2, P. Vijaykumar 3 Fading Environmental in Generalised Energy Detector of Wireless Incant M. Jayasri 1, K. Kalimuthu 2, P. Vijaykumar 3 1 PG Scholar, SRM University, Chennai, India 2 Assistant professor (Sr. Grade), Electronics

More information

IMPROVED PROBABILITY OF DETECTION AT LOW SNR IN COGNITIVE RADIOS

IMPROVED PROBABILITY OF DETECTION AT LOW SNR IN COGNITIVE RADIOS 87 IMPROVED PROBABILITY OF DETECTION AT LOW SNR IN COGNITIVE RADIOS Parvinder Kumar 1, (parvinderkr123@gmail.com)dr. Rakesh Joon 2 (rakeshjoon11@gmail.com)and Dr. Rajender Kumar 3 (rkumar.kkr@gmail.com)

More information

Cooperative Spectrum Sensing in Cognitive Radio

Cooperative Spectrum Sensing in Cognitive Radio Cooperative Spectrum Sensing in Cognitive Radio Project of the Course : Software Defined Radio Isfahan University of Technology Spring 2010 Paria Rezaeinia Zahra Ashouri 1/54 OUTLINE Introduction Cognitive

More information

Performance Evaluation of Energy Detector for Cognitive Radio Network

Performance Evaluation of Energy Detector for Cognitive Radio Network IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 5 (Nov. - Dec. 2013), PP 46-51 Performance Evaluation of Energy Detector for Cognitive

More information

Overview. Cognitive Radio: Definitions. Cognitive Radio. Multidimensional Spectrum Awareness: Radio Space

Overview. Cognitive Radio: Definitions. Cognitive Radio. Multidimensional Spectrum Awareness: Radio Space Overview A Survey of Spectrum Sensing Algorithms for Cognitive Radio Applications Tevfik Yucek and Huseyin Arslan Cognitive Radio Multidimensional Spectrum Awareness Challenges Spectrum Sensing Methods

More information

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Ying Dai and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA 19122 Email: {ying.dai,

More information

Spectrum Sensing Using Bayesian Method for Maximum Spectrum Utilization in Cognitive Radio

Spectrum Sensing Using Bayesian Method for Maximum Spectrum Utilization in Cognitive Radio 5 Spectrum Sensing Using Bayesian Method for Maximum Spectrum Utilization in Cognitive Radio Anurama Karumanchi, Mohan Kumar Badampudi 2 Research Scholar, 2 Assoc. Professor, Dept. of ECE, Malla Reddy

More information

A Brief Review of Cognitive Radio and SEAMCAT Software Tool

A Brief Review of Cognitive Radio and SEAMCAT Software Tool 163 A Brief Review of Cognitive Radio and SEAMCAT Software Tool Amandeep Singh Bhandari 1, Mandeep Singh 2, Sandeep Kaur 3 1 Department of Electronics and Communication, Punjabi university Patiala, India

More information

BANDWIDTH-PERFORMANCE TRADEOFFS FOR A TRANSMISSION WITH CONCURRENT SIGNALS

BANDWIDTH-PERFORMANCE TRADEOFFS FOR A TRANSMISSION WITH CONCURRENT SIGNALS BANDWIDTH-PERFORMANCE TRADEOFFS FOR A TRANSMISSION WITH CONCURRENT SIGNALS Aminata A. Garba Dept. of Electrical and Computer Engineering, Carnegie Mellon University aminata@ece.cmu.edu ABSTRACT We consider

More information

Fuzzy Logic Based Smart User Selection for Spectrum Sensing under Spatially Correlated Shadowing

Fuzzy Logic Based Smart User Selection for Spectrum Sensing under Spatially Correlated Shadowing Open Access Journal Journal of Sustainable Research in Engineering Vol. 3 (2) 2016, 47-52 Journal homepage: http://sri.jkuat.ac.ke/ojs/index.php/sri Fuzzy Logic Based Smart User Selection for Spectrum

More information

Cooperative Spectrum Sensing and Spectrum Sharing in Cognitive Radio: A Review

Cooperative Spectrum Sensing and Spectrum Sharing in Cognitive Radio: A Review International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] Cooperative Spectrum Sensing and Spectrum Sharing in Cognitive Radio: A Review

More information

Algorithm and Experimentation of Frequency Hopping, Band Hopping, and Transmission Band Selection Using a Cognitive Radio Test Bed

Algorithm and Experimentation of Frequency Hopping, Band Hopping, and Transmission Band Selection Using a Cognitive Radio Test Bed Algorithm and Experimentation of Frequency Hopping, Band Hopping, and Transmission Band Selection Using a Cognitive Radio Test Bed Hasan Shahid Stevens Institute of Technology Hoboken, NJ, United States

More information

Cognitive Radio Techniques

Cognitive Radio Techniques Cognitive Radio Techniques Spectrum Sensing, Interference Mitigation, and Localization Kandeepan Sithamparanathan Andrea Giorgetti ARTECH HOUSE BOSTON LONDON artechhouse.com Contents Preface xxi 1 Introduction

More information

Analysis of Different Spectrum Sensing Techniques in Cognitive Radio Network

Analysis of Different Spectrum Sensing Techniques in Cognitive Radio Network Analysis of Different Spectrum Sensing Techniques in Cognitive Radio Network Priya Geete 1 Megha Motta 2 Ph. D, Research Scholar, Suresh Gyan Vihar University, Jaipur, India Acropolis Technical Campus,

More information

Energy Detection Technique in Cognitive Radio System

Energy Detection Technique in Cognitive Radio System International Journal of Engineering & Technology IJET-IJENS Vol:13 No:05 69 Energy Detection Technique in Cognitive Radio System M.H Mohamad Faculty of Electronic and Computer Engineering Universiti Teknikal

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

Beamforming and Binary Power Based Resource Allocation Strategies for Cognitive Radio Networks

Beamforming and Binary Power Based Resource Allocation Strategies for Cognitive Radio Networks 1 Beamforming and Binary Power Based Resource Allocation Strategies for Cognitive Radio Networks UWB Walter project Workshop, ETSI October 6th 2009, Sophia Antipolis A. Hayar EURÉCOM Institute, Mobile

More information

Demonstration of Real-time Spectrum Sensing for Cognitive Radio

Demonstration of Real-time Spectrum Sensing for Cognitive Radio Demonstration of Real-time Spectrum Sensing for Cognitive Radio (Zhe Chen, Nan Guo, and Robert C. Qiu) Presenter: Zhe Chen Wireless Networking Systems Laboratory Department of Electrical and Computer Engineering

More information

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Journal of ELECTRICAL ENGINEERING, VOL. 60, NO. 1, 2009, 43 47 THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Rastislav Róka For the exploitation of PLC modems, it is necessary to

More information

Co-Operative Spectrum Sensing In Cognitive Radio Network in ISM Band

Co-Operative Spectrum Sensing In Cognitive Radio Network in ISM Band Co-Operative Spectrum Sensing In Cognitive Radio Network in ISM Band 1 D.Muthukumaran, 2 S.Omkumar 1 Research Scholar, 2 Associate Professor, ECE Department, SCSVMV University, Kanchipuram ABSTRACT One

More information

National Institute of Technology, Warangal, India. *2,3 Department of Electrical Engineering,

National Institute of Technology, Warangal, India.   *2,3 Department of Electrical Engineering, Real Time Hardware Implementable Spectrum Sensor for Cognitive Radio Applications Chaitanya GV #1, P.Rajalakshmi *2, U. B. Desai *3 #1 Department of Electronics and Communication Engineering, National

More information

Cognitive Ultra Wideband Radio

Cognitive Ultra Wideband Radio Cognitive Ultra Wideband Radio Soodeh Amiri M.S student of the communication engineering The Electrical & Computer Department of Isfahan University of Technology, IUT E-Mail : s.amiridoomari@ec.iut.ac.ir

More information

Sequential Multi-Channel Access Game in Distributed Cognitive Radio Networks

Sequential Multi-Channel Access Game in Distributed Cognitive Radio Networks Sequential Multi-Channel Access Game in Distributed Cognitive Radio Networks Chunxiao Jiang, Yan Chen, and K. J. Ray Liu Department of Electrical and Computer Engineering, University of Maryland, College

More information

Joint Transmitter-Receiver Adaptive Forward-Link DS-CDMA System

Joint Transmitter-Receiver Adaptive Forward-Link DS-CDMA System # - Joint Transmitter-Receiver Adaptive orward-link D-CDMA ystem Li Gao and Tan. Wong Department of Electrical & Computer Engineering University of lorida Gainesville lorida 3-3 Abstract A joint transmitter-receiver

More information

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS Abstract of Doctorate Thesis RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS PhD Coordinator: Prof. Dr. Eng. Radu MUNTEANU Author: Radu MITRAN

More information

Application of combined TOPSIS and AHP method for Spectrum Selection in Cognitive Radio by Channel Characteristic Evaluation

Application of combined TOPSIS and AHP method for Spectrum Selection in Cognitive Radio by Channel Characteristic Evaluation International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 10, Number 2 (2017), pp. 71 79 International Research Publication House http://www.irphouse.com Application of

More information

Spectrum Sensing by Scattering Operators in Cognitive Radio

Spectrum Sensing by Scattering Operators in Cognitive Radio 45, Issue 1 (2018) 13-19 Journal of Advanced Research in Applied Mechanics Journal homepage: www.akademiabaru.com/aram.html ISSN: 2289-7895 Spectrum Sensing by Scattering Operators in Cognitive Radio Open

More information

Energy Detection Spectrum Sensing Technique in Cognitive Radio over Fading Channels Models

Energy Detection Spectrum Sensing Technique in Cognitive Radio over Fading Channels Models Energy Detection Spectrum Sensing Technique in Cognitive Radio over Fading Channels Models Kandunuri Kalyani, MTech G. Narayanamma Institute of Technology and Science, Hyderabad Y. Rakesh Kumar, Asst.

More information

Cognitive Radio: Smart Use of Radio Spectrum

Cognitive Radio: Smart Use of Radio Spectrum Cognitive Radio: Smart Use of Radio Spectrum Miguel López-Benítez Department of Electrical Engineering and Electronics University of Liverpool, United Kingdom M.Lopez-Benitez@liverpool.ac.uk www.lopezbenitez.es,

More information

Efficient Mid-end Spectrum Sensing Implementation for Cognitive Radio Applications based on USRP2 Devices

Efficient Mid-end Spectrum Sensing Implementation for Cognitive Radio Applications based on USRP2 Devices Efficient Mid-end Spectrum Sensing Implementation for Cognitive Radio Applications based on USRP2 Devices Daniel Denkovski, Vladimir Atanasovski and Liljana Gavrilovska Faculty of Electrical Engineering

More information

NIST Activities in Wireless Coexistence

NIST Activities in Wireless Coexistence NIST Activities in Wireless Coexistence Communications Technology Laboratory National Institute of Standards and Technology Bill Young 1, Jason Coder 2, Dan Kuester, and Yao Ma 1 william.young@nist.gov,

More information

Efficient Multi Stage Spectrum Sensing Technique For Cognitive Radio Networks Under Noisy Condition

Efficient Multi Stage Spectrum Sensing Technique For Cognitive Radio Networks Under Noisy Condition Efficient Multi Stage Spectrum Sensing Technique For Cognitive Radio Networks Under Noisy Condition Gajendra Singh Rathore 1 M.Tech (Communication Engineering), SENSE VIT University, Chennai Campus Chennai,

More information

2. LITERATURE REVIEW

2. LITERATURE REVIEW 2. LITERATURE REVIEW In this section, a brief review of literature on Performance of Antenna Diversity Techniques, Alamouti Coding Scheme, WiMAX Broadband Wireless Access Technology, Mobile WiMAX Technology,

More information

Implementation of Cognitive Radio Networks Based on Cooperative Spectrum Sensing Optimization

Implementation of Cognitive Radio Networks Based on Cooperative Spectrum Sensing Optimization www.semargroups.org, www.ijsetr.com ISSN 2319-8885 Vol.02,Issue.11, September-2013, Pages:1085-1091 Implementation of Cognitive Radio Networks Based on Cooperative Spectrum Sensing Optimization D.TARJAN

More information

Comparative Channel Capacity Analysis of a MIMO Rayleigh Fading Channel with Different Antenna Spacing and Number of Nodes

Comparative Channel Capacity Analysis of a MIMO Rayleigh Fading Channel with Different Antenna Spacing and Number of Nodes Comparative Channel Capacity Analysis of a MIMO Rayleigh Fading Channel with Different Antenna Spacing and Number of Nodes Anand Jain 1, Kapil Kumawat, Harish Maheshwari 3 1 Scholar, M. Tech., Digital

More information

Performance Evaluation of Wi-Fi and WiMAX Spectrum Sensing on Rayleigh and Rician Fading Channels

Performance Evaluation of Wi-Fi and WiMAX Spectrum Sensing on Rayleigh and Rician Fading Channels International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 8 (August 2014), PP.27-31 Performance Evaluation of Wi-Fi and WiMAX Spectrum

More information

CycloStationary Detection for Cognitive Radio with Multiple Receivers

CycloStationary Detection for Cognitive Radio with Multiple Receivers CycloStationary Detection for Cognitive Radio with Multiple Receivers Rajarshi Mahapatra, Krusheel M. Satyam Computer Services Ltd. Bangalore, India rajarshim@gmail.com munnangi_krusheel@satyam.com Abstract

More information

DYNAMIC SPECTRUM ACCESS AND SHARING USING 5G IN COGNITIVE RADIO

DYNAMIC SPECTRUM ACCESS AND SHARING USING 5G IN COGNITIVE RADIO DYNAMIC SPECTRUM ACCESS AND SHARING USING 5G IN COGNITIVE RADIO Ms.Sakthi Mahaalaxmi.M UG Scholar, Department of Information Technology, Ms.Sabitha Jenifer.A UG Scholar, Department of Information Technology,

More information

Spectrum Occupancy Measurement: An Autocorrelation based Scanning Technique using USRP

Spectrum Occupancy Measurement: An Autocorrelation based Scanning Technique using USRP Spectrum Occupancy Measurement: An Autocorrelation based Scanning Technique using USRP Sriram Subramaniam, Hector Reyes and Naima Kaabouch Electrical Engineering, University of North Dakota Grand Forks,

More information

Experimental Study of Spectrum Sensing Based on Distribution Analysis

Experimental Study of Spectrum Sensing Based on Distribution Analysis Experimental Study of Spectrum Sensing Based on Distribution Analysis Mohamed Ghozzi, Bassem Zayen and Aawatif Hayar Mobile Communications Group, Institut Eurecom 2229 Route des Cretes, P.O. Box 193, 06904

More information

WAVELET AND S-TRANSFORM BASED SPECTRUM SENSING IN COGNITIVE RADIO

WAVELET AND S-TRANSFORM BASED SPECTRUM SENSING IN COGNITIVE RADIO WAVELET AND S-TRANSFORM BASED SPECTRUM SENSING IN COGNITIVE RADIO S.Raghave #1, R.Saravanan *2, R.Muthaiah #3 School of Computing, SASTRA University, Thanjavur-613402, India #1 raga.vanaj@gmail.com *2

More information

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Sai kiran pudi 1, T. Syama Sundara 2, Dr. Nimmagadda Padmaja 3 Department of Electronics and Communication Engineering, Sree

More information

SIMULATION OF COOPERATIVE SPECTRUM SENSING TECHNIQUES IN COGNITIVE RADIO USING MATLAB

SIMULATION OF COOPERATIVE SPECTRUM SENSING TECHNIQUES IN COGNITIVE RADIO USING MATLAB SIMULATION OF COOPERATIVE SPECTRUM SENSING TECHNIQUES IN COGNITIVE RADIO USING MATLAB 1 ARPIT GARG, 2 KAJAL SINGHAL, 3 MR. ARVIND KUMAR, 4 S.K. DUBEY 1,2 UG Student of Department of ECE, AIMT, GREATER

More information

SPECTRUM SENSING BY CYCLO-STATIONARY DETECTOR

SPECTRUM SENSING BY CYCLO-STATIONARY DETECTOR SPECTRUM SENSING BY CYCLO-STATIONARY DETECTOR 1 NIYATI SOHNI, 2 ANAND MANE 1,2 Sardar Patel Institute of technology Mumbai, Sadar Patel Institute of Technology Mumbai E-mail: niyati23@gmail.com, anand_mane@spit.ac.in

More information

Multi-Antenna Spectrum Sensing for Cognitive Radio under Rayleigh Channel

Multi-Antenna Spectrum Sensing for Cognitive Radio under Rayleigh Channel Multi-Antenna Spectrum Sensing for Cognitive Radio under Rayleigh Channel Alphan Salarvan, Güneş Karabulut Kurt Department of Electronics and Communications Engineering Istanbul Technical University Istanbul,

More information

PERFORMANCE ANALYSIS OF MIMO WIRELESS SYSTEM WITH ARRAY ANTENNA

PERFORMANCE ANALYSIS OF MIMO WIRELESS SYSTEM WITH ARRAY ANTENNA PERFORMANCE ANALYSIS OF MIMO WIRELESS SYSTEM WITH ARRAY ANTENNA Mihir Narayan Mohanty MIEEE Department of Electronics and Communication Engineering, ITER, Siksha O Anusandhan University, Bhubaneswar, Odisha,

More information

Journal of Asian Scientific Research DEVELOPMENT OF A COGNITIVE RADIO MODEL USING WAVELET PACKET TRANSFORM - BASED ENERGY DETECTION TECHNIQUE

Journal of Asian Scientific Research DEVELOPMENT OF A COGNITIVE RADIO MODEL USING WAVELET PACKET TRANSFORM - BASED ENERGY DETECTION TECHNIQUE Journal of Asian Scientific Research ISSN(e): 2223-1331/ISSN(p): 2226-5724 URL: www.aessweb.com DEVELOPMENT OF A COGNITIVE RADIO MODEL USING WAVELET PACKET TRANSFORM - BASED ENERGY DETECTION TECHNIQUE

More information

Boundary Helps: Efficient Routing Protocol using Directional Antennas in Cognitive Radio Networks

Boundary Helps: Efficient Routing Protocol using Directional Antennas in Cognitive Radio Networks Boundary Helps: Efficient Routing Protocol using Directional Antennas in Cognitive Radio Networks Ying Dai and Jie Wu Computer and nformation Sciences Temple University EEE MASS 2013 1 Roadmap 1. ntroduction

More information

WiMAX Summit Testing Requirements for Successful WiMAX Deployments. Fanny Mlinarsky. 28-Feb-07

WiMAX Summit Testing Requirements for Successful WiMAX Deployments. Fanny Mlinarsky. 28-Feb-07 WiMAX Summit 2007 Testing Requirements for Successful WiMAX Deployments Fanny Mlinarsky 28-Feb-07 Municipal Multipath Environment www.octoscope.com 2 WiMAX IP-Based Architecture * * Commercial off-the-shelf

More information

Amplitude and Phase Distortions in MIMO and Diversity Systems

Amplitude and Phase Distortions in MIMO and Diversity Systems Amplitude and Phase Distortions in MIMO and Diversity Systems Christiane Kuhnert, Gerd Saala, Christian Waldschmidt, Werner Wiesbeck Institut für Höchstfrequenztechnik und Elektronik (IHE) Universität

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Effect of Fading Correlation on the Performance of Spatial Multiplexed MIMO systems with circular antennas M. A. Mangoud Department of Electrical and Electronics Engineering, University of Bahrain P. O.

More information

Using the Time Dimension to Sense Signals with Partial Spectral Overlap. Mihir Laghate and Danijela Cabric 5 th December 2016

Using the Time Dimension to Sense Signals with Partial Spectral Overlap. Mihir Laghate and Danijela Cabric 5 th December 2016 Using the Time Dimension to Sense Signals with Partial Spectral Overlap Mihir Laghate and Danijela Cabric 5 th December 2016 Outline Goal, Motivation, and Existing Work System Model Assumptions Time-Frequency

More information

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS RASHMI SABNUAM GUPTA 1 & KANDARPA KUMAR SARMA 2 1 Department of Electronics and Communication Engineering, Tezpur University-784028,

More information

Estimation of Spectrum Holes in Cognitive Radio using PSD

Estimation of Spectrum Holes in Cognitive Radio using PSD International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 7 (2013), pp. 663-670 International Research Publications House http://www. irphouse.com /ijict.htm Estimation

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

Performance Analysis of Cooperative Spectrum Sensing in CR under Rayleigh and Rician Fading Channel

Performance Analysis of Cooperative Spectrum Sensing in CR under Rayleigh and Rician Fading Channel Performance Analysis of Cooperative Spectrum Sensing in CR under Rayleigh and Rician Fading Channel Yamini Verma, Yashwant Dhiwar 2 and Sandeep Mishra 3 Assistant Professor, (ETC Department), PCEM, Bhilai-3,

More information

Data Fusion Schemes for Cooperative Spectrum Sensing in Cognitive Radio Networks

Data Fusion Schemes for Cooperative Spectrum Sensing in Cognitive Radio Networks Data Fusion Schemes for Cooperative Spectrum Sensing in Cognitive Radio Networs D.Teguig ((2, B.Scheers (, and V.Le Nir ( Royal Military Academy Department CISS ( Polytechnic Military School-Algiers-Algeria

More information

Doppler Frequency Effect on Network Throughput Using Transmit Diversity

Doppler Frequency Effect on Network Throughput Using Transmit Diversity International Journal of Sciences: Basic and Applied Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/index.php?journal=journalofbasicandapplied ---------------------------------------------------------------------------------------------------------------------------

More information

CYCLOSTATIONARITY BASED SIGNAL DETECTION IN COGNITIVE RADIO NETWORKS

CYCLOSTATIONARITY BASED SIGNAL DETECTION IN COGNITIVE RADIO NETWORKS CYCLOSTATIONARITY BASED SIGNAL DETECTION IN COGNITIVE RADIO NETWORKS 1 ALIN ANN THOMAS, 2 SUDHA T 1 Student, M.Tech in Communication Engineering, NSS College of Engineering, Palakkad, Kerala- 678008 2

More information

Implementation of Blind Modulation Detection for Software defined Radio

Implementation of Blind Modulation Detection for Software defined Radio Implementation of Blind Modulation Detection for Software defined Radio Patel Harsha Sumanbhai Guide Name: Mrs.Chandani Maheshwari Department of Electronics& Communication Silver Oak Collage of Engineering

More information

A Secure Transmission of Cognitive Radio Networks through Markov Chain Model

A Secure Transmission of Cognitive Radio Networks through Markov Chain Model A Secure Transmission of Cognitive Radio Networks through Markov Chain Model Mrs. R. Dayana, J.S. Arjun regional area network (WRAN), which will operate on unused television channels. Assistant Professor,

More information

OPTIMIZATION OF SPECTRUM SENSING IN COGNITIVE RADIO BY DEMAND BASED ADAPTIVE GENETIC ALGORITHM

OPTIMIZATION OF SPECTRUM SENSING IN COGNITIVE RADIO BY DEMAND BASED ADAPTIVE GENETIC ALGORITHM OPTIMIZATION OF SPECTRUM SENSING IN COGNITIVE RADIO BY DEMAND BASED ADAPTIVE GENETIC ALGORITHM Subhajit Chatterjee 1 and Jibendu Sekhar Roy 2 1 Department of Electronics and Communication Engineering,

More information

ANTI-JAMMING PERFORMANCE OF COGNITIVE RADIO NETWORKS. Xiaohua Li and Wednel Cadeau

ANTI-JAMMING PERFORMANCE OF COGNITIVE RADIO NETWORKS. Xiaohua Li and Wednel Cadeau ANTI-JAMMING PERFORMANCE OF COGNITIVE RADIO NETWORKS Xiaohua Li and Wednel Cadeau Department of Electrical and Computer Engineering State University of New York at Binghamton Binghamton, NY 392 {xli, wcadeau}@binghamton.edu

More information

Review of Energy Detection for Spectrum Sensing in Various Channels and its Performance for Cognitive Radio Applications

Review of Energy Detection for Spectrum Sensing in Various Channels and its Performance for Cognitive Radio Applications American Journal of Engineering and Applied Sciences, 2012, 5 (2), 151-156 ISSN: 1941-7020 2014 Babu and Suganthi, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0

More information

A Quality of Service aware Spectrum Decision for Cognitive Radio Networks

A Quality of Service aware Spectrum Decision for Cognitive Radio Networks A Quality of Service aware Spectrum Decision for Cognitive Radio Networks 1 Gagandeep Singh, 2 Kishore V. Krishnan Corresponding author* Kishore V. Krishnan, Assistant Professor (Senior) School of Electronics

More information

Innovative Science and Technology Publications

Innovative Science and Technology Publications Innovative Science and Technology Publications International Journal of Future Innovative Science and Technology, ISSN: 2454-194X Volume-4, Issue-2, May - 2018 RESOURCE ALLOCATION AND SCHEDULING IN COGNITIVE

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

Application of the spectrum sensing based on the Kolmogorov - Smirnov test to the OFDM resource allocation

Application of the spectrum sensing based on the Kolmogorov - Smirnov test to the OFDM resource allocation Application of the spectrum sensing based on the Kolmogorov - Smirnov test to the OFDM resource allocation Karel Povalac Brno University of Technology Department of Radio electronics Purkynova 118, BRNO

More information

State and Path Analysis of RSSI in Indoor Environment

State and Path Analysis of RSSI in Indoor Environment 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore State and Path Analysis of RSSI in Indoor Environment Chuan-Chin Pu 1, Hoon-Jae Lee 2

More information

Distributed spectrum sensing in unlicensed bands using the VESNA platform. Student: Zoltan Padrah Mentor: doc. dr. Mihael Mohorčič

Distributed spectrum sensing in unlicensed bands using the VESNA platform. Student: Zoltan Padrah Mentor: doc. dr. Mihael Mohorčič Distributed spectrum sensing in unlicensed bands using the VESNA platform Student: Zoltan Padrah Mentor: doc. dr. Mihael Mohorčič Agenda Motivation Theoretical aspects Practical aspects Stand-alone spectrum

More information

Optimal Power Control in Cognitive Radio Networks with Fuzzy Logic

Optimal Power Control in Cognitive Radio Networks with Fuzzy Logic MEE10:68 Optimal Power Control in Cognitive Radio Networks with Fuzzy Logic Jhang Shih Yu This thesis is presented as part of Degree of Master of Science in Electrical Engineering September 2010 Main supervisor:

More information

QAM Receiver Reference Design V 1.0

QAM Receiver Reference Design V 1.0 QAM Receiver Reference Design V 10 Copyright 2011 2012 Xilinx Xilinx Revision date ver author note 9-28-2012 01 Alex Paek, Jim Wu Page 2 Overview The goals of this QAM receiver reference design are: Easily

More information

Attack-Proof Collaborative Spectrum Sensing in Cognitive Radio Networks

Attack-Proof Collaborative Spectrum Sensing in Cognitive Radio Networks Attack-Proof Collaborative Spectrum Sensing in Cognitive Radio Networks Wenkai Wang, Husheng Li, Yan (Lindsay) Sun, and Zhu Han Department of Electrical, Computer and Biomedical Engineering University

More information

Performance of OFDM-Based Cognitive Radio

Performance of OFDM-Based Cognitive Radio International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 4 ǁ April. 2013 ǁ PP.51-57 Performance of OFDM-Based Cognitive Radio Geethu.T.George

More information

X[k] = x[n] e j2π k /17/$ IEEE 278. n=0 F 1. N F n. (1)

X[k] = x[n] e j2π k /17/$ IEEE 278. n=0 F 1. N F n. (1) WIDEBAND SPECTRUM HOLES DETECTION IMPLEMENTATION FOR COGNITIVE RADIOS Ian Frasch and Andres Kwasinski Department of Computer Engineering, Rochester Institute of Technology, NY, USA. ABSTRACT The ability

More information

Estimation of Predetection SNR of LMR Analog FM Signals Using PL Tone Analysis

Estimation of Predetection SNR of LMR Analog FM Signals Using PL Tone Analysis Estimation of Predetection SNR of LMR Analog FM Signals Using PL Tone Analysis Akshay Kumar akshay2@vt.edu Steven Ellingson ellingson@vt.edu Virginia Tech, Wireless@VT May 2, 2012 Table of Contents 1 Introduction

More information

Introduction of USRP and Demos. by Dong Han & Rui Zhu

Introduction of USRP and Demos. by Dong Han & Rui Zhu Introduction of USRP and Demos by Dong Han & Rui Zhu Introduction USRP(Universal Software Radio Peripheral ): A computer-hosted software radio, which is commonly used by research labs, universities. Motherboard

More information

From Antenna to Bits:

From Antenna to Bits: From Antenna to Bits: Wireless System Design with MATLAB and Simulink Cynthia Cudicini Application Engineering Manager MathWorks cynthia.cudicini@mathworks.fr 1 Innovations in the World of Wireless Everything

More information

Control issues in cognitive networks. Marko Höyhtyä and Tao Chen CWC-VTT-Gigaseminar 4th December 2008

Control issues in cognitive networks. Marko Höyhtyä and Tao Chen CWC-VTT-Gigaseminar 4th December 2008 Control issues in cognitive networks Marko Höyhtyä and Tao Chen CWC-VTT-Gigaseminar 4th December 2008 Outline Cognitive wireless networks Cognitive mesh Topology control Frequency selection Power control

More information

An OFDM Transmitter and Receiver using NI USRP with LabVIEW

An OFDM Transmitter and Receiver using NI USRP with LabVIEW An OFDM Transmitter and Receiver using NI USRP with LabVIEW Saba Firdose, Shilpa B, Sushma S Department of Electronics & Communication Engineering GSSS Institute of Engineering & Technology For Women Abstract-

More information

Breaking Spectrum Gridlock With Cognitive Radios: An Information Theoretic Perspective

Breaking Spectrum Gridlock With Cognitive Radios: An Information Theoretic Perspective Breaking Spectrum Gridlock With Cognitive Radios: An Information Theoretic Perspective Naroa Zurutuza - EE360 Winter 2014 Introduction Cognitive Radio: Wireless communication system that intelligently

More information

Multipath fading effects on short range indoor RF links. White paper

Multipath fading effects on short range indoor RF links. White paper ALCIOM 5, Parvis Robert Schuman 92370 CHAVILLE - FRANCE Tel/Fax : 01 47 09 30 51 contact@alciom.com www.alciom.com Project : Multipath fading effects on short range indoor RF links DOCUMENT : REFERENCE

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 2.114

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 2.114 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PERFORMANCE IMPROVEMENT OF CONVOLUTION CODED OFDM SYSTEM WITH TRANSMITTER DIVERSITY SCHEME Amol Kumbhare *, DR Rajesh Bodade *

More information

Lab/Project Error Control Coding using LDPC Codes and HARQ

Lab/Project Error Control Coding using LDPC Codes and HARQ Linköping University Campus Norrköping Department of Science and Technology Erik Bergfeldt TNE066 Telecommunications Lab/Project Error Control Coding using LDPC Codes and HARQ Error control coding is an

More information

An Indoor Localization System Based on DTDOA for Different Wireless LAN Systems. 1 Principles of differential time difference of arrival (DTDOA)

An Indoor Localization System Based on DTDOA for Different Wireless LAN Systems. 1 Principles of differential time difference of arrival (DTDOA) An Indoor Localization System Based on DTDOA for Different Wireless LAN Systems F. WINKLER 1, E. FISCHER 2, E. GRASS 3, P. LANGENDÖRFER 3 1 Humboldt University Berlin, Germany, e-mail: fwinkler@informatik.hu-berlin.de

More information

Audio Sample Rate Conversion in FPGAs

Audio Sample Rate Conversion in FPGAs Audio Sample Rate Conversion in FPGAs An efficient implementation of audio algorithms in programmable logic. by Philipp Jacobsohn Field Applications Engineer Synplicity eutschland GmbH philipp@synplicity.com

More information

Intelligent Adaptation And Cognitive Networking

Intelligent Adaptation And Cognitive Networking Intelligent Adaptation And Cognitive Networking Kevin Langley MAE 298 5/14/2009 Media Wired o Can react to local conditions near speed of light o Generally reactive systems rather than predictive work

More information

Adaptive Scheduling of Collaborative Sensing in Cognitive Radio Networks

Adaptive Scheduling of Collaborative Sensing in Cognitive Radio Networks APSIPA ASC Xi an Adaptive Scheduling of Collaborative Sensing in Cognitive Radio Networks Zhiqiang Wang, Tao Jiang and Daiming Qu Huazhong University of Science and Technology, Wuhan E-mail: Tao.Jiang@ieee.org,

More information

Design and FPGA Implementation of a Modified Radio Altimeter Signal Processor

Design and FPGA Implementation of a Modified Radio Altimeter Signal Processor Design and FPGA Implementation of a Modified Radio Altimeter Signal Processor A. Nasser, Fathy M. Ahmed, K. H. Moustafa, Ayman Elshabrawy Military Technical Collage Cairo, Egypt Abstract Radio altimeter

More information

FULL-DUPLEX COGNITIVE RADIO: ENHANCING SPECTRUM USAGE MODEL

FULL-DUPLEX COGNITIVE RADIO: ENHANCING SPECTRUM USAGE MODEL FULL-DUPLEX COGNITIVE RADIO: ENHANCING SPECTRUM USAGE MODEL Abhinav Lall 1, O. P. Singh 2, Ashish Dixit 3 1,2,3 Department of Electronics and Communication Engineering, ASET. Amity University Lucknow Campus.(India)

More information

A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS

A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS A JOINT MODULATION IDENTIFICATION AND FREQUENCY OFFSET CORRECTION ALGORITHM FOR QAM SYSTEMS Evren Terzi, Hasan B. Celebi, and Huseyin Arslan Department of Electrical Engineering, University of South Florida

More information

An Energy-Division Multiple Access Scheme

An Energy-Division Multiple Access Scheme An Energy-Division Multiple Access Scheme P Salvo Rossi DIS, Università di Napoli Federico II Napoli, Italy salvoros@uninait D Mattera DIET, Università di Napoli Federico II Napoli, Italy mattera@uninait

More information

MULTIPATH fading could severely degrade the performance

MULTIPATH fading could severely degrade the performance 1986 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 53, NO. 12, DECEMBER 2005 Rate-One Space Time Block Codes With Full Diversity Liang Xian and Huaping Liu, Member, IEEE Abstract Orthogonal space time block

More information

Context Augmented Spectrum Sensing in Cognitive Radio Networks

Context Augmented Spectrum Sensing in Cognitive Radio Networks Context Augmented Spectrum Sensing in Cognitive Radio Networks by Nada Gohider A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Applied

More information

Channel Capacity Estimation in MIMO Systems Based on Water-Filling Algorithm

Channel Capacity Estimation in MIMO Systems Based on Water-Filling Algorithm Channel Capacity Estimation in MIMO Systems Based on Water-Filling Algorithm 1 Ch.Srikanth, 2 B.Rajanna 1 PG SCHOLAR, 2 Assistant Professor Vaagdevi college of engineering. (warangal) ABSTRACT power than

More information