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

Size: px
Start display at page:

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

Transcription

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 to dynamically discover portions of unused radio spectrum is a central ability of cognitive radios as it allows for dynamic access and sharing of the spectrum. Focusing on implementation lessons, this work steps through the design, implementation, and analysis of a wideband spectrum holes detector. Energy detection and cyclostationary detection algorithms for detecting spectrum holes are compared and the former is seen to perform better in applications with a constrained sensing time. A multiband energy detection algorithm able to scan a gigahertz-order range of frequencies and discover spectrum holes in real time is implemented on a software-defined radio. Resource utilization and requirements of the implementation are analyzed. Experiments are performed on the implementation to measure performance, study practical issues, and demonstrate its detection ability over a wide bandwidth with reasonable latency. Index Terms Cognitive radio, spectrum hole, energy detection, hardware, and real-time implementation. 1. INTRODUCTION The ability to dynamically discover and utilize unused portions of the radio spectrum (holes) leads to more reliable and more efficient uses of the radio spectrum. While regulation of the radio spectrum has caused an apparent spectrum scarcity, this is of an artificial nature since significant portions of licensed spectrum are unoccupied most of the time. Cognitive radios (CRs), which are wireless devices built on softwaredefined radio (SDR) with the ability to implement learning and adaptive algorithms that perform dynamic spectrum access (DSA), are able to find vacant frequency bands and avoid interfering with other users, thus addressing spectrum scarcity while making more efficient use of the radio spectrum [1]. While research that covers theoretical methods for sensing the radio spectrum and detecting holes is plentiful, there is a need for works that focus on the actual implementation and its related issues (especially wideband implementations). This work aims at addressing some of these needs by presenting the design, simulation, implementation, and analysis of a multiband blind spectrum hole detector for wideband CRs. Through simulations, we conclude that an energy detection algorithm is better suited for wideband applications than a cyclostationary algorithm. Following this, we propose a multiband energy detection algorithm and implement it in an SDR. A battery of experiment demonstrates the efficient application of the algorithm for an extremely wide bandwidth and with reasonable latency while also yielding valuable practical implementation and hardware/resource utilization lessons. 2. RELATION TO PRIOR WORK Theoretical research on cognitive radio is abundant, [1], SDRs are commercially available, white space frequencies are legally available, and there is even an IEEE standard [2]. For spectrum holes detection energy detection algorithms for cognitive radios are proposed in [3] and [4]. Cyclostationary detection is studied in [5, 6, 7], to name a few works. The works in [8] and [9] discussed the use of both cyclostationary detection (for fine sensing with a long sensing time) and energy detection algorithms (for coarse sensing with a short sensing time). Despite the large body of work, cognitive radios are still not yet part of everyday mainstream commercial use. We argue that the missing piece of the existing research puzzle is implementation studies. This paper aims at contributing to this incomplete part of the puzzle. 3. BLIND SPECTRUM HOLE DETECTION We focus on the practical implementation of blind spectrum holes detection, this is, which is performed without any a- priori knowledge of the signals to be detected. For this, we first consider the two primary techniques in the literature: energy detection and cyclostationary feature detection. [10] Energy Detection A single-band energy detection (ED) algorithm detects the presence of a signal using a power spectral density (PSD) estimate and does not require a-priori knowledge of the noise power. Instead, assuming that at least one frequency bin is unoccupied by signals during the sensing time, the noise power is estimated as the minimum value of the PSD. The assumption is expected to hold true in implementations where the receiver bandwidth is large enough that typical transmissions would not occupy the entire band. In this work, the target implementation platform has a 28 MHz bandwidth, which was deemed to be wide enough to support this algorithm because it is larger than typical transmissions (e.g. 20 MHz in Wi-Fi or 6-8 MHz in digital TV). The algorithm is as follows: 1. Compute successive N F -point FFTs of the input signal with no windowing functions or overlap between FFTs, X[k] = N F 1 x[n] e j2π k N F n. (1) 2. Compute the power spectral density (PSD) using the average squared magnitude of the FFTs: S xx [k] = E[ X[k] 2 ]/N F. 3. Find the minimum PSD value and use it as an estimate of the noise floor /17/$ IEEE 278 GlobalSIP 2017

2 4. Set the detection threshold T h ED to be the minimum PSD value multiplied by fixed scaling factor SF, chosen based on desired false alarm probability, P F A : T h ED = min{s xx [k]} SF. 5. A hole is detected when max{s xx [k]} < T h ED. For best performance in practice, E[ X[k] 2 ] should be estimated from the average of as many Fourier transforms as possible, but sensing time increases with the number of averages. Also, while energy detection has the advantage of being low in complexity, it presents the drawback that performance is degraded by inaccurate estimates of the in-band noise power, [11, 12]. For multiband spectrum hole detection the algorithm considers individual PSD bins instead of the maximum value of all PSD bins. This means a hole is detected in frequency bin k when S xx [k] < T h ED. Moreover, the single-band algorithm is modified by adding a metric to rank the strength of each spectrum hole or how likely it is to truly be a hole. Then, the multiband algorithm is implemented with the same steps as above with the addition of one extra step at the end, where for each frequency bin that is a hole, the corresponding rank is calculated as hole rank[k] = T h ED /S xx [k] Cyclostationary Detection A cyclostationary detection algorithm was based on [5], which uses the squared magnitude of the spectral correlation density (SCD) as a detection statistic followed by a threshold test to determine if a signal is present. For blind detection, the work in [6] suggests using a crest factor that is calculated from the spectral coherence magnitude. The work in [7] suggests integrating the SCD over a feature mask to detect signals, where the feature mask restricts the integration to the range of values for (α, f) where peaks/features are expected. The considered single-band cyclostationary detection (CD) algorithm is described as follows: 1. Compute successive N F -point FFTs of the input signal with no windowing functions or overlap between FFTs, X NF [n, f]. 2. Compute the scaled PSD (Note: N refers to the number of successive FFTs computed), 3. Compute the SCD, N 1 xx [f] = X NF [n, f] 2. (2) N 1 x α [f] = X NF [n, f + α/2]xn F [n, f α/2]. (3) 4. Compute the squared magnitude of the spectral coherence. S x α [f] 2 C x α [f] 2 = xx [f + α/2] S xx [f α/2]. (4) 5. A hole is detected when max{ C α x [f] 2 } < T h CD Energy Detection versus Cyclostationary Detection We compared single-band energy versus cyclostationary detection algorithms with the goal of selecting the best of the two for further study. The algorithms were compared through simulations when the input is a single baseband signal in AWGN. Single-band means that the only considered output is whether a signal is detected, rather than where the signal is inside the band. In the simulations, both QPSK and OFDM (with 16- QAM symbols) signals were tested. Both input signals have a length of 9216 samples, meaning 72 N F = 128-points FFTs are computed for each algorithm. Importantly, this sets the same sensing time for both algorithms. Other settings for the QPSK signal are 2304 symbols, 4 samples per symbol and an RRC roll-off of 0.5. For the OFDM signal, other settings are 128 symbols, 72 samples per symbol, 38 subcarriers and cyclic prefix length equal to 8 samples. The algorithms performance was evaluated in terms of the probability of detection (P D ) as a function of the Signal-to-Noise ratio (SNR) and the detector receiver operating characteristic (ROC) curve (P D as a function of P F A ). The value of P F A depends only on the detection threshold(s) chosen. Therefore, to measure P D as a function of SNR we set the detection threshold T h ED so that P F A = 0.1. This setting is in consideration that the IEEE standard for cognitive radio networks specifies that P F A should be less than or equal to 0.1 and P D should be greater than or equal to 0.9 [2]. In addition, we considered that the IEEE standard mandates a detection time of 2 seconds or less to meet P D and P F A requirements [2]. The simulation results showed that the energy detection algorithm outperforms the cyclostationary detection algorithm for both QPSK and OFDM for the same fixed signal length. This is because estimating the SCD with finite sensing time results in the noise SCD estimate to be small but not the theoretical zero. While increasing the sensing time improves performance of both cyclostationary and energy detection algorithms it was shown in [7] that cyclostationary feature detection requires longer sensing time to achieve the same performance as energy detection. The simulations corroborated this point. The longer sensing time makes the CD algorithm less desirable for wideband implementation, where the algorithm is applied repeatedly across a range of frequencies to cover a very wide bandwidth. Since further study focuses on multiband spectrum hole detection for wideband applications, in the sequel we consider only the energy detection algorithm. 4. IMPLEMENTATION To study practical issues, the multiband energy detection algorithm was implemented in a Nuand bladerf x115 platform. The bladerf is a SDR that can be tuned from 0.3 to 3.8 GHz and can transmit/receive 28 MHz of instantaneous bandwidth with a 40 Msps sampling rate and 12-bit sampling resolution. The bladerf contains an Altera Cyclone IV E FPGA with 115k logic elements which sits between a Lime Micro LMS6002D field-programmable RF transceiver and a Cypress FX3 USB 3.0 controller. The board s FPGA allows signal processing to be performed in hardware in addition to 279

3 software on the host PC. The detector architecture consists of a software program (running on the Nios II soft processor) for frequency tuning and control, and a hardware datapath for signal processing and hole detection (with all processing on the FPGA as shown in Fig. 1). For each band, the hardware datapath receives IQ samples at 40 Msps (for a sensing time of µs) and performs successive 128-point FFTs. Although sampling at 40 Msps could allow for a larger bandwidth, a lowpass filter in the RF front end reduces the passband bandwidth to 28 MHz (-14 MHz to +14 MHz). Then, the FFT frequency bins outside of the 28 MHz lowpass filter bandwidth are discarded, reducing the number of frequency bins from 128 to 89. The signal is still oversampled at 40 Msps to reduce aliasing. The squared magnitude of the FFT results are averaged (with 256 FFT results) to produce a PSD estimate. The FPGA logic was designed with VHDL and includes two Altera IP-cores (a 128-point FFT and a pipelined divider for calculating the hole ranking). The datapath processes samples in pipelined fashion with one sample per clock cycle. Fixed-point arithmetic was used for all calculations. In order to reduce precision loss, the implementation performs minimal bit reduction on fixed-point values. 39-bit precision was used for each calculated PSD value, and the scaling factor is stored as a 13-bit Q1.12 number. Fig. 1. Implementation Architecture For detection over GHz ranges, the detector partitions the bladerf s entire 0.3 to 3.8 GHz range into 125 frequency bands and sequentially performs the multiband energy detection algorithm at each band. One important measure of performance is the total sensing and processing time for each full scan, called the scan latency, which is calculated as t scan = (t s + t r ) N freq, where N freq is the number of frequency bands, t s is the sensing time per band, t r is the retune time to change from one band to the next, and where additional delay at the end of a full scan due to pipelining in the FPGA is negligible. We determined from the implementation that t r = µs and t s = µs. With N freq = 125, t scan = 169 ms approximately. The implementation detects holes with a resolution of khz. One issue to address is that direct conversion receivers suffer from unwanted baseband DC offset due to imperfections in the analog signal chain. Instead of compensating for DC offset, the detector estimates the PSD value of the DC bin with the average of PSD values at the two adjacent bins. Compensation methods proved ineffective at completed eliminating the DC spike. Another practical issue to consider is that the antenna frequency response is not flat over a 28 MHz band at those bands at the edges of its operating frequency range, thus, the detector should not be applied over these bands. As part of the study of practical implementation issues, Table 1 shows the measured FPGA resource utilization. For the Altera Cyclone IV E FPGA in the bladerf x115, the resource use was 8.8% of the total available. Table 1. FPGA Resource Utilization Usage Resource Nios + Datapath Total Interfaces 4-input LUT bit Register x18 Multiplier Kb Memory Block Implementation source code, including both VHDL hardware description and C software, has been provided online at 5. EXPERIMENTS AND RESULTS In this Section we discuss practical issues and results from experiments performed to assess performance. When running the detector with no antenna connected (only noise), we noted spurious tones (one or two for every 28 MHz band) in the PSD (with values 5-15 db above the noise floor) that were separate from the expected DC offset spikes at each frequency band. This issue was also seen in [13]. While the origin of the tones is unknown, it is expected to come from imperfections in the analog circuitry in or around the RF front end. Although the number of tones that could be discerned from background noise decreased drastically after attaching an antenna, each tone could be detected as a signal, adding to the number of false alarms. Also, testing revealed that the magnitude of the frequency response of the lowpass filter in the RF front end is around 1 db higher at the cutoff frequency than at DC. This issue, also noted in [13], results in a higher detection probability for frequencies near the cutoff frequency, and lower detection probability for frequencies around DC. While this issue could be addressed by scaling the PSD values according to the filter response it is not included in the results reported herein. Because it affects the energy detection performance, an experiment was done to study how varying noise levels affect noise power estimation. With the receive antenna unattached and replaced with a 50-ohm terminator, internal noise power from the RF front end varied by 20 db between the lowest frequency (0.3 GHz) and the highest frequency (3.8 GHz). Simply attaching the antenna or adjusting its orientation changed the observed noise power by db at certain frequencies. Therefore, we concluded that a dynamic estimation of the noise floor is needed for realistic systems. Figure 2 illustrates the setup in the experiments discussed next. The setup, intended to reproduce wireless communications without actually generating radio emissions in nonpermitted bands, consisted of three bladerf SDR devices transmitting through SMA cables to one receiver bladerf performing hole detection. The three transmitted signals were added using a 4:1 RF combiner. After the combiner, two 280

4 30 db attenuators were applied to protect the receiving device and reduce SNR. To yield longer signals, the experiments used the same QPSK and OFDM test signals used earlier but the number of QPSK symbols increased to for a signal length of samples and the number of OFDM symbols was also increased to 896 for a signal length of samples. A sampling rate of 15 Msps was used for transmission of the QPSK signal, resulting in a signal bandwidth of 5 MHz and the lowpass filter in the transmit chain of the RF front end was set to a bandwidth of 12 MHz. For transmission of the OFDM signal, a sampling rate of 24 Msps was used, resulting in a signal bandwidth of 16.5 MHz. The bandwidth of the lowpass filter in the transmit chain of the RF front end was set to 20 MHz. Each signal transmission was repeated indefinitely to result in a continuous transmission. Fig. 3. Detector performance for a single continuous transmission and fixed P F A = 0.09 Fig. 2. Experimental Setup The detector was configured to scan frequencies from 1308 MHz to 2288 MHz for a total sensing bandwidth of 980 MHz over 35 bands. The scaling factor was set to 1.455, producing a measured P F A of Note that for a multiband detection algorithm, the P F A is defined on a per-bin basis, meaning P F A is the probability for an individual bin to be detected as a signal when no signal is present (e.g. when the input is pure noise, the average number of frequency bins per band incorrectly detected as signals would be N F P F A, where N F is the number of frequency bins per band). The latency of each full scan was measured equal to 47.3 ms, which yields an average retune time of µs. A first experiment considered transmission from a single bladerf device. To address the non-flat frequency response of the front end filter, two different carrier frequencies were used. One carrier frequency was placed at the center of one of the detector s frequency bands, and the other carrier frequency was placed at the edge of one of the detector s frequency bands. The carrier frequencies used were 2134 MHz and 2148 MHz. Performance was measured in terms of the probability of detecting at least 90% of the power in the signal s bandwidth (P D,90 ). For each test signal (QPSK and OFDM), the detection probability P D,90 is the average of the two carrier frequencies. Figure 3 shows the resulting P D,90 as a function of in-band SNR. The higher P D,90 seen for the QPSK signal was attributed to the wider bandwidth of the OFDM signal (16.5 MHz) in comparison to QPSK signal (5 MHz), which leaves fewer free bands for a more accurate noise floor estimation. Figure 4 shows the resulting receiver operating characteristic (ROC) curve of the detector with inband SNR fixed at -6 db. The ROC curve was generated by Fig. 4. Detector ROC curve for a single continuous transmission and fixed in-band SNR = -6 db varying the detector s scaling factor and measuring each corresponding P D,90 and P F A value. A second experiment considered continuous transmissions from three bladerf devices. The three frequencies used were MHz, MHz, and MHz. Tests for QPSK signals and OFDM signals were kept separate. The transmit gain in each radio was adjusted so that all transmissions had the same in-band SNR (+/- 0.5 db). Performance was measured through the probability of detecting at least 90% of all ). Figure 5 shows the resulting PD,90 all as a function of in-band SNR. Interestingly, the performance of the detector with the OFDM signals is about the same as the performance with the QPSK signals. signals at any given time (P all D,90 6. CONCLUSION This paper contributes to a better understanding of implementation feasibility of spectrum hole detection in CRs by presenting the design, simulation, implementation, and analysis of a blind spectrum hole detector for cognitive radio applications. For wideband applications, simulations concluded that the performance of the energy detection algorithm was significantly higher than a cyclostationary algorithm. A multiband energy detection algorithm suitable for wideband implementation was proposed. The algorithm implementation demonstrated efficient application for an extremely wide bandwidth and with reasonable latency. Practical implementation issues and hardware/resource requirements were described in detail. Fig. 5. Detector performance for three continuous transmissions 281

5 7. REFERENCES [1] S. Haykin, Cognitive radio: brain-empowered wireless communications, IEEE Journal on Selected Areas in Communications, vol. 23, no. 2, pp , Feb [2] I. S. Association, Cognitive Wireless RAN Medium Access Control and Physical Layer Specifications: Policies and Procedures for Operation in TV bands, IEEE Standard , p. 447, Jun [3] M. López-Benítez and F. Casadevall, Improved energy detection spectrum sensing for cognitive radio, IET communications, vol. 6, no. 8, pp , [4] S. Atapattu, C. Tellambura, and H. Jiang, Energy Detection Based Cooperative Spectrum Sensing in Cognitive Radio Networks, IEEE Transactions on Wireless Communications, vol. 10, no. 4, pp , April [11] A. Mariani, A. Giorgetti, and M. Chiani, Effects of Noise Power Estimation on Energy Detection for Cognitive Radio Applications, IEEE Transactions on Communications, vol. 59, no. 12, pp , December [12] B. Shent, L. Huang, C. Zhao, Z. Zhou, and K. Kwak, Energy Detection Based Spectrum Sensing for Cognitive Radios in Noise of Uncertain Power, in 2008 International Symposium on Communications and Information Technologies, Oct 2008, pp [13] S. M. Mishra, S. ten Brink, R. Mahadevappa, and R. W. Brodersen, Cognitive Technology for Ultra- Wideband/WiMax Coexistence, in nd IEEE International Symposium on New Frontiers in Dynamic Spectrum Access Networks, April 2007, pp [5] S. Enserink and D. Cochran, A cyclostationary feature detector, in Proceedings of th Asilomar Conference on Signals, Systems and Computers, vol. 2, Oct 1994, pp vol.2. [6] K. Kim, I. A. Akbar, K. K. Bae, J. S. Um, C. M. Spooner, and J. H. Reed, Cyclostationary Approaches to Signal Detection and Classification in Cognitive Radio, in nd IEEE International Symposium on New Frontiers in Dynamic Spectrum Access Networks, April 2007, pp [7] A. Tkachenko, D. Cabric, and R. W. Brodersen, Cyclostationary Feature Detector Experiments Using Reconfigurable BEE2, in nd IEEE International Symposium on New Frontiers in Dynamic Spectrum Access Networks, April 2007, pp [8] S. Maleki, A. Pandharipande, and G. Leus, Two-stage spectrum sensing for cognitive radios, in 2010 IEEE International Conference on Acoustics, Speech and Signal Processing, March 2010, pp [9] W. Yue and B. Zheng, A two-stage spectrum sensing technique in cognitive radio systems based on combining energy detection and one-order cyclostationary feature detection, in Proceedings of the 2009 International Symposium on Web Information Systems and Applications (WISA09), 2009, pp [10] T. Yucek and H. Arslan, A survey of spectrum sensing algorithms for cognitive radio applications, IEEE Communications Surveys Tutorials, vol. 11, no. 1, pp , First

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

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

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

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

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

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

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

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

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

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

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

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

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

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont.

TSTE17 System Design, CDIO. General project hints. Behavioral Model. General project hints, cont. Lecture 5. Required documents Modulation, cont. TSTE17 System Design, CDIO Lecture 5 1 General project hints 2 Project hints and deadline suggestions Required documents Modulation, cont. Requirement specification Channel coding Design specification

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

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

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

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

Software Defined Radio: Enabling technologies and Applications

Software Defined Radio: Enabling technologies and Applications Mengduo Ma Cpr E 583 September 30, 2011 Software Defined Radio: Enabling technologies and Applications A Mini-Literature Survey Abstract The survey paper identifies the enabling technologies and research

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

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

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

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

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

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

An Adaptive Adjacent Channel Interference Cancellation Technique

An Adaptive Adjacent Channel Interference Cancellation Technique SJSU ScholarWorks Faculty Publications Electrical Engineering 2009 An Adaptive Adjacent Channel Interference Cancellation Technique Robert H. Morelos-Zaragoza, robert.morelos-zaragoza@sjsu.edu Shobha Kuruba

More information

Chapter 6. Agile Transmission Techniques

Chapter 6. Agile Transmission Techniques Chapter 6 Agile Transmission Techniques 1 Outline Introduction Wireless Transmission for DSA Non Contiguous OFDM (NC-OFDM) NC-OFDM based CR: Challenges and Solutions Chapter 6 Summary 2 Outline Introduction

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

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

Analysis of Co-channel Interference in Rayleigh and Rician fading channel for BPSK Communication using DPLL

Analysis of Co-channel Interference in Rayleigh and Rician fading channel for BPSK Communication using DPLL Analysis of Co-channel Interference in Rayleigh and Rician fading channel for BPSK Communication using DPLL Pranjal Gogoi Department of Electronics and Communication Engineering, GIMT( Girijananda Chowdhury

More information

ELT Radio Architectures and Signal Processing. Motivation, Some Background & Scope

ELT Radio Architectures and Signal Processing. Motivation, Some Background & Scope Introduction ELT-44007/Intro/1 ELT-44007 Radio Architectures and Signal Processing Motivation, Some Background & Scope Markku Renfors Department of Electronics and Communications Engineering Tampere University

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

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

PXIe Contents SPECIFICATIONS. 14 GHz and 26.5 GHz Vector Signal Analyzer

PXIe Contents SPECIFICATIONS. 14 GHz and 26.5 GHz Vector Signal Analyzer SPECIFICATIONS PXIe-5668 14 GHz and 26.5 GHz Vector Signal Analyzer These specifications apply to the PXIe-5668 (14 GHz) Vector Signal Analyzer and the PXIe-5668 (26.5 GHz) Vector Signal Analyzer with

More information

Real-time Wide-band Spectrum Sensing for Cognitive Radio

Real-time Wide-band Spectrum Sensing for Cognitive Radio Real-time Wide-band Spectrum Sensing for Cognitive Radio Wei liu, Opher Yaron, Ingrid Moerman, Stefan Bouckaert, Bart Jooris, Piet Demeester Department of Information Technology Internet Based Communication

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

Cognitive Radio: Fundamentals and Opportunities

Cognitive Radio: Fundamentals and Opportunities San Jose State University From the SelectedWorks of Robert Henry Morelos-Zaragoza Fall August 24, 2007 Cognitive Radio: Fundamentals and Opportunities Robert H Morelos-Zaragoza, San Jose State University

More information

Signal Detection Method based on Cyclostationarity for Cognitive Radio

Signal Detection Method based on Cyclostationarity for Cognitive Radio THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. Signal Detection Method based on Cyclostationarity for Cognitive Radio Abstract Kimtho PO and Jun-ichi TAKADA

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

Cognitive Radio Communications for Dynamic Spectrum Access. Outline

Cognitive Radio Communications for Dynamic Spectrum Access. Outline Cognitive Radio Communications for Dynamic Spectrum Access Slides based on set provided by Alexander M. Wyglinski Research Assistant Professor ITTC The University of Kansas This work was generously supported

More information

Implementation Issues in Spectrum Sensing for Cognitive Radios

Implementation Issues in Spectrum Sensing for Cognitive Radios Implementation Issues in Spectrum Sensing for Cognitive Radios Danijela Cabric, Shridhar Mubaraq Mishra, Robert W. Brodersen Berkeley Wireless Research Center, University of California, Berkeley Abstract-

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

3 USRP2 Hardware Implementation

3 USRP2 Hardware Implementation 3 USRP2 Hardware Implementation This section of the laboratory will familiarize you with some of the useful GNURadio tools for digital communication system design via SDR using the USRP2 platforms. Specifically,

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

MAKING TRANSIENT ANTENNA MEASUREMENTS

MAKING TRANSIENT ANTENNA MEASUREMENTS MAKING TRANSIENT ANTENNA MEASUREMENTS Roger Dygert, Steven R. Nichols MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 ABSTRACT In addition to steady state performance, antennas

More information

TESTS AND TRIALS OF SOFTWARE-DEFINED AND COGNITIVE RADIO IN IRELAND

TESTS AND TRIALS OF SOFTWARE-DEFINED AND COGNITIVE RADIO IN IRELAND TESTS AND TRIALS OF SOFTWARE-DEFINED AND COGNITIVE RADIO IN IRELAND Keith E. Nolan, Centre for Telecommunications Value-Chain Research (CTVR) at University of Dublin, Trinity College (keithnolan@mee.tcd.ie),

More information

Local Oscillators Phase Noise Cancellation Methods

Local Oscillators Phase Noise Cancellation Methods IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 1 (Jan. - Feb. 2013), PP 19-24 Local Oscillators Phase Noise Cancellation Methods

More information

nuand bladerf Overview

nuand bladerf Overview nuand bladerf Overview Ryan Tucker W2XH rtucker@gmail.com September 13, 2013 Rochester VHF Group This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a

More information

Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface

Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface SPECIFICATIONS PXIe-5645 Reconfigurable 6 GHz Vector Signal Transceiver with I/Q Interface Contents Definitions...2 Conditions... 3 Frequency...4 Frequency Settling Time... 4 Internal Frequency Reference...

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

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

A 3 TO 30 MHZ HIGH-RESOLUTION SYNTHESIZER CONSISTING OF A DDS, DIVIDE-AND-MIX MODULES, AND A M/N SYNTHESIZER. Richard K. Karlquist

A 3 TO 30 MHZ HIGH-RESOLUTION SYNTHESIZER CONSISTING OF A DDS, DIVIDE-AND-MIX MODULES, AND A M/N SYNTHESIZER. Richard K. Karlquist A 3 TO 30 MHZ HIGH-RESOLUTION SYNTHESIZER CONSISTING OF A DDS, -AND-MIX MODULES, AND A M/N SYNTHESIZER Richard K. Karlquist Hewlett-Packard Laboratories 3500 Deer Creek Rd., MS 26M-3 Palo Alto, CA 94303-1392

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

9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements

9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements 9 Best Practices for Optimizing Your Signal Generator Part 2 Making Better Measurements In consumer wireless, military communications, or radar, you face an ongoing bandwidth crunch in a spectrum that

More information

Design of Adjustable Reconfigurable Wireless Single Core

Design of Adjustable Reconfigurable Wireless Single Core IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 2 (May. - Jun. 2013), PP 51-55 Design of Adjustable Reconfigurable Wireless Single

More information

Review On: Spectrum Sensing in Cognitive Radio Using Multiple Antenna

Review On: Spectrum Sensing in Cognitive Radio Using Multiple Antenna Review On: Spectrum Sensing in Cognitive Radio Using Multiple Antenna Komal Pawar 1, Dr. Tanuja Dhope 2 1 P.G. Student, Department of Electronics and Telecommunication, GHRCEM, Pune, Maharashtra, India

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

Antenna Measurements using Modulated Signals

Antenna Measurements using Modulated Signals Antenna Measurements using Modulated Signals Roger Dygert MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 Abstract Antenna test engineers are faced with testing increasingly

More information

Cooperative Wireless Networking Using Software Defined Radio

Cooperative Wireless Networking Using Software Defined Radio Cooperative Wireless Networking Using Software Defined Radio Jesper M. Kristensen, Frank H.P Fitzek Departement of Communication Technology Aalborg University, Denmark Email: jmk,ff@kom.aau.dk Abstract

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

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

A Business Case for Employing Direct RF Transmission over Optical Fiber In Place of CPRI for 4G and 5G Fronthaul

A Business Case for Employing Direct RF Transmission over Optical Fiber In Place of CPRI for 4G and 5G Fronthaul A Business Case for Employing Direct RF Transmission over Optical Fiber In Place of CPRI for 4G and 5G Fronthaul Presented by APIC Corporation 5800 Uplander Way Culver City, CA 90230 www.apichip.com sales@apichip.com

More information

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 OFDMA PHY for EPoC: a Baseline Proposal Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 Supported by Jorge Salinger (Comcast) Rick Li (Cortina) Lup Ng (Cortina) PAGE 2 Outline OFDM: motivation

More information

Wideband Spectral Measurement Using Time-Gated Acquisition Implemented on a User-Programmable FPGA

Wideband Spectral Measurement Using Time-Gated Acquisition Implemented on a User-Programmable FPGA Wideband Spectral Measurement Using Time-Gated Acquisition Implemented on a User-Programmable FPGA By Raajit Lall, Abhishek Rao, Sandeep Hari, and Vinay Kumar Spectral measurements for some of the Multiple

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

Understanding Probability of Intercept for Intermittent Signals

Understanding Probability of Intercept for Intermittent Signals 2013 Understanding Probability of Intercept for Intermittent Signals Richard Overdorf & Rob Bordow Agilent Technologies Agenda Use Cases and Signals Time domain vs. Frequency Domain Probability of Intercept

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

Digital Baseband Architecture in AR1243/AR1642 Automotive Radar Devices

Digital Baseband Architecture in AR1243/AR1642 Automotive Radar Devices Application Report Lit. Number June 015 Digital Baseband Architecture in AR143/AR164 Automotive Radar Devices Sriram Murali, Karthik Ramasubramanian Wireless Connectivity Solutions ABSTRACT This application

More information

IJMIE Volume 2, Issue 4 ISSN:

IJMIE Volume 2, Issue 4 ISSN: Reducing PAPR using PTS Technique having standard array in OFDM Deepak Verma* Vijay Kumar Anand* Ashok Kumar* Abstract: Orthogonal frequency division multiplexing is an attractive technique for modern

More information

Cyclostationary Signature Detection in Multipath Rayleigh Fading Environments

Cyclostationary Signature Detection in Multipath Rayleigh Fading Environments Cyclostationary Signature Detection in Multipath Rayleigh Fading Environments Sutton P. D., Lotze J., Nolan K. E., Doyle L. E. Centre for Telecommunications Value-chain Research (CTVR) University of Dublin,

More information

Low Complexity Spectrum Sensing using Variable Digital Filters for Cognitive Radio based Air-Ground Communication

Low Complexity Spectrum Sensing using Variable Digital Filters for Cognitive Radio based Air-Ground Communication Low Complexity Spectrum Sensing using Variable Digital Filters for Cognitive Radio based Air-Ground Communication Abhishek Ambede #, Smitha K. G. and A. P. Vinod School of Computer Engineering, Nanyang

More information

Detection the Spectrum Holes in the Primary Bandwidth of the Cognitive Radio Systems in Presence Noise and Attenuation

Detection the Spectrum Holes in the Primary Bandwidth of the Cognitive Radio Systems in Presence Noise and Attenuation Int. J. Communications, Network and System Sciences, 2012, 5, 684-690 http://dx.doi.org/10.4236/ijcns.2012.510071 Published Online October 2012 (http://www.scirp.org/journal/ijcns) Detection the Spectrum

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

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

Analysis of Persistent RFI Signals Captured Using the CISR Coherent Sampling Mode

Analysis of Persistent RFI Signals Captured Using the CISR Coherent Sampling Mode Analysis of Persistent RFI Signals Captured Using the CISR Coherent Sampling Mode S.W. Ellingson and K.H. Lee February 13, 26 Contents 1 Introduction 2 2 Methodology 2 2.1 Hardware Configuration and Data

More information

Enhanced Low-Complexity Detector Design for Embedded Cyclostationary Signatures

Enhanced Low-Complexity Detector Design for Embedded Cyclostationary Signatures Proceedings of the SDR Technical Conference and Product Exposition, Copyright 2 Wireless Innovation Forum All Rights Reserved Enhanced Low-Complexity Detector Design for Embedded Cyclostationary Signatures

More information

Abstract. Keywords - Cognitive Radio, Bit Error Rate, Rician Fading, Reed Solomon encoding, Convolution encoding.

Abstract. Keywords - Cognitive Radio, Bit Error Rate, Rician Fading, Reed Solomon encoding, Convolution encoding. Analysing Cognitive Radio Physical Layer on BER Performance over Rician Fading Amandeep Kaur Virk, Ajay K Sharma Computer Science and Engineering Department, Dr. B.R Ambedkar National Institute of Technology,

More information

Improving Amplitude Accuracy with Next-Generation Signal Generators

Improving Amplitude Accuracy with Next-Generation Signal Generators Improving Amplitude Accuracy with Next-Generation Signal Generators Generate True Performance Signal generators offer precise and highly stable test signals for a variety of components and systems test

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

Implementation and Complexity Analysis of List Sphere Detector for MIMO-OFDM systems

Implementation and Complexity Analysis of List Sphere Detector for MIMO-OFDM systems Implementation and Complexity Analysis of List Sphere Detector for MIMO-OFDM systems Markus Myllylä University of Oulu, Centre for Wireless Communications markus.myllyla@ee.oulu.fi Outline Introduction

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

Editor: this header only appears here to set number 100 and is not to be included.

Editor: this header only appears here to set number 100 and is not to be included. 100 LEVEL 1 Editor: this header only appears here to set number 100 and is not to be included. 100.2 Level two Editor: this header only appears here to set number 2 and is not to be included. Change Subclause

More information

Challenges in Digital Filter Bank Implementation from a Cognitive Radio Perspective - A Review

Challenges in Digital Filter Bank Implementation from a Cognitive Radio Perspective - A Review Challenges in Digital Filter Bank Implementation from a Cognitive Radio Perspective - A Review Smitha K.G, R. Mahesh and A. P. Vinod Nanyang Technological University, Singapore E-mail: {smitha, rpmahesh,

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION THE APPLICATION OF SOFTWARE DEFINED RADIO IN A COOPERATIVE WIRELESS NETWORK Jesper M. Kristensen (Aalborg University, Center for Teleinfrastructure, Aalborg, Denmark; jmk@kom.aau.dk); Frank H.P. Fitzek

More information

DYNAMIC SPECTRUM SENSING USING MATCHED FILTER METHOD AND MATLAB SIMULATION

DYNAMIC SPECTRUM SENSING USING MATCHED FILTER METHOD AND MATLAB SIMULATION DYNAMIC SPECTRUM SENSING USING MATCHED FILTER METHOD AND MATLAB SIMULATION Miss. Nawale Tejashree L 1, Miss. Thorat Pranali R 2 1Assistant Professor, E&TC Department, RGCOE, Ahmednagar, India 2Lecturer,

More information

Using SDR for Cost-Effective DTV Applications

Using SDR for Cost-Effective DTV Applications Int'l Conf. Wireless Networks ICWN'16 109 Using SDR for Cost-Effective DTV Applications J. Kwak, Y. Park, and H. Kim Dept. of Computer Science and Engineering, Korea University, Seoul, Korea {jwuser01,

More information

Contents. Introduction 1 1 Suggested Reading 2 2 Equipment and Software Tools 2 3 Experiment 2

Contents. Introduction 1 1 Suggested Reading 2 2 Equipment and Software Tools 2 3 Experiment 2 ECE363, Experiment 02, 2018 Communications Lab, University of Toronto Experiment 02: Noise Bruno Korst - bkf@comm.utoronto.ca Abstract This experiment will introduce you to some of the characteristics

More information

BLIND SIGNAL PARAMETER ESTIMATION FOR THE RAPID RADIO FRAMEWORK

BLIND SIGNAL PARAMETER ESTIMATION FOR THE RAPID RADIO FRAMEWORK BLIND SIGNAL PARAMETER ESTIMATION FOR THE RAPID RADIO FRAMEWORK Adolfo Recio, Jorge Surís, and Peter Athanas {recio; jasuris; athanas}@vt.edu Virginia Tech Bradley Department of Electrical and Computer

More information

Algorithm to Improve the Performance of OFDM based WLAN Systems

Algorithm to Improve the Performance of OFDM based WLAN Systems International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 27-31 Algorithm to Improve the Performance of OFDM based WLAN Systems D. Sreenivasa Rao 1, M. Kanti Kiran

More information

Adaptive Multi-Coset Sampler

Adaptive Multi-Coset Sampler Adaptive Multi-Coset Sampler Samba TRAORÉ, Babar AZIZ and Daniel LE GUENNEC IETR - SCEE/SUPELEC, Rennes campus, Avenue de la Boulaie, 35576 Cesson - Sevigné, France samba.traore@supelec.fr The 4th Workshop

More information

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

More information

HD Radio FM Transmission. System Specifications

HD Radio FM Transmission. System Specifications HD Radio FM Transmission System Specifications Rev. G December 14, 2016 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation.

More information

Cyclostationary Detection in Spectrum Pooling System of Undefined Secondary Users

Cyclostationary Detection in Spectrum Pooling System of Undefined Secondary Users Cyclostationary Detection in Spectrum Pooling System of Undefined Secondary Users Nazar Radhi 1, Kahtan Aziz 2, Rafed Sabbar Abbas 3, Hamed AL-Raweshidy 4 1,3,4 Wireless Network & Communication Centre,

More information

Cyclostationarity-Based Spectrum Sensing for Wideband Cognitive Radio

Cyclostationarity-Based Spectrum Sensing for Wideband Cognitive Radio 9 International Conerence on Communications and Mobile Computing Cyclostationarity-Based Spectrum Sensing or Wideband Cognitive Radio Qi Yuan, Peng Tao, Wang Wenbo, Qian Rongrong Wireless Signal Processing

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

Prototyping Next-Generation Communication Systems with Software-Defined Radio

Prototyping Next-Generation Communication Systems with Software-Defined Radio Prototyping Next-Generation Communication Systems with Software-Defined Radio Dr. Brian Wee RF & Communications Systems Engineer 1 Agenda 5G System Challenges Why Do We Need SDR? Software Defined Radio

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

TESTING METHODS AND ERROR BUDGET ANALYSIS OF A SOFTWARE DEFINED RADIO By Richard Overdorf

TESTING METHODS AND ERROR BUDGET ANALYSIS OF A SOFTWARE DEFINED RADIO By Richard Overdorf TESTING METHODS AND ERROR BUDGET ANALYSIS OF A SOFTWARE DEFINED RADIO By Richard Overdorf SDR Considerations Data rates Voice Image Data Streaming Video Environment Distance Terrain High traffic/low traffic

More information

Low-cost approach for a software-defined radio based ground station receiver for CCSDS standard compliant S-band satellite communications

Low-cost approach for a software-defined radio based ground station receiver for CCSDS standard compliant S-band satellite communications IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Low-cost approach for a software-defined radio based ground station receiver for CCSDS standard compliant S-band satellite communications

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