Software Radio Spectrum Analyzer

Size: px
Start display at page:

Download "Software Radio Spectrum Analyzer"

Transcription

1 Wireless Innovation Forum European Conference on Communications Technologies and Software Defined Radio Brussels June 2012 Software Radio Spectrum Analyzer Jérôme PARISOT, Emilien LE SUR, Christophe MOY, Daniel LE GUENNEC, Pierre LERAY SUPELEC/IETR 27 June 2012 SUPELEC - Campus de Rennes SCEE Signal, Communications et Electronique Embarquée IETR UMR CNRS 6164 Institut d'electronique et Télécommunications de Rennes

2 Project goal Student project implement real radio on a part-time 3 months project evaluate/dimension SDR capabilities for realtime processing not only for communications System SDR approach USRP N210 from Ettus research Simulink processing environment Christophe MOY - SUPELEC 27 June

3 Presentation outline Power spectral density Simulink implementation on N210 platforms Windows implementation on N210 platforms Conclusion Christophe MOY - SUPELEC 27 June

4 Presentation outline Power spectral density Simulink implementation on N210 platforms Windows implementation on N210 platforms Conclusion Christophe MOY - SUPELEC 27 June

5 Spectrum analysis Spectrum continuous discrete + ( ) 2iπft = x(t).e dt N 2iπfkT ( f ) = T x(k).e X f k= 1 but : amplitude and phase Xˆ convergence not guaranteed mathematically Power Spectral Density auto-correlation γ Γ x x ( τ) = E + ( f ) = { x(t + τ).x(t) } γ x ( τ).e for real signals 2iπfτ dτ Fourrier transform Christophe MOY - SUPELEC 27 June

6 Power Spectral Density Power Spectral Density it can be shown that periodogram instead: (Schuster ) 2 Γ x ( f ) Xˆ (f) = lim E N.T Xˆ X(f) Γˆx ( f ) = N.T but: it can be shown that estimation error standard deviation (hypothesis of White Gaussian Noise) Γ f σ Γ ˆ error is a the level of the measure! necessary to average Welch approach x ( ) x ( 0 ) f 0 Christophe MOY - SUPELEC 27 June

7 WELCH method (I) Discrete PSD by Welch method based on temporal samples (periodogram-based) subdivide the samples in temporal slots combine the PSD result of each slot in order to make a global mean PSD Γ 1(f) Γ 2 (f) 1 N t 1 M 2.M k.m advantage on precision disadvantage resolution ( f ) i ( f0 ) σ x 0 = 1 Γˆ σ Γ k Xˆ (f) Γˆ x ( f ) = N.T k Γˆ 1 ( f ) = Γ ˆ i(f k Christophe MOY - SUPELEC 27 June x ) i= 1

8 WELCH method (II) observation horizon t slot i(f) Γ Γ i+1 (f) Overlap avoid loosing effects at the slot border observation horizon t slot overlap Christophe MOY - SUPELEC 27 June

9 WELCH method (III) Windowing in order to mitigate truncature effect Hamming here t Christophe MOY - SUPELEC 27 June

10 WELCH method (IV) t Windowing Windowing Windowing Windowing FT FT FT FT ² ² ² ² Mean Normalisation Christophe MOY - SUPELEC 27 June

11 Matlab implementation Function for Welch algorithm input: time samples output: PSD parameters: number of slots overlapping ratio windowing type signalout = zeros(1,sizefft);. for i=0:nbslots-1 offset=doffsetslot*i+1; % Slot extraction and windowing. slot= signalin(offset:offset + slotsize-1).*fen; function [ signalout ] = algowelch( signalin, nbslots, overlapratio, window) end % Normailze FFT. S = fft(slot, sizefft)/slotsize; % Square signalout = signalout + abs(s).^2; % Mean and normalization. signalout = signalout/ nbslots * slotsize/ norm_win; Christophe MOY - SUPELEC 27 June

12 Presentation outline Power spectral density Simulink implementation on N210 platforms Windows implementation on N210 platforms Conclusion Christophe MOY - SUPELEC 27 June

13 Hardware system USRP based platform (N210 frome Ettus TM ) UHD drivers for Simulink environment real-time processing GBethernet link USRP SDR approach for test and measurements Not only for RF 80 MHz - 1,4 GHz communications 13 N210 ADC 100 MHz 256 f ADC =100 MHz f S =390 khz 2.3 GHz Intel Core i5 Spectrum Analyzer (Simulink) Christophe MOY - SUPELEC 27 June

14 N210 platform from Ettus TM f ADC DCR 14 Christophe MOY - SUPELEC 27 June

15 System functional view USRP N210 platform IF ADC DDC Buffer GBethernet input buffer Welch algorithm Spectrum anayzer PC for processing and display - Simulink data reordering data reordering Spectrogram Persistance Christophe MOY - SUPELEC 27 June

16 Simulink processing (I) Spectrum analyzer Amplitude t Acquisition Acquisition Spectral Estimation Display Spectral Estimation Display Spectral Estimation n-1 n n+1 16 Christophe MOY - SUPELEC 27 June

17 Simulink processing (I) Spectrum analyzer performance bandwidth DCR: undersampling factor display frequency (of PSD) n f : number of samples per frame n b : number of frames f Max f disp fadc = 2 DCR = f ADC 1 DCR n n f b real time (2.3 GHz Intel Core i5) Fc (center freq.) 80 Mhz 1.4 GHz Decim bandwidth Frame Sample Output Length Time data type (s) khz 362 2, double Christophe MOY - SUPELEC 27 June

18 Simulink processing (I) Spectrum analyzer in Simulink Christophe MOY - SUPELEC 27 June

19 Simulink processing (I) Spectrum analyzer FM 10 khz signal DCR = 256 DCR = 128 DCR = 64 Christophe MOY - SUPELEC 27 June

20 Simulink processing (II) Spectrogram overlapping ratio = 0.5, Nb slots = 8 display refresh frequency 5.7Hz overlapping ratio = 0.8, Nb slots = 16 display refresh frequency 2.6Hz frequency carrier jumping time carrier FM modulation FM jumping Christophe MOY - SUPELEC 27 June

21 Simulink processing (III) Remanence overlapping ratio = 0.5, Nb slots = 8 display refresh frequency 8.33 Hz overlapping ratio = 0.8, Nb slots = 16 display refresh frequency 3.86 Hz Christophe MOY - SUPELEC 27 June

22 PSD variance estimate Trade-off: quality / execution duration Relative delay for a input of samples Relative delay for a input of samples Variance for an input of samples delay Size of each slice 0 0 Variance/Energy /variance for r=0, nb= Number of slices delay Overlapping Ratio Overlapping Ratio Number of slices Number of slices Christophe MOY - SUPELEC 27 June

23 screen shots FM broadcast (delayed) 16 (delayed) Christophe MOY - SUPELEC 27 June

24 Presentation outline Power spectral density Simulink implementation on N210 platforms Windows implementation on N210 platforms Conclusion Christophe MOY - SUPELEC 27 June

25 Windows implementation Development Environment SUPELEC proprietary environment (Windows) UHD library from Ettus Research Supporting HDCRAM Hierarchical and Distributed Cognitive Radio Architecture Management [1] HDCRAM is an architecture for the management of reconfiguration and cognitive facilities (metrics capture and decision/learning) for real-time auto-adaptation [1] Christophe MOY, "High-Level Design Approach for the Specification of Cognitive Radio Equipments Management APIs", Journal of Network and System Management - Special Issue on Management Functionalities for Cognitive Wireless Networks and Systems, vol. 18, number 1, pp , Mar Christophe MOY - SUPELEC 27 June

26 HDCRAM management Spectrum analyzer is a kind of cognitive radio carrier frequency adjustment sensor DCR factor (undersampling) sensor display parameters data processing to be reconfigured FM 10 khz Christophe MOY - SUPELEC 27 June

27 Presentation outline Power spectral density Simulink implementation on N210 platforms Windows implementation on N210 platforms Conclusion Christophe MOY - SUPELEC 27 June

28 Conclusion Teaching level (project benefit for students) power spectrum density study fast and easy to implement very motivating for students compared to analytical analysis simulations more or less deconnected from reality writing a paper for a conference SDR for other stuff than communications channel sounder last year spectrum analyzer here Sensor for cognitive radio Christophe MOY - SUPELEC 27 June

29 Thank you to/this is the work of students: Emilien LE SUR Jérôme PARISOT Thanks for your attention Christophe MOY - SUPELEC 27 June

and RTL-SDR Wireless Systems

and RTL-SDR Wireless Systems Laboratory 4 FM Receiver using MATLAB and RTL-SDR Wireless Systems TLEN 5830 Wireless Systems This Lab introduces the working of FM Receiver using MATLAB and Software Defined Radio This exercise encompasses

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

Advances in RF and Microwave Measurement Technology

Advances in RF and Microwave Measurement Technology 1 Advances in RF and Microwave Measurement Technology Farris Alhorr Business Development Manager RF & Wireless Communication Farris.alhorr@ New Demands in Modern RF and Microwave Test In semiconductor

More information

Spread Spectrum Channel Sounder Implementation with USRP Platforms

Spread Spectrum Channel Sounder Implementation with USRP Platforms Spread Spectrum Channel Sounder Implementation with USRP Platforms Adrien LE NAOUR, Olivier GOUBET, Christophe MOY, Pierre LERAY SUPELEC/IETR Avenue de la Boulais, CS 47601, 35576, Cesson-Sévigné Cedex,

More information

COGNITIVE RADIO: AN ENABLER FOR DIGITAL MANUFACTURING

COGNITIVE RADIO: AN ENABLER FOR DIGITAL MANUFACTURING COGNITIVE RADIO PROF. CHRISTOPHE MOY CENTRALE 1 SUPÉLEC - IETR COGNITIVE RADIO: AN ENABLER FOR DIGITAL MANUFACTURING Christophe MOY Professor Centrale Supélec IETR UMR CNRS 6164 Head of Communications

More information

DADS with short spreading sequences for high data rate communications or improved BER performance

DADS with short spreading sequences for high data rate communications or improved BER performance 1 DADS short spreading sequences for high data rate communications omproved performance Vincent Le Nir and Bart Scheers Abstract In this paper, a method is proposed to improve the performance of the delay

More information

Transmission Fundamentals

Transmission Fundamentals College of Computer & Information Science Wireless Networks Northeastern University Lecture 1 Transmission Fundamentals Signals Data rate and bandwidth Nyquist sampling theorem Shannon capacity theorem

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

EE 451: Digital Signal Processing

EE 451: Digital Signal Processing EE 451: Digital Signal Processing Power Spectral Density Estimation Aly El-Osery Electrical Engineering Department, New Mexico Tech Socorro, New Mexico, USA December 4, 2017 Aly El-Osery (NMT) EE 451:

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Marc Barberis 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile Broadband IoT

More information

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

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

More information

EE 451: Digital Signal Processing

EE 451: Digital Signal Processing EE 451: Digital Signal Processing Stochastic Processes and Spectral Estimation Aly El-Osery Electrical Engineering Department, New Mexico Tech Socorro, New Mexico, USA November 29, 2011 Aly El-Osery (NMT)

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK STUDY OF THE BASICS OF SPECTRUM ANALYZER AND PERSPECTIVES MONALI CHAUDHARI 1, VAISHALI

More information

Developing a Generic Software-Defined Radar Transmitter using GNU Radio

Developing a Generic Software-Defined Radar Transmitter using GNU Radio Developing a Generic Software-Defined Radar Transmitter using GNU Radio A thesis submitted in partial fulfilment of the requirements for the degree of Master of Sciences (Defence Signal Information Processing)

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

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

ÉNERGIE ET RADIOSCIENCES

ÉNERGIE ET RADIOSCIENCES Journées scientifiques 15/16 mars 2016 URSI-France ÉNERGIE ET RADIOSCIENCES Energy saving in Analog to Digital Convertors: how Multi-Coset Non Uniform sampling scheme can help Yves LOUET*, Samba TRAORE*

More information

Wideband Direct Digital Radio Modeling and Verification Rulon VanDyke 1, David Leiss 2

Wideband Direct Digital Radio Modeling and Verification Rulon VanDyke 1, David Leiss 2 IMS2011 Wideband Direct Digital Radio Modeling and Verification Rulon VanDyke 1, David Leiss 2 1 Agilent Technologies, Alpharetta, GA, USA 2 Agilent Technologies, Manassas, VA, USA Typical Presentation

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

Lab 1: Analog Modulations

Lab 1: Analog Modulations Lab 1: Analog Modulations Due: October 11, 2018 This lab contains two parts: for the first part you will perform simulation entirely in MATLAB, for the second part you will use a hardware device to interface

More information

Implementation of basic analog and digital modulation schemes using a SDR platform

Implementation of basic analog and digital modulation schemes using a SDR platform Implementation of basic analog and digital modulation schemes using a SDR platform José M. Valencia Instituto Tecnológico y de Estudios Superiores de Occidente Tlaquepaque Jalisco, México chema.valencia@gmail.com

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

STABLE32 FREQUENCY DOMAIN FUNCTIONS W.J. Riley, Hamilton Technical Services

STABLE32 FREQUENCY DOMAIN FUNCTIONS W.J. Riley, Hamilton Technical Services STABLE32 FREQUENCY DOMAIN FUNCTIONS W.J. Riley, Hamilton Technical Services ABSTRACT This document shows an example of a time and frequency domain stability analysis using Stable32. First, a set of simulated

More information

Enhancing Future Networks with Radio Environmental Information

Enhancing Future Networks with Radio Environmental Information FIRE workshop 1: Experimental validation of cognitive radio/cognitive networking solutions Enhancing Future Networks with Radio Environmental Information FARAMIR project Jad Nasreddine, Janne Riihijärvi

More information

Harvesting a Clock from a GSM Signal for the Wake-Up of a Wireless Sensor Network

Harvesting a Clock from a GSM Signal for the Wake-Up of a Wireless Sensor Network Harvesting a Clock from a GSM Signal for the Wake-Up of a Wireless Sensor Network Jonathan K. Brown and David D. Wentzloff University of Michigan Ann Arbor, MI, USA ISCAS 2010 Acknowledgment: This material

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

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER Michael Don U.S. Army Research Laboratory Aberdeen Proving Grounds, MD ABSTRACT The Army Research Laboratories has developed a PCM/FM telemetry receiver using

More information

Distributed Spectrum Occupancy Measurements in the MHz Band for LV PLC Networks

Distributed Spectrum Occupancy Measurements in the MHz Band for LV PLC Networks Distributed Spectrum Occupancy Measurements in the 0.15-10 MHz Band for LV PLC Networks 9th Workshop on Power Line Communications September 22, 2015 Prof. Dr.-Ing. habil. Klaus Dostert KIT University of

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

Measurement of Digital Transmission Systems Operating under Section March 23, 2005

Measurement of Digital Transmission Systems Operating under Section March 23, 2005 Measurement of Digital Transmission Systems Operating under Section 15.247 March 23, 2005 Section 15.403(f) Digital Modulation Digital modulation is required for Digital Transmission Systems (DTS). Digital

More information

Data Acquisition Systems. Signal DAQ System The Answer?

Data Acquisition Systems. Signal DAQ System The Answer? Outline Analysis of Waveforms and Transforms How many Samples to Take Aliasing Negative Spectrum Frequency Resolution Synchronizing Sampling Non-repetitive Waveforms Picket Fencing A Sampled Data System

More information

Discriminating 4G and Broadcast Signals via Cyclostationary Feature Detection

Discriminating 4G and Broadcast Signals via Cyclostationary Feature Detection Universität des Saarlandes Max-Planck-Institut für Informatik Discriminating 4G and Broadcast Signals via Cyclostationary Feature Detection Masterarbeit im Fach Informatik Masters Thesis in Computer Science

More information

Software Defined Radios

Software Defined Radios Software Defined Radios What Is the SDR Radio? An SDR in general is a radio that has: Primary Functionality [modulation and demodulation, filtering, etc.] defined in software. DSP algorithms implemented

More information

Ultra Wide Band Communications

Ultra Wide Band Communications Lecture #3 Title - October 2, 2018 Ultra Wide Band Communications Dr. Giuseppe Caso Prof. Maria-Gabriella Di Benedetto Lecture 3 Spectral characteristics of UWB radio signals Outline The Power Spectral

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

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

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

SCA COMPATIBLE SOFTWARE DEFINED WIDEBAND RECEIVER FOR REAL TIME ENERGY DETECTION AND MODULATION RECOGNITION

SCA COMPATIBLE SOFTWARE DEFINED WIDEBAND RECEIVER FOR REAL TIME ENERGY DETECTION AND MODULATION RECOGNITION SCA COMPATIBLE SOFTWARE DEFINED WIDEBAND RECEIVER FOR REAL TIME ENERGY DETECTION AND MODULATION RECOGNITION Peter Andreadis, Martin Phisel, Robin Addison CRC, Ottawa, Canada (peter.andreadis@crc.ca ) Luca

More information

ALOE Framework and Tools

ALOE Framework and Tools Department of Signal Theory and Communications UNIVERSITAT POLITÈCNICA DE CATALUNYA ALOE Framework and Tools Vuk Marojevic Ismael Gomez Antoni Gelonch ALOE Webinar. May 24th 212. http://flexnets.upc.edu/

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

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035)

EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June COMMUNICATIONS IV (ELEC ENG 4035) EXAMINATION FOR THE DEGREE OF B.E. Semester 1 June 2007 101902 COMMUNICATIONS IV (ELEC ENG 4035) Official Reading Time: Writing Time: Total Duration: 10 mins 120 mins 130 mins Instructions: This is a closed

More information

Hardware Architecture of Software Defined Radio (SDR)

Hardware Architecture of Software Defined Radio (SDR) Hardware Architecture of Software Defined Radio (SDR) Tassadaq Hussain Assistant Professor: Riphah International University Research Collaborations: Microsoft Barcelona Supercomputing Center University

More information

A LUT Baseband Digital Pre-Distorter For Linearization

A LUT Baseband Digital Pre-Distorter For Linearization A LUT Baseband Digital Pre-Distorter For Linearization Feng Li, Bruno Feuvrie, Yide Wang, Anne-Sophie Descamps L UNAM Université - Université de Nantes, UMR CNRS 6164 Institut d Electronique et de Télécommunications

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 301 Signals & Systems Prof. Mark Fowler Note Set #16 C-T Signals: Using FT Properties 1/12 Recall that FT Properties can be used for: 1. Expanding use of the FT table 2. Understanding real-world concepts

More information

UWB Antennas & Measurements. Gabriela Quintero MICS UWB Network Meeting 11/12/2007

UWB Antennas & Measurements. Gabriela Quintero MICS UWB Network Meeting 11/12/2007 UWB Antennas & Measurements Gabriela Quintero MICS UWB Network Meeting 11/12/27 Outline UWB Antenna Analysis Frequency Domain Time Domain Measurement Techniques Peak and Average Power Measurements Spectrum

More information

A Novel Cognitive Anti-jamming Stochastic Game

A Novel Cognitive Anti-jamming Stochastic Game A Novel Cognitive Anti-jamming Stochastic Game Mohamed Aref and Sudharman K. Jayaweera Communication and Information Sciences Laboratory (CISL) ECE, University of New Mexico, Albuquerque, NM and Bluecom

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

Wireless PHY: Modulation and Demodulation

Wireless PHY: Modulation and Demodulation Wireless PHY: Modulation and Demodulation Y. Richard Yang 09/6/2012 Outline Admin and recap Frequency domain examples Basic concepts of modulation Amplitude modulation Amplitude demodulation frequency

More information

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation FUTEBOL Federated Union of Telecommunications Research Facilities for an EU-Brazil Open Laboratory Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation The content of these slides

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

Signal Processing Toolbox

Signal Processing Toolbox Signal Processing Toolbox Perform signal processing, analysis, and algorithm development Signal Processing Toolbox provides industry-standard algorithms for analog and digital signal processing (DSP).

More information

Wireless Communication Systems Laboratory #2. Understanding test equipments. The students will be familiar with the following items:

Wireless Communication Systems Laboratory #2. Understanding test equipments. The students will be familiar with the following items: Wireless Communication Systems Laboratory #2 Understanding test equipments Objective The students will be familiar with the following items: Signal generation and analysis tools Description of the laboratory

More information

AIR FORCE INSTITUTE OF TECHNOLOGY

AIR FORCE INSTITUTE OF TECHNOLOGY CHARACTERIZING CYCLOSTATIONARY FEATURES OF DIGITAL MODULATED SIGNALS WITH EMPIRICAL MEASUREMENTS USING SPECTRAL CORRELATION FUNCTION THESIS Mujun Song, Captain, ROKA AFIT/GCE/ENG/11-09 DEPARTMENT OF THE

More information

6.555 Lab1: The Electrocardiogram

6.555 Lab1: The Electrocardiogram 6.555 Lab1: The Electrocardiogram Tony Hyun Kim Spring 11 1 Data acquisition Question 1: Draw a block diagram to illustrate how the data was acquired. The EKG signal discussed in this report was recorded

More information

OFDM SIGNAL CLASSIFICATION AND SYNCHRONIZATION. Technology_Number: 8.0 Cognitive Radio and Cognitive Networking

OFDM SIGNAL CLASSIFICATION AND SYNCHRONIZATION. Technology_Number: 8.0 Cognitive Radio and Cognitive Networking SIGNAL CLASSIFICATION AND SYNCHRONIZATION Ying Wang (ywang6@vt.edu), Sujit Nair (snair83@vt.edu), Alex Young (alex.young@vt.edu), Qinqin Chen (chenq@vt.edu) and Charles W. Bostian (bostian@vt.edu) Center

More information

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE AUTOMATIC REAL-TIME SPECTRUM SENSING USING ENERGY DETECTION IN SOFTWARE DEFINED RADIO

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE AUTOMATIC REAL-TIME SPECTRUM SENSING USING ENERGY DETECTION IN SOFTWARE DEFINED RADIO CALIFORNIA STATE UNIVERSITY, NORTHRIDGE AUTOMATIC REAL-TIME SPECTRUM SENSING USING ENERGY DETECTION IN SOFTWARE DEFINED RADIO A graduate project submitted in partial fulfillment of the requirements For

More information

Rohde & Schwarz EMI/EMC debugging with modern oscilloscope. Ing. Leonardo Nanetti Rohde&Schwarz

Rohde & Schwarz EMI/EMC debugging with modern oscilloscope. Ing. Leonardo Nanetti Rohde&Schwarz Rohde & Schwarz EMI/EMC debugging with modern oscilloscope Ing. Leonardo Nanetti Rohde&Schwarz EMI debugging Agenda l The basics l l l l The idea of EMI debugging How is it done? Application example What

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

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

Software radio. Software program. What is software? 09/05/15 Slide 2

Software radio. Software program. What is software? 09/05/15 Slide 2 Software radio Software radio Software program What is software? 09/05/15 Slide 2 Software radio Software program What is software? Machine readable instructions that direct processor to do specific operations

More information

T. Rétornaz 1, J.M. Friedt 1, G. Martin 2 & S. Ballandras 1,2. 6 juillet Senseor, Besançon 2 FEMTO-ST/CNRS, Besançon

T. Rétornaz 1, J.M. Friedt 1, G. Martin 2 & S. Ballandras 1,2. 6 juillet Senseor, Besançon 2 FEMTO-ST/CNRS, Besançon USRP and T. Rétornaz 1, J.M. Friedt 1, G. Martin 2 & S. Ballandras 1,2 1 Senseor, Besançon 2 FEMTO-ST/CNRS, Besançon 6 juillet 2009 1 / 25 Radiofrequency circuit : ˆ basic blocks assembled : fragile and

More information

NCR Channelizer Server

NCR Channelizer Server NCR Channelizer Server Thousands of Signals One Receiver Novator Channelizer Receiver system lets you analyze thousands of signals with a single receiver. It streams channelized data to other systems where

More information

FILA: Fine-grained Indoor Localization

FILA: Fine-grained Indoor Localization IEEE 2012 INFOCOM FILA: Fine-grained Indoor Localization Kaishun Wu, Jiang Xiao, Youwen Yi, Min Gao, Lionel M. Ni Hong Kong University of Science and Technology March 29 th, 2012 Outline Introduction Motivation

More information

Advances in RF and Microwave Measurement Technology

Advances in RF and Microwave Measurement Technology 1 Advances in RF and Microwave Measurement Technology Chi Xu Certified LabVIEW Architect Certified TestStand Architect New Demands in Modern RF and Microwave Test In semiconductor and wireless, technologies

More information

Frequency Domain Representation of Signals

Frequency Domain Representation of Signals Frequency Domain Representation of Signals The Discrete Fourier Transform (DFT) of a sampled time domain waveform x n x 0, x 1,..., x 1 is a set of Fourier Coefficients whose samples are 1 n0 X k X0, X

More information

Initial ARGUS Measurement Results

Initial ARGUS Measurement Results Initial ARGUS Measurement Results Grant Hampson October 8, Introduction This report illustrates some initial measurement results from the new ARGUS system []. Its main focus is on simple measurements of

More information

SDR Platforms for Research on Programmable Wireless Networks

SDR Platforms for Research on Programmable Wireless Networks SDR Platforms for Research on Programmable Wireless Networks John Chapin jchapin@vanu.com Presentation to NSF NeTS Informational Meeting 2/5/2004 Outline SDR components / terminology Example SDR systems

More information

Automatic Modulation Classification of Common Communication and Pulse Compression Radar Waveforms using Cyclic Features

Automatic Modulation Classification of Common Communication and Pulse Compression Radar Waveforms using Cyclic Features Air Force Institute of Technology AFIT Scholar Theses and Dissertations 3-21-213 Automatic Modulation Classification of Common Communication and Pulse Compression Radar Waveforms using Cyclic Features

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

ECE513 RF Design for Wireless

ECE513 RF Design for Wireless 1 ECE513 RF Design for Wireless MODULE 1 RF Systems LECTURE 1 Modulation Techniques Chapter 1, Sections 1.1 1.3 Professor Michael Steer http://www4.ncsu.edu/~mbs 2 Module 1: RF Systems Amplifiers, Mixers

More information

Spur Detection, Analysis and Removal Stable32 W.J. Riley Hamilton Technical Services

Spur Detection, Analysis and Removal Stable32 W.J. Riley Hamilton Technical Services Introduction Spur Detection, Analysis and Removal Stable32 W.J. Riley Hamilton Technical Services Stable32 Version 1.54 and higher has the capability to detect, analyze and remove discrete spectral components

More information

PERFORMANCE ASSESSMENT OF MAXIMUM LIKELIHOOD IN THE DETECTION OF CARRIER INTERFERENCE CORRUPTED GPS DATA IN MOBILE HANDSETS

PERFORMANCE ASSESSMENT OF MAXIMUM LIKELIHOOD IN THE DETECTION OF CARRIER INTERFERENCE CORRUPTED GPS DATA IN MOBILE HANDSETS PERFORMANCE ASSESSMENT OF MAXIMUM LIKELIHOOD IN THE DETECTION OF CARRIER INTERFERENCE CORRUPTED GPS DATA IN MOBILE HANDSETS Taher AlSharabati Electronics and Communications Engineering Department, Al-Ahliyya

More information

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM 1 J. H.VARDE, 2 N.B.GOHIL, 3 J.H.SHAH 1 Electronics & Communication Department, Gujarat Technological University, Ahmadabad, India

More information

Forced Oscillation Detection Fundamentals Fundamentals of Forced Oscillation Detection

Forced Oscillation Detection Fundamentals Fundamentals of Forced Oscillation Detection Forced Oscillation Detection Fundamentals Fundamentals of Forced Oscillation Detection John Pierre University of Wyoming pierre@uwyo.edu IEEE PES General Meeting July 17-21, 2016 Boston Outline Fundamental

More information

AC : TEACHING COMMUNICATION SYSTEMS WITH SIMULINK AND THE USRP

AC : TEACHING COMMUNICATION SYSTEMS WITH SIMULINK AND THE USRP AC 202-3429: TEACHING COMMUNICATION SYSTEMS WITH SIMULINK AND THE USRP Dr. Joseph P. Hoffbeck, University of Portland Joseph P. Hoffbeck is an Associate Professor of electrical engineering at the University

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

Software Defined Radar

Software Defined Radar Software Defined Radar Group 33 Ranges and Test Beds MQP Final Presentation Shahil Kantesaria Nathan Olivarez 13 October 2011 This work is sponsored by the Department of the Air Force under Air Force Contract

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

Hardware Simulator for MIMO Radio Channels: Design and Features of the Digital Block

Hardware Simulator for MIMO Radio Channels: Design and Features of the Digital Block Hardware Simulator for MIMO Radio Channels: Design and Features of the Digital Block Sylvie Picol, Gheorghe Zaharia, Dominique Houzet, Ghaïs El Zein To cite this version: Sylvie Picol, Gheorghe Zaharia,

More information

Time Series/Data Processing and Analysis (MATH 587/GEOP 505)

Time Series/Data Processing and Analysis (MATH 587/GEOP 505) Time Series/Data Processing and Analysis (MATH 587/GEOP 55) Rick Aster and Brian Borchers October 7, 28 Plotting Spectra Using the FFT Plotting the spectrum of a signal from its FFT is a very common activity.

More information

EE4512 Analog and Digital Communications Chapter 6. Chapter 6 Analog Modulation and Demodulation

EE4512 Analog and Digital Communications Chapter 6. Chapter 6 Analog Modulation and Demodulation Chapter 6 Analog Modulation and Demodulation Chapter 6 Analog Modulation and Demodulation Amplitude Modulation Pages 306-309 309 The analytical signal for double sideband, large carrier amplitude modulation

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

EECS 307: Lab Handout 2 (FALL 2012)

EECS 307: Lab Handout 2 (FALL 2012) EECS 307: Lab Handout 2 (FALL 2012) I- Audio Transmission of a Single Tone In this part you will modulate a low-frequency audio tone via AM, and transmit it with a carrier also in the audio range. The

More information

Chapter 7 Multiple Division Techniques for Traffic Channels

Chapter 7 Multiple Division Techniques for Traffic Channels Introduction to Wireless & Mobile Systems Chapter 7 Multiple Division Techniques for Traffic Channels Outline Introduction Concepts and Models for Multiple Divisions Frequency Division Multiple Access

More information

What is a Communications System?

What is a Communications System? Introduction to Communication Systems: An Overview James Flynn Sharlene Katz What is a Communications System? A communications system transfers an information bearing signal from a source to one or more

More information

Fourier Methods of Spectral Estimation

Fourier Methods of Spectral Estimation Department of Electrical Engineering IIT Madras Outline Definition of Power Spectrum Deterministic signal example Power Spectrum of a Random Process The Periodogram Estimator The Averaged Periodogram Blackman-Tukey

More information

DICE Telemetry Overview and Current Status

DICE Telemetry Overview and Current Status DICE Telemetry Overview and Current Status CubeSat Workshop, April 2012 Jacob Gunther Overview DICE telemetry overview Operations experience and timeline Narrowband interference mitigation Frequency domain

More information

DIGITAL Radio Mondiale (DRM) is a new

DIGITAL Radio Mondiale (DRM) is a new Synchronization Strategy for a PC-based DRM Receiver Volker Fischer and Alexander Kurpiers Institute for Communication Technology Darmstadt University of Technology Germany v.fischer, a.kurpiers @nt.tu-darmstadt.de

More information

Kalman Tracking and Bayesian Detection for Radar RFI Blanking

Kalman Tracking and Bayesian Detection for Radar RFI Blanking Kalman Tracking and Bayesian Detection for Radar RFI Blanking Weizhen Dong, Brian D. Jeffs Department of Electrical and Computer Engineering Brigham Young University J. Richard Fisher National Radio Astronomy

More information

Advances in RF and Microwave Measurement Technology

Advances in RF and Microwave Measurement Technology 1 Advances in RF and Microwave Measurement Technology Rejwan Ali Marketing Engineer NI Africa and Oceania New Demands in Modern RF and Microwave Test In semiconductor and wireless, technologies such as

More information

Digital Communication System

Digital Communication System Digital Communication System Purpose: communicate information at required rate between geographically separated locations reliably (quality) Important point: rate, quality spectral bandwidth, power requirements

More information

Implementation of Blind Modulation Detection for Software defined Radio

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

More information

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

COGEU is a Specific Target Research Project (STREP) supported by the 7th Framework Programme, Contract number:

COGEU is a Specific Target Research Project (STREP) supported by the 7th Framework Programme, Contract number: COGEU is a Specific Target Research Project (STREP) supported by the 7th Framework Programme, Contract number: 248560 Dr. Tim Forde Dr. Tim Forde WHAT IS COGEU? COGEU The COGEU project is a composite of

More information

WIRELESS COMMUNICATIONS PRELIMINARIES

WIRELESS COMMUNICATIONS PRELIMINARIES WIRELESS COMMUNICATIONS Preliminaries Radio Environment Modulation Performance PRELIMINARIES db s and dbm s Frequency/Time Relationship Bandwidth, Symbol Rate, and Bit Rate 1 DECIBELS Relative signal strengths

More information

Study of the immunity of the GSM-R against electromagnetic disturbances present on moving trains

Study of the immunity of the GSM-R against electromagnetic disturbances present on moving trains Study of the immunity of the against electromagnetic disturbances present on moving trains Virginie Deniau, INRETS, France virginie.deniau@inrets.fr R. Adriano, S. Dudoyer, N. Ben Slimen, J. Rioult, P.

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

Digital Front-End for Software Defined Radio Wideband Channelizer

Digital Front-End for Software Defined Radio Wideband Channelizer Digital Front-End for Software Defined Radio Wideband Channelizer Adedotun O. Owojori Federal University of Technology, Akure Dept of Elect/Elect School of Eng & Eng Technology Temidayo O. Otunniyi Federal

More information

Measures and influence of a BAW filter on Digital Radio-Communications Signals

Measures and influence of a BAW filter on Digital Radio-Communications Signals Measures and influence of a BAW filter on Digital Radio-Communications Signals Antoine Diet, Martine Villegas, Genevieve Baudoin To cite this version: Antoine Diet, Martine Villegas, Genevieve Baudoin.

More information