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

Size: px
Start display at page:

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

Transcription

1 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 Institute of Technology, Warangal, India. *2,3 Department of Electrical Engineering, Indian Institute of Technology Hyderabad, India. { raji, Abstract A fundamental problem for Cognitive Radios (CR) is spectrum sensing, secondary users need to reliably detect weak primary signals of possibly different types over a targeted wide frequency band in order to identify spectral holes for opportunistic communications. In this paper energy detection technique based on Neyman-Pearson criterion is implemented to detect the presence of deterministic primary user (PU) signals in the channel. We designed a hardware implementable energy detector on a wireless testbed software defined radio (SDR) using USRP2 and an experimental study is carried out to measure the required SNR to achieve the desired probability of detection and false alarm. A comparative study was also made between the SNRs obtained from frequency and time domain analysis. Index Terms Cognitive Radio, Spectrum Sensing, Energy detection, FPGA, SDR, Hardware Co-simulation. I. INTRODUCTION The cognitive radio (CR), built on a software-defined radio, is defined as an intelligent wireless communication system that is aware of its environment and uses the methodology of understanding-by-building to learn from the environment and adapt to statistical variations in the input stimuli, with two primary objectives of highly reliable communication and efficient utilization of the radio spectrum [1].CR technology has already been adopted as a core platform in emerging wireless access standards such as the IEEE Wireless Regional Area Networks (WRANs) [2]. In a CR network, Cognitive (secondary or unlicensed) users are allowed to opportunistically access spectrum allocated to primary users (PUs) provided that such a utilization of licensed spectrum negligibly afflicts the quality of service of PUs. Spectrum sensing enables to meet such requirements [3]. Various signal processing techniques are being used for Spectrum sensing in both Collaborative and Distributed networks. The popular methods are based on energy detection, matched filtering and cyclo-stationary feature detection [4]. According to the IEEE standard, the specified detection time should be less than or equal to 2sec [5]. Matched filtering is an optimal way for signal detection in communication systems. However it requires prior knowledge of the licensed user signal which may not be available. Cyclostationary detection exploiting the periodicity in the modulated schemes [6] is another such example but requires high computational complexity and prior knowledge of the transmitted signal properties. Energy detection is often used to determine the presence of signals without prior knowledge of signals. However, limitation for energy detection is the decision threshold is subject to changing signal to noise ratio (SNR). This is one fundamental limit for detection of weak signals below the SNR wall. SNR wall is defined as the minimum SNR threshold due to noise uncertainty below which a detector unable to identify a primary signal reliably regardless of sensing time [7]. But due to its low implementation complexity and very little prior knowledge of deterministic characteristics of the transmitted signal by (PU) which makes Energy Detection an attractive option. To the best of our knowledge this is the first energy detector designed using Xilinx System Generator [8] implemented on Simulink based SDR using (Universal Software Radio Peripheral) USRP2 and a comparative study of SNRs was carried out between frequency and time domain analysis.. A generic OFDM signal is generated using USRP2 which is received by another USRP2 hosted on a computer and processed using the Energy Detector. USRP2 is a computer hosted hardware offered by Ettus research [9] which has been used along with WBX daughter boards. The signals processing of the received signal for Energy Detection is carried out on a host computer equipped with MATLAB (Simulink) enabled with Xilinx System Generator Block set. The overall paper is organized into five sections. In section II system level implementation of the transmission and reception end along with hardware components used are explained. Sections III deals with the description of Energy Detection Algorithm employed. Section IV deals with hardware implementation issues involved and finally section V presents the experimental results and concluding remarks. II.SYSTEM LEVEL HARDWARE DESCRIPTION A. Transmitter End Daughter board Fig. 1 System Architecture of Transmitter operating at a frequency of 1.95 GHz USRP2 can be integrated into MATLAB/Simulink environments which makes it flexible for both Software simulation using Simulink blocks and Hardware co- simulation with design tools such as Xilinx ISE with System Generator for Simulink interface. The transmitter consists of a USRP /12/$ IEEE

2 Simulink Transmitter block which supports communication between Simulink and a USRP2 board, allowing simulation and development of various software-defined radio applications. The transmitter block accepts a column vector input signal from Simulink and transmits signal and control data to a USRP2 board using User Datagram Protocol (UDP) packets. In the present implementation a generic orthogonal frequency division multiplexing (OFDM) signal is transmitted using the USRP2 RF front end. OFDM signal generation is done using the IFFT technique [10]. The transmitter parameters used for simulation are shown in table1. OFDM is used as it has received tremendous attention as one of the most promising technology to support wideband applications [11]-[12] in the recent past. To reduce the computational overhead on host computer a vector variable consisting time domain OFDM samples is called from the Workspace of MATLAB to Simulink which is then send to the USRP2 Transmitter block. For hardware optimization and efficient use of the Ethernet packets, the frame size of the input data to the transmitter block is set at 358 samples. The system level architecture of the Transmitter end is shown in Fig. 1. A Gigabit Ethernet interface allows applications to simultaneously send 50 MHz of RF bandwidth in and out of the USRP2. There are two 16 bit wideband DAC converters at 400 MS/s with programmable interpolation rates. WBX daughter board having coverage of 50MHz to 2.2GHz has been used with the USRP2 in the present implementation. The transmitted OFDM signal displayed by Spectrum Analyzer is shown in Fig. 2. A Spectrum of bandwidth 4 MHz with center frequency at 1.95GHz is chosen so that there is relatively less interferences due to operating Wi-Fi networks in the lab. The whole of the transmitter design was hosted on a Laptop running with 32-bit version of MATLAB/Simulink. downconverts and demodulates the waveform using the software on the PC. Fig. 2 Transmitted OFDM spectrum captured on Anritsu Spectrum Analyzer The effective bandwidth can be adjusted by suitably by selecting the sampling rate. For the present scenario a sampling rate of 2e-7 with a decimation factor of 32 is selected and a band of 4 MHz is being scanned. The received complex baseband signal samples are first unbuffered and split into complex and real streams using Simulink blocks and are sent for energy detection. The Energy PARAMETER VALUE Number of carriers 64 Modulation 16 QAM Number of pilots 4 Cyclic Extension 25% (16) Sample time 2e-7s Interpolation 32 Center Frequency 1.95 GHz Bandwidth 4 MHz TABLE1. Parameters used for transmitting OFDM signal B. Receiver End In the implementation of the Receiver we develop a system that consists of a host computer which is a personal computer (PC) operating on Windows XP professional operating system employing MATLAB/Simulink and Xilinx System Generator As shown in Fig. 3 the USRP2 Receiver hardware is interfaced to the PC using Gigabit Ethernet. The USRP2 Simulink block enables us to dynamically set the enter frequency, Gain, and Decimation parameters of the RF front end. Similar to the transmitter block USRP2 receiver hardware has two 100 MS/s analog to digital converters (ADC). The wideband ADC captures all the channels supported by the daughter boards (WBX in this case), then extracts, Fig3. System Architecture of Receiver detector is entirely implemented using Xilinx System Generator blocks so that it can be hardware (FPGA) implementable. The interfacing between the host computer and FPGA can be done using either UART or USB as shown in Fig. 3. The energy detection algorithm along with its implementation will be explained in detail in the following sections. III. ENERY DETECTION ALGORITHM AND IMPLEMENTATION A. DETECTION ALGORITHM Spectrum Sensing in CR by Energy detection involves the elemental issue of discrimination between samples that contain only noise and the samples that contain signal information embedded with high noise power. In energy detection, the energy of the received signal samples is compared to a fixed threshold to test the presence or absence of PUs. We consider a complex baseband equivalent signal for energy detection for hypothesis testing [13]-[14].

3 Fig. 4 Spectrum Sensing Architecture implemented on Simulink using Xilinx blockset based on Energy Detection for FPGA implementation The detection is the test of the following two hypotheses: H 0 : Y [n] = W[n] absence of signal H 1 : Y [n] = X[n] +W[n] presence of signal n = 1 N; where N is observation interval. (1) Here Y[n] is the signal received by CR user is an N dimensional vector space over R (Y ) is the sample size. W[n] is signal due to AWGN and X[n] is signal in the absence of noise. The decision static is defined as: T = (2) Where is the predefined threshold value. The noise power for the complex baseband signal down converted by the USRP2 is considered to be circularly symmetric complex Gaussian distribution. Let and represent signal and noise power respectively and represent the signal to noise ratio (SNR). It is well known that under the common detection performance criteria (Neyman-Pearson criteria) likelihood ratio yields the optimal hypothesis testing solution and performance is measured by a resulting pair of detection and false alarm probabilities (P d, P fa ).Each pair is associated with the particular threshold γ that tests the decision statistic[3]. Based on central limit theorem T under hypothesis H o can be approximated as a real Gaussian variable with mean and variance and H 1 can be approximated as real Gaussian variable with (1+) and variance 1 2 which can be expressed as, 1,12 Probability of false alarm P fa and probability of misdetection P m =1-P d are given as Q is complimentary cumulative distribution function of the standard Gaussian random variable. The minimum samples N min required to achieve a target P fa and P m is given by The threshold can be from (4) for a given value of P fa as 1 7 B. HARDWARE IMPLEMENTATION Fig. 5 Implementation of simplified periodogram based Energy Detection Algorithm Energy detection can be performed in both time and frequency domain. A conventional time domain implementation of energy detector consists of a low pass filter to reject out of band noise and adjacent signals, Nyquist ADC square law device and an integrator. This kind of implementation is quite inflexible, particularly in the case of narrowband signals and sine waves. But in the present architecture a periodogram based approach is used to estimate the spectrum by squaring the magnitude of Fast Fourier Transform (FFT) [15] as shown in Fig. 4. This architecture has the advantage to sense wider bandwidths, as a result of which arbitrary bandwidth of the modulated signal can be analyzed by selecting corresponding bins in the periodogram. This simplified implementation not only eliminates the use of a predefined fixed band pre filter but also allows us to choose variable size of FFT. To simplify implementation complexity, the fact that FFT is a linear operator is exploited and the mean of K samples is calculated by dividing by before performing the FFT and squaring operation. Spectrum Sensing Architecture implemented on Simulink using Xilinx blockset is shown in Fig. 4. Total hardware resources required on the FPGA to implement the energy detector are shown in table 2. The complex base band signal received from the Receiver block is unbuffered and split into

4 real and complex components using Simulink blocks as shown. These data streams are sent to the Gateway In block which feed data as fixed point. The data is sampled at integer multiple times the Simulink system period. This data can be send to the FPGA by Ethernet, UART or USB for the test of Spectrum vacancy. All the Xilinx hardware implementable blocks are shown in different colors in Fig. 4. And Simulink blocks are shown in white. The Energy Detection algorithm is implemented in four stages as shown in Fig. 5. The first stage consists of scaling the received input signal which includes raising the input magnitude by a factor of 1e5 for avoiding round off errors due very small input values followed by division by implemented using CORDIC 3.0 divider and the values are sent to the FFT block. This is implemented using FFT 7.1 in-pipelined streaming mode in order to stream data at equal input and output rates, edone and dv signals generated by FFT block are used for synchronizing data rates with other stages. In the third stage the squared magnitude of the data coming from FFT block is found and sent to the final stage. In the fourth stage data is accumulated K times before it is sent to the threshold detector which is implemented using MCode block. The decision output port goes high when input signal power is greater than the predefined threshold value. This decision is valid only when valid port goes high. Table II. Resources required for implementing the Energy Detector on FPGA Values estimated after post map Resource Slices 2,448 Flip Flops 11,506 Look Up Tables 8,103 I/O Buffers Multipliers/DSP48s Let n i denote the noise sample received then the estimate of noise power is given by 1 Quantity are collected over a period of time as shown in Fig. 6 are taken to estimate the noise variance. IV. EXPERIMENTAL RESULTS The experimental setup consisting of USRP2 boards and the host computers along with their interconnections during runtime are shown in Fig. 7. Fig. 7 Photograph of the entire experimental setup The performance of detector is measured with probability of detection (Pd) and probability of false alarm (P fa ). Performance of energy detector for different values of SNR and different sample size (N) can be characterized through Receiver operating characteristics (ROC) curves. The value of N is obtained from eqn. 6 for the desired operating range. Fig. 8 shows one such plot for various SNR values. The ROC curves clearly suggest that both P fa and P d either increase or decrease simultaneously, which acts as a trade off for choosing the desired operating region, in fact an explicit relation exist between the two as shown in eqn. 9 (2 ) (9) where erfc and erfc -1 are the complementary error function and its inverse, and is the SNR [16]. In practice, it is common to choose a fixed FFT size to meet the desired resolution with a moderate complexity and low latency, in the present simulation we have used a 1024 point FFT for computation. From the ROC curves it is evident that for a P fa 0.04 and P d 0.85, SNR of 6 db or above is required. Fig. 6 Fluctuating noise power samples collected over a period of time According to the law of large numbers the noise estimate converges in probability to the Expected value, which is equal to the true value. A large number of samples Fig. 8 Receiver Operating Characteristic (ROC) curves

5 The signal power received and the SNR at the receiver are varied suitably by adjusting the amplitude level of the transmitted signal by the USRP2. These variations are shown in fig. 9, for an increment in the transmitted signal power corresponding SNR values have also improved as expected. Fig. 9 SNR and power of the received signal for various amplitude levels of the transmitted signal For the calculation of SNR and the evaluation of the decision statistic the whole of the 1024 point FFT is used whose bandwidth is adjusted by varying the sampling frequency at the receiver. As all the samples were used, similar results must be obtained as the time domain signal is equivalent to its frequency counterpart after requisite prefiltering. To test this equivalency the time samples collected from the USRP2 receiver were analyzed using conventional time domain energy detector as described previously in section IIIB. An Equiripple FIR low pass filter (LPF) with F pass band frequency of 1.8MHz and F stop band frequency of 2.4MHz with a stop band attenuation of 40dB were used for pre-filtering. This was carried out using MATLAB Simulink blockset. The SNR values obtained in both implementations i.e. calculations from frequency analysis by FFT (SNR f ) and time domain analysis (SNR t ) is shown in table III. These calculations were carried out at particular amplitude levels of the transmitted signal which are shown in fig. 9. A mean absolute difference of around 7.1% is observed. This small variation is understandable and is due to spectral leakages in FFT bins and also due to roll off factors in the (LPF). The software backend for USRPN210 for Simulink are yet to be released, once they are available a standalone architecture will be implemented using the Energy detector in Fig. 4, as the USRPN210 board has DSP optimized FPGA resources. SNR f (db) SNR t (db) % absolute difference % % % % % % % % % % V. CONCLUSION A proof-of-concept Hardware Implementable Spectrum Sensor was designed using Energy Detection Algorithm using FFT Analysis. For the implementation of the algorithm a prior knowledge of noise variance is required which is calculated from a so called no signal channel of a specified bandwidth by collecting noise samples over a period of time and applying the law of large numbers. The performance of the detector is measured by plotting P fa and P d for different values of SNR. A comparison was also made between the SNRs obtained by frequency and time domain analysis. The proposed architecture can be implemented on any DSP optimized FPGA which has the aforementioned resources. We plan to use this Spectrum sensor as a part of CR network which uses dynamic frequency hopping in our future works. ACKNOWLEDGMENTS This work was partially funded by MCIT, DIT GOVERNMENT OF INDIA under the Cognitive Radio Project at IITH. REFERENCES [1] Simon Haykin Cognitive Radio: Brain-Empowered Wireless Communications IEEE Journal on selected areas in communication, vol. 23, no. 2, February 2005W.-K. Chen, Linear Networks and Systems (Book style). Belmont, CA: Wadsworth, 1993, pp [2] Working Group on Wireless Regional Area Networks, IEEE Std [Online]. Available: B.Smith, An approach to graphs of linear forms (Unpublished work style), unpublished. [3] Zhi Quan, Shuguang Cui, H. Vincent Poor, and Ali H. Sayed Collaborative Wideband Sensing for Cognitive Radios IEEE Signak Processing Magazine November [4] T. Yucek and H. Arslan, A survey of spectrum sensing algorithms for cognitive radio, Proc. IEEE, Vol. 97,pp , May [5] K. C. Carlos and D. Birru., "Ieee :an introduction to the first wireless standard based on cognitive radios;' IEEE journal of communications" vol. I, no. I, pp , April [6] W. Gardner, Exploitation of spectral redundancy in cyclostationary signals, IEEE Signal Processing Mag., vol. 8, no. 2, pp , Apr [7] A. Sahai, S. Mishra, R. Tandra, and K. Woyach, Cognitive radios for spectrum sharing, IEEE Signal Processing Mag., Vol. 26, pp , Jan [8] Xilinx University program. [9] Universal Software Radio Peripheral (USRP). Information available at [10] Yiyan Wu; Zou, W.Y. Orthogonal frequency division multiplexing: a multi-carrier modulation scheme. Consumer Electronics, IEEE Transactions Aug 1995 Volume: 41 Issue: [11] W. Dang, M. Tao, H. Mu, and J. Huang, Subcarrier-pair based resource allocation for cooperative multi-relay OFDM systems, IEEE Trans. Wireless Commun., vol. 9, no. 5, pp , May [12] Q. Shi, Y. L. Guan, and Y. Gong, Receiver design for multicarrier CDMA using frequency-domain oversampling, IEEE Trans. Wireless Commun., vol. 8, no. 5, pp , May [13] Signal Detection and Estimation Second Edition Mourad Barkat, 2005 Artech House, Inc. [14] H.Vincent Poor An Introduction to Signal Detection and estimation. Springer H. Poor, An Introduction to Signal Detection and Estimation. New York: Springer-Verlag, 1985, ch. 4. [15] Proakis and Manolakis Digital Signal Processing fourth edition Pearson Education India, 2007 [16] Richards, M.A. Fundamentals of Radar Signal Processing. New York, NY:McGraw Hill, 2005, pp Table III Comparison between SNR calculated from FFT and from Time domain samples after filtering.

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

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

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation J. Bangladesh Electron. 10 (7-2); 7-11, 2010 Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation Md. Shariful Islam *1, Md. Asek Raihan Mahmud 1, Md. Alamgir Hossain

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

Spectrum Sensing Measurement using GNU Radio and USRP Software Radio Platform

Spectrum Sensing Measurement using GNU Radio and USRP Software Radio Platform Spectrum Sensing Measurement using GNU Radio and USRP Software Radio Platform Rozeha A. Rashid, M. Adib Sarijari, N. Fisal, S. K. S. Yusof, N. Hija Mahalin Faculty of Electrical Engineering Universiti

More information

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises ELT-44006 Receiver Architectures and Signal Processing Fall 2014 1 Mandatory homework exercises - Individual solutions to be returned to Markku Renfors by email or in paper format. - Solutions are expected

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

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

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

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Abstract A Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to

More information

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model M. Prem Anand 1 Rudrashish Roy 2 1 Assistant Professor 2 M.E Student 1,2 Department of Electronics & Communication

More information

Cognitive Radio Techniques for GSM Band

Cognitive Radio Techniques for GSM Band Cognitive Radio Techniques for GSM Band Baiju Alexander, R. David Koilpillai Department of Electrical Engineering Indian Institute of Technology Madras Email: {baiju,davidk}@iitm.ac.in Abstract Cognitive

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

Digital Communication Systems Engineering with

Digital Communication Systems Engineering with Digital Communication Systems Engineering with Software-Defined Radio Di Pu Alexander M. Wyglinski ARTECH HOUSE BOSTON LONDON artechhouse.com Contents Preface xiii What Is an SDR? 1 1.1 Historical Perspective

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

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

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications Volume 118 No. 18 2018, 4009-4018 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation of OFDM Modulated Digital Communication Using Software

More information

BER Analysis for MC-CDMA

BER Analysis for MC-CDMA BER Analysis for MC-CDMA Nisha Yadav 1, Vikash Yadav 2 1,2 Institute of Technology and Sciences (Bhiwani), Haryana, India Abstract: As demand for higher data rates is continuously rising, there is always

More information

Spectrum Sensing Using OFDM Signal and Cyclostationary Detection Technique In Cognitive Radio

Spectrum Sensing Using OFDM Signal and Cyclostationary Detection Technique In Cognitive Radio ISSN: 2319-7463, Vol. 5 Issue 4, Aril-216 Spectrum Sensing Using OFDM Signal and Cyclostationary Detection Technique In Cognitive Radio Mudasir Ah Wani 1, Gagandeep Singh 2 1 M.Tech Student, Department

More information

BER ANALYSIS OF BPSK, QPSK & QAM BASED OFDM SYSTEM USING SIMULINK

BER ANALYSIS OF BPSK, QPSK & QAM BASED OFDM SYSTEM USING SIMULINK BER ANALYSIS OF BPSK, QPSK & QAM BASED OFDM SYSTEM USING SIMULINK Pratima Manhas 1, Dr M.K Soni 2 1 Research Scholar, FET, ECE, 2 ED& Dean, FET, Manav Rachna International University, Fbd (India) ABSTRACT

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

VLSI Implementation of Digital Down Converter (DDC)

VLSI Implementation of Digital Down Converter (DDC) Volume-7, Issue-1, January-February 2017 International Journal of Engineering and Management Research Page Number: 218-222 VLSI Implementation of Digital Down Converter (DDC) Shaik Afrojanasima 1, K Vijaya

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

Ultra Wideband Transceiver Design

Ultra Wideband Transceiver Design Ultra Wideband Transceiver Design By: Wafula Wanjala George For: Bachelor Of Science In Electrical & Electronic Engineering University Of Nairobi SUPERVISOR: Dr. Vitalice Oduol EXAMINER: Dr. M.K. Gakuru

More information

Continuous Monitoring Techniques for a Cognitive Radio Based GSM BTS

Continuous Monitoring Techniques for a Cognitive Radio Based GSM BTS NCC 2009, January 6-8, IIT Guwahati 204 Continuous Monitoring Techniques for a Cognitive Radio Based GSM BTS Baiju Alexander, R. David Koilpillai Department of Electrical Engineering Indian Institute of

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

OFDM Systems For Different Modulation Technique

OFDM Systems For Different Modulation Technique Computing For Nation Development, February 08 09, 2008 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi OFDM Systems For Different Modulation Technique Mrs. Pranita N.

More information

A SOFTWARE-DEFINED RADIO APPROACH TO SPECTRUM SENSING SYSTEMS ARCHITECTURE

A SOFTWARE-DEFINED RADIO APPROACH TO SPECTRUM SENSING SYSTEMS ARCHITECTURE Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 4 (53) No. 1-2011 A SOFTWARE-DEFINED RADIO APPROACH TO SPECTRUM SENSING SYSTEMS ARCHITECTURE V.C. STOIANOVICI 1 A.V.

More information

ENERGY DETECTION BASED SPECTRUM SENSING FOR COGNITIVE RADIO

ENERGY DETECTION BASED SPECTRUM SENSING FOR COGNITIVE RADIO ENERGY DETECTION BASED SPECTRUM SENSING FOR COGNITIVE RADIO M.Lakshmi #1, R.Saravanan *2, R.Muthaiah #3 School of Computing, SASTRA University, Thanjavur-613402, India #1 mlakshmi.s15@gmail.com *2 saravanan_r@ict.sastra.edu

More information

Analysis of Interference & BER with Simulation Concept for MC-CDMA

Analysis of Interference & BER with Simulation Concept for MC-CDMA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. IV (Jul - Aug. 2014), PP 46-51 Analysis of Interference & BER with Simulation

More information

ZHENYU ZHENG EXPERIMENTAL EVALUATION OF SPECTRUM SENSING ALGORITHMS FOR WIRELESS MICROPHONE SIGNAL. Master of Science Thesis

ZHENYU ZHENG EXPERIMENTAL EVALUATION OF SPECTRUM SENSING ALGORITHMS FOR WIRELESS MICROPHONE SIGNAL. Master of Science Thesis ZHENYU ZHENG EXPERIMENTAL EVALUATION OF SPECTRUM SENSING ALGORITHMS FOR WIRELESS MICROPHONE SIGNAL Master of Science Thesis Examiner: Prof. Markku Renfors M.Sc. Sener Dikmese Examiner and topic approved

More information

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

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

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

A Cognitive Radio based Solution to Coexistence of FH and OFDM Signals Implemented on USRP N210 Platform

A Cognitive Radio based Solution to Coexistence of FH and OFDM Signals Implemented on USRP N210 Platform 20 Telfor Journal, Vol. 9, No. 1, 2017. A Cognitive Radio based Solution to Coexistence of FH and OFDM Signals Implemented on USRP N210 Platform Miloš Janjić and Miljko Erić Abstract A new concept development

More information

Analyzing the Performance of Detection Technique to Detect Primary User in Cognitive Radio Network

Analyzing the Performance of Detection Technique to Detect Primary User in Cognitive Radio Network Analyzing the Performance of Detection Technique to Detect Primary User in Cognitive Radio Network R Lakshman Naik 1*, K Sunil Kumar 2, J Ramchander 3 1,3K KUCE&T, Kakatiya University, Warangal, Telangana

More information

Spectral Monitoring/ SigInt

Spectral Monitoring/ SigInt RF Test & Measurement Spectral Monitoring/ SigInt Radio Prototyping Horizontal Technologies LabVIEW RIO for RF (FPGA-based processing) PXI Platform (Chassis, controllers, baseband modules) RF hardware

More information

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems K. Jagan Mohan, K. Suresh & J. Durga Rao Dept. of E.C.E, Chaitanya Engineering College, Vishakapatnam, India

More information

Testing and Measurement of Cognitive Radio and Software Defined Radio Systems

Testing and Measurement of Cognitive Radio and Software Defined Radio Systems Testing and Measurement of Cognitive Radio and Software Defined Radio Systems Hüseyin Arslan University of South Florida, Tampa, FL, USA E-mail:arslan@eng.usf.edu ABSTRACT This paper describes an overview

More information

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

More information

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK Akshita Abrol Department of Electronics & Communication, GCET, Jammu, J&K, India ABSTRACT With the rapid growth of digital wireless communication

More information

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth. Karl. Luke

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth. Karl. Luke Bradley University Department of Electrical and Computer Engineering Senior Capstone Project Presentation May 2nd, 2006 Team Members: Luke Vercimak Karl Weyeneth Advisors: Dr. In Soo Ahn Dr. Thomas L.

More information

Responsive Communication Jamming Detector with Noise Power Fluctuation using Cognitive Radio

Responsive Communication Jamming Detector with Noise Power Fluctuation using Cognitive Radio Responsive Communication Jamming Detector with Noise Power Fluctuation using Cognitive Radio Mohsen M. Tanatwy Associate Professor, Dept. of Network., National Telecommunication Institute, Cairo, Egypt

More information

SOFTWARE DEFINED RADIO IMPLEMENTATION IN 3GPP SYSTEMS

SOFTWARE DEFINED RADIO IMPLEMENTATION IN 3GPP SYSTEMS SOFTWARE DEFINED RADIO IMPLEMENTATION IN 3GPP SYSTEMS R. Janani, A. Manikandan and V. Venkataramanan Arunai College of Engineering, Thiruvannamalai, India E-Mail: jananisaraswathi@gmail.com ABSTRACT Radio

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

OFDM Transmission Corrupted by Impulsive Noise

OFDM Transmission Corrupted by Impulsive Noise OFDM Transmission Corrupted by Impulsive Noise Jiirgen Haring, Han Vinck University of Essen Institute for Experimental Mathematics Ellernstr. 29 45326 Essen, Germany,. e-mail: haering@exp-math.uni-essen.de

More information

Underwater communication implementation with OFDM

Underwater communication implementation with OFDM Indian Journal of Geo-Marine Sciences Vol. 44(2), February 2015, pp. 259-266 Underwater communication implementation with OFDM K. Chithra*, N. Sireesha, C. Thangavel, V. Gowthaman, S. Sathya Narayanan,

More information

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes

Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Volume 4, Issue 6, June (016) Study of Performance Evaluation of Quasi Orthogonal Space Time Block Code MIMO-OFDM System in Rician Channel for Different Modulation Schemes Pranil S Mengane D. Y. Patil

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

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

OFDM Transceiver using Verilog Proposal

OFDM Transceiver using Verilog Proposal OFDM Transceiver using Verilog Proposal PAUL PETHSOMVONG ZACH ASAL DEPARTMENT OF ELECTRICAL ENGINEERING BRADLEY UNIVERSITY PEORIA, ILLINOIS NOVEMBER 21, 2013 1 Project Outline Orthogonal Frequency Division

More information

A Software Defined Radio Testbed for Research in Dynamic Spectrum Access

A Software Defined Radio Testbed for Research in Dynamic Spectrum Access Indiana University Purdue University Fort Wayne Opus: Research & Creativity at IPFW Master's Theses Master's Theses and Graduate Research 5-1-2012 A Software Defined Radio Testbed for Research in Dynamic

More information

Software Radio Network Testbed

Software Radio Network Testbed Software Radio Network Testbed Senior design student: Ziheng Gu Advisor: Prof. Liuqing Yang PhD Advisor: Xilin Cheng 1 Overview Problem and solution What is GNU radio and USRP Project goal Current progress

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

FPGA Implementation of Gaussian Multicarrier. Receiver with Iterative. Interference. Canceller. Tokyo Institute of Technology

FPGA Implementation of Gaussian Multicarrier. Receiver with Iterative. Interference. Canceller. Tokyo Institute of Technology FPGA Implementation of Gaussian Multicarrier Receiver with Iterative Interference Canceller Tetsuou Ohori,, Satoshi Suyama, Hiroshi Suzuki, and Kazuhiko Fukawa Tokyo Institute of Technology This work was

More information

Decrease Interference Using Adaptive Modulation and Coding

Decrease Interference Using Adaptive Modulation and Coding International Journal of Computer Networks and Communications Security VOL. 3, NO. 9, SEPTEMBER 2015, 378 383 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Decrease

More information

Spectrum Characterization for Opportunistic Cognitive Radio Systems

Spectrum Characterization for Opportunistic Cognitive Radio Systems 1 Spectrum Characterization for Opportunistic Cognitive Radio Systems Tevfik Yücek and Hüseyin Arslan Department of Electrical Engineering, University of South Florida 4202 E. Fowler Avenue, ENB-118, Tampa,

More information

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels

Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Orthogonal Frequency Division Multiplexing (OFDM) based Uplink Multiple Access Method over AWGN and Fading Channels Prashanth G S 1 1Department of ECE, JNNCE, Shivamogga ---------------------------------------------------------------------***----------------------------------------------------------------------

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

Study of Turbo Coded OFDM over Fading Channel

Study of Turbo Coded OFDM over Fading Channel International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 2 (August 2012), PP. 54-58 Study of Turbo Coded OFDM over Fading Channel

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

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

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

More information

Chapter 0 Outline. NCCU Wireless Comm. Lab

Chapter 0 Outline. NCCU Wireless Comm. Lab Chapter 0 Outline Chapter 1 1 Introduction to Orthogonal Frequency Division Multiplexing (OFDM) Technique 1.1 The History of OFDM 1.2 OFDM and Multicarrier Transmission 1.3 The Applications of OFDM 2 Chapter

More information

Design and Implementation of OFDM System and Reduction of Inter-Carrier Interference at Different Variance

Design and Implementation of OFDM System and Reduction of Inter-Carrier Interference at Different Variance Design and Implementation of OFDM System and Reduction of Inter-Carrier Interference at Different Variance Gaurav Verma 1, Navneet Singh 2 1 Research Scholar, JCDMCOE, Sirsa, Haryana, India 2 Assistance

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS SIGNAL DETECTION AND FRAME SYNCHRONIZATION OF MULTIPLE WIRELESS NETWORKING WAVEFORMS by Keith C. Howland September 2007 Thesis Advisor: Co-Advisor:

More information

Research Article SDR Based Energy Detection Spectrum Sensing in Cognitive Radio for Real Time Video Transmission

Research Article SDR Based Energy Detection Spectrum Sensing in Cognitive Radio for Real Time Video Transmission Hindawi Modelling and Simulation in Engineering Volume 2018, Article ID 2424305, 10 pages https://doi.org/10.1155/2018/2424305 Research Article SDR Based Energy Detection Spectrum Sensing in Cognitive

More information

Noise Plus Interference Power Estimation in Adaptive OFDM Systems

Noise Plus Interference Power Estimation in Adaptive OFDM Systems Noise Plus Interference Power Estimation in Adaptive OFDM Systems Tevfik Yücek and Hüseyin Arslan Department of Electrical Engineering, University of South Florida 4202 E. Fowler Avenue, ENB-118, Tampa,

More information

FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform

FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform Ivan GASPAR, Ainoa NAVARRO, Nicola MICHAILOW, Gerhard FETTWEIS Technische Universität

More information

Performance Analysis Of OFDM Using QPSK And 16 QAM

Performance Analysis Of OFDM Using QPSK And 16 QAM Performance Analysis Of OFDM Using QPSK And 16 QAM Virat Bhambhe M.Tech. Student, Electrical and Electronics Engineering Gautam Buddh Technical University (G.B.T.U.), Lucknow (U.P.), India Dr. Ragini Tripathi

More information

Frame Synchronization Symbols for an OFDM System

Frame Synchronization Symbols for an OFDM System Frame Synchronization Symbols for an OFDM System Ali A. Eyadeh Communication Eng. Dept. Hijjawi Faculty for Eng. Technology Yarmouk University, Irbid JORDAN aeyadeh@yu.edu.jo Abstract- In this paper, the

More information

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6.

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6. Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 6.0 NI USRP 1 TABLE OF CONTENTS 2 Summary... 2 3 Background:... 3 Software

More information

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS P. Th. Savvopoulos. PhD., A. Apostolopoulos 2, L. Dimitrov 3 Department of Electrical and Computer Engineering, University of Patras, 265 Patras,

More information

REVIEW ON SPECTRUM DETECTION TECHNIQUES UNDER BLIND PARAMETERS

REVIEW ON SPECTRUM DETECTION TECHNIQUES UNDER BLIND PARAMETERS REVIEW ON SPECTRUM DETECTION TECHNIQUES UNDER BLIND PARAMETERS Noblepreet Kaur Somal 1, Gagandeep Kaur 2 1 M.tech, Electronics and Communication Engg., Punjabi University Patiala Yadavindra College of

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

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth Bradley University Department of Electrical and Computer Engineering Senior Capstone Project Proposal December 6 th, 2005 Team Members: Luke Vercimak Karl Weyeneth Advisors: Dr. In Soo Ahn Dr. Thomas L.

More information

Design and Implementation of Software Defined Radio Using Xilinx System Generator

Design and Implementation of Software Defined Radio Using Xilinx System Generator International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 Design and Implementation of Software Defined Radio Using Xilinx System Generator Rini Supriya.L *, Mr.Senthil

More information

Spectrum Sensing for Wireless Communication Networks

Spectrum Sensing for Wireless Communication Networks Spectrum Sensing for Wireless Communication Networks Inderdeep Kaur Aulakh, UIET, PU, Chandigarh ikaulakh@yahoo.com Abstract: Spectrum sensing techniques are envisaged to solve the problems in wireless

More information

SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE

SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE Suban.A 1, Jeswill Prathima.I 2, Suganyasree G.C. 3, Author 1 : Assistant Professor, ECE

More information

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Rahul V R M Tech Communication Department of Electronics and Communication BCCaarmel Engineering College,

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 review paper on Software Defined Radio

A review paper on Software Defined Radio A review paper on Software Defined Radio 1 Priyanka S. Kamble, 2 Bhalchandra B. Godbole Department of Electronics Engineering K.B.P.College of Engineering, Satara, India. Abstract -In this paper, we summarize

More information

IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 06, 2017 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 06, 2017 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 06, 2017 ISSN (online): 2321-0613 Realization of Variable Digital Filter for Software Defined Radio Channelizers Geeta

More information

FPGA Implementation of PAPR Reduction Technique using Polar Clipping

FPGA Implementation of PAPR Reduction Technique using Polar Clipping International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 2, Issue 11 (July 2013) PP: 16-20 FPGA Implementation of PAPR Reduction Technique using Polar Clipping Kiran

More information

Cognitive Radio Transmission Based on Chip-level Space Time Block Coded MC-DS-CDMA over Fast-Fading Channel

Cognitive Radio Transmission Based on Chip-level Space Time Block Coded MC-DS-CDMA over Fast-Fading Channel Journal of Scientific & Industrial Research Vol. 73, July 2014, pp. 443-447 Cognitive Radio Transmission Based on Chip-level Space Time Block Coded MC-DS-CDMA over Fast-Fading Channel S. Mohandass * and

More information

Performance Analysis Of OFDM Using 4 PSK, 8 PSK And 16 PSK

Performance Analysis Of OFDM Using 4 PSK, 8 PSK And 16 PSK Performance Analysis Of OFDM Using 4 PSK, 8 PSK And 16 PSK Virat Bhambhe M.Tech. Student, Electrical and Electronics Engineering Gautam Buddh Technical University (G.B.T.U.), Lucknow (U.P.), India Dr.

More information

ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS

ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS Hüseyin Arslan and Tevfik Yücek Electrical Engineering Department, University of South Florida 422 E. Fowler

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

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS Sanjana T and Suma M N Department of Electronics and communication, BMS College of Engineering, Bangalore, India ABSTRACT In

More information

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel 1 V.R.Prakash* (A.P) Department of ECE Hindustan university Chennai 2 P.Kumaraguru**(A.P) Department of ECE Hindustan university

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 What s Behind 5G Wireless Communications? 서기환과장 2015 The MathWorks, Inc. 2 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile

More information

VLSI Implementation of Area-Efficient and Low Power OFDM Transmitter and Receiver

VLSI Implementation of Area-Efficient and Low Power OFDM Transmitter and Receiver Indian Journal of Science and Technology, Vol 8(18), DOI: 10.17485/ijst/2015/v8i18/63062, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 VLSI Implementation of Area-Efficient and Low Power

More information

Nutaq OFDM Reference

Nutaq OFDM Reference Nutaq OFDM Reference Design FPGA-based, SISO/MIMO OFDM PHY Transceiver PRODUCT SHEET QUEBEC I MONTREAL I NEW YORK I nutaq.com Nutaq OFDM Reference Design SISO/2x2 MIMO Implementation Simulation/Implementation

More information

PSD based primary user detection in Cognitive Radio systems operating in impulsive noise environment

PSD based primary user detection in Cognitive Radio systems operating in impulsive noise environment PSD based primary user detection in Cognitive Radio systems operating in impulsive noise environment Anjali Mishra 1, Amit Mishra 2 1 Master s Degree Student, Electronics and Communication Engineering

More information

ECE 6560 Multirate Signal Processing Chapter 13

ECE 6560 Multirate Signal Processing Chapter 13 Multirate Signal Processing Chapter 13 Dr. Bradley J. Bazuin Western Michigan University College of Engineering and Applied Sciences Department of Electrical and Computer Engineering 1903 W. Michigan Ave.

More information

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Test & Measurement Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Modern radar systems serve a broad range of commercial, civil, scientific and military applications.

More information

SDR OFDM Waveform design for a UGV/UAV communication scenario

SDR OFDM Waveform design for a UGV/UAV communication scenario SDR OFDM Waveform design for a UGV/UAV communication scenario SDR 11-WInnComm-Europe Christian Blümm 22nd June 2011 Content Introduction Scenario Hardware Platform Waveform TDMA Designing and Testing Conclusion

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

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

Cognitive Radio Platform Technology

Cognitive Radio Platform Technology Cognitive Radio Platform Technology Ivan Seskar Rutgers, The State University of New Jersey www.winlab.rutgers.edu seskar (at) winlab (dot) rutgers (dot) edu Complexity/Performance Tradeoffs Efficient

More information