Complete Software Defined RFID System Using GNU Radio

Size: px
Start display at page:

Download "Complete Software Defined RFID System Using GNU Radio"

Transcription

1 Complete Defined RFID System Using GNU Radio Aurélien Briand, Bruno B. Albert, and Edmar C. Gurjão, Member, IEEE, Abstract In this paper we describe a complete Radio Frequency Identification (RFID) system, reader and tag, using the approach of software defined radio (SDR). We use the open source GNU Radio development toolkit to implement this SDR. The advantage of this approach is the possibility of to implement and test RFID applications using a flexible software platform. RFID readers in SDR have already been developed by others researchers, and our main contribution is the implementation of an RFID tag in accordance with EPC Gen2 RFID standard. The system is evaluated and it shown that it works with good performance, and as an example of application we implemented a cryptography protocol proposed to RFID. S I. INTRODUCTION OFTWARE defined radio (SDR) is a system where typical signal processing functions (filters, modulators, demodulators, and others) are implemented in software [1]. The main advantages of SDR systems when compared to hardware based ones, are low cost and flexibility to obtain very different radios with the same hardware, just by changing the embedded software. The software implementation allows the use of powerful digital signal processing methods, artificial intelligence techniques, complex control routines and others to obtain advanced radio systems. These techniques allied with the high computer processing turn possible applications that would be very difficult to implement in hardware, like spectrum sensing in a wide range of frequencies [2]. Various software architectures are being proposed to implement SDR, and the most successful one is the open source GNU Radio development toolkit [3]. In GNU Radio, with a connection of individual signal processing blocks it is possible to build real-time SDR. Examples of successful communications systems developed with GNU Radio include a fully function real-time digital television (DVB-T) system [4] and a RFID reader [5]. More examples of projects can be found at Comprehensive GNU Radio Archive Network (CGRAN) repository [6]. To convert digital signals being processed by a SDR to physical signals, it is necessary to use a RF front-end. Due to its flexibility and low cost, the Universal Radio Peripheral () is the most utilized front-end in the SDR area [7]. Aurélien Briand is with ESISAR at Grenoble INP, France. aurelienbriand@gmail.com. Bruno B. Abert and Edmar C. Gurjão are with Department of Electrical Engineering of the Federal University of Campina Grande, Brazil. s: albert@dee.ufcg.edu.br, ecandeia@dee.ufcg.edu.br. Edmar C. Gurjão is supported by CAPES grant Proc. no 3826/11-2. In this paper with a combination of GNU Radio and, we extend the work of [8] and to build a complete RFID, tag and reader, SDR system. We describe the system, some performance measurements and the implementation of a cryptography protocol using our system. This paper is organized as follows. Section II presents a general introduction to SDR and to GNU Radio. In Section III some previous works are described and in Section IV the developed system is described. Results of tests for performance evaluation using the developed system are presented in Section V and finally in Section VI some conclusions and future perspectives are presented. A. Introduction II. SOFTWARE DEFINED RADIO The term Defined Radio was used by Joseph Mitola III [1] to describe the implementation of flexible and reconfigurable radio based on software. One of the main advantages of using SDR, compared to tradition hardware implementations, it is the possibility of to implement various radios in the same hardware, or to change the configuration by adjusting the software parameters. Beyond that, with the increase of processing power it becomes possible the use of sophisticated signal processing in the implemented radios. Basically, to implement a SDR is necessary a digital processor to run the software, and to make physical transmission a RF front-end to perform up convert or to down convert of signals, and a interface to convert the received analog signal to digital in the reception, or to convert the digital signal to analog in the transmission. B. GNU Radio GNU Radio [3] is an open source framework for development of SDR. Each SDR in GNU Radio is composed by a set of independent interconnected signal processing blocks, obtained from the built-in library or created by the user. The SDR developed using GNU Radio can run in a general propose processor, as a personal computer, and using an RF interface it is possible to transmit or to receive real signals. C. The Universal Radio Peripheral [8] is a RF front-end composed by a motherboard and a set of daughterboards. In the motherboard there are analog-todigital (ADC) in the reception signal path (antenna to computer), digital-to-analog (DAC) in the transmission path

2 (computer to antenna) and a FPGA to multiplex the data from the reception daughterboard to computer or from computer to daughterboard. Daughterboard perform the down convert (reception) or up convert (transmission). Each daughterboard is projected to a range of frequencies, and in a typical configuration there are up to four daughterboard at the same time in one motherboard. III. RELATED WORKS Previous works have been implemented RFID related aspects in SDR. In [5] using a combination of GNU Radio and, it was developed a flexible UHF RFID reader that enables new PHY/MAC designs to be prototyped and evaluated. In this work, the authors develop the reader and they use commercial tags to test the system. An extension of [5] is done in [8], were it was build a distributed tag-sensing scheme with a reader and a new component called listener, that permits one transmitter to coexist with various receivers. In these previous works the authors are interested in evaluations and extensions of the reader, and they use commercial tags. Due to necessity of testing new features like cryptography in RIFD, and based on the difficulty of building new tags for each protocol test, in this paper we extend these previous works by implementing a complete RFID system via SDR. With this SDR system will be possible to test real transmissions using various protocols just by changing the software. The next section describes the developed system. IV. SYSTEM DESCRIPTION The block diagram of the system is presented in Figure 1. The tag and the reader are composed of similar components: one computer running GNU Radio, the developed software ( or Reader ), one and two antennas, one for reception and the other for transmission. The two receiver antennas (positioned at the same place), the antenna for the s Sender and the antenna for the Reader s sender are placed in order to form an equilateral triangle. With this configuration, both receiver antennas receive a signal of equal amplitude from the tag and from the reader. Antenna Transmitter Reader Antenna Receive r Figure 1 Block diagram of the developed system. For the reader software we used the work developed in [8], downloaded from CGRAN [6], with some improvement, since it was originally developed with GNU Radio 3.5 (old version), and it is being used version 3.6 (latest version) in order to mastering the new features provided by the new version. The tag software is the most important and difficult task to achieve. It is composed into three major parts, as illustrated in Figure 2: the receiver part (Rx), the processing part and the transmitter part (Tx). Figure 2 Subdivisions of the tag software. For the receiver and transmitter parts we use standard blocks provided by the GNU Radio toolkit version 3.6. The reception part uses the block uhd.usrp_source to configure the to read signals using a sample rate of 1x10 6 Hz, frequency 915 MHz and Gain of 10 dbi. The transmission part uses the block uhd.usrp_sink to configure the to transmit with 200x10 3 sample rate, frequency of 915 MHz and gain of 25 dbi, maximum value supported by the RF daughterboard used in the transmission. For the processing part, we create our own blocks. This part is divided into two blocks, as shown in Figure 3. RFID_Gate_: This block gates the signal when the signal doesn t correspond to a reader s question. To achieve its goal, the second block, RFID_Decode_Analyse_Send gives to him the number of sample it needs to block. These samples correspond to tag s answers. RFID_Decode_Analyse_Send: This block is the main block of the tag application. First, it recognizes the values of the pulse: 0-value or a 1- value. If the received signal has low amplitude, this corresponds to a 0-value, if the received signal has high amplitude, this corresponds to a 1-value. To know if the signal has high amplitude or low amplitude, an average of the received amplitudes is realized when the reader powers the tag. If the signal is greater than half the average it is considered high amplitude, otherwise it is low amplitude. Then, depending on how many pulses there are for the 1- value, it determines if it is a data-0 of a data-1. Tx Processing Rx

3 Transmitter RFID_Gate_ Processing Receiver Receiver Transmitter connection. These daughterboard are used for the part connection TX/RX for the transmitter and connection RX2 for the receiver. The reader software was modified to reduce the amplitude of the transmitted signal. The daughter board used by the reader (RFX900) has a gain much higher than the daughter board used by the tag (SBX ). The listener Reader records signal that is the sum of the signal of the reader and the tag's signal. However this difference was so significant, that when the Reader listener records the value of the amplitude of the signal, it performs a rounding that canceled the signal from the tag. Because since there aren t other cards RFX900 in the lab where the work was developed, we worked at low gain. After implemented the system we performed some tests to evaluate how it works, these tests are presented in next section. RFID_Decode_Analyse_Sen d: Figure 3 - Subdivision of the Processing block. The next step is to recognize command, depending of the data sequence. Finally, according to the order it will provide to the reader (via the transmission block), the appropriate response. As the main goal of this project was to create both and Reader by SDR following the EPC Gen2 RFID standard, it was essential to respect the communication protocol. To implement a real transmission between tag and reader we use the with daughterboard's RF 900 and SBR and Kent Electronics antennas, type WA5VJB, Log Periodic. Two of these antennas give good performance between MHz (used for tag and Reader transmitter) and two give good performance between MHz (used for tag and Reader receiver). Two 1 communicates with the computer via USB 2.0, this permits a full-duplex stream up to 16 MHz. It allows to use two full transmit and receive chains (TX/RX) and two full receives chains (RX2). The RF daughter boards RFX900 are designed specifically for operation in the 900 MHz band. These bandwidths are between 750 MHz and 1050 MHz. Each card has a TX/RX and RX2 connection. These daughterboard are used for the Reader s part: connection TX/RX for the transmitter and connection RX2 for the receiver. The RF daughter boards SBX are designed to 400 MHz and 4400 MHz. Each card has a TX/RX and RX2 V. RESULTS Initially, the reader was tested with a real tag. During one second, the reader will ask the EPC number of the tag respecting the EPC Gen2 protocol. We record the number of received EPC, correct and incorrect. After 30 tests the average o number successful EPC received per test was 5.66, while the average of the number of error EPC per test was During the tests, we realized that sometimes the results were well below the average (number of EPC successful received). This poor performance was considered normal due to eletromagnetically noisy environment were tests were realized, a research lab shared with other experiments. Over 100 tests, it happened 6 times, and without these values we obtain an average of the number EPC successful per test of 6.4, while the average of the number of error EPC per test was These results are presented in Figure 4. Figure 4 - Tests performed with a real tag. After we performed the same tests (thirty) but with the SDR tag, and the average of the number EPC successful per test was 10, while the average of the number of error EPC per test was These results are presented in Figure 5.

4 Like with a real tag, we noticed that sometime the results were well below the average. Over 100 tests, it happened 8 times. Without these values we obtain an average of the number EPC successful per test of 11.5, and an average of the number of error EPC per test of Figure 7 Performance of the receiver part. Figure 5 - Tests performed with the SDR tag. We can notice that the developed tag has a better performance than a real tag. It sends, on average, twice more correct EPC number. This can be explained by the signal amplitude of the SDR tag, higher than that of a real tag. However, the average of number of EPC incorrect is higher. This is a synchronization problem. The reader didn t receive at the good time slot. This is a real problem, due to GNU Radio and Linux buffer and USB interface that introduce latency. The tag was developed in order to limit this problem. The next step was to analyze the performance of the SDR system. First, we analyzed, during thirty tests, the performance of the transmitter part (how many EPC the reader receives per how many the send). These results are presented in Figure 6, and it was observed a ratio of 85%. Finally, we analyze, during fifteen tests, the performance of the algorithm (how many command receive by the tag are the correct command send by the reader). These results are presented in Figure 8, and this ratio was 97%. Even if, sometimes, the communication between the reader and the tag is hard, it didn t impact the performance of the algorithm. Figure 8 Performance of the algorithm. Figure 6 - Performance of the SDR system. Then, we analyze, during fifteen tests, the performance of the receiver part (how many command it receives per how many command the Reader send), this results are presented in Figure 7, and again the ratio was 85 %. With the above results we confirm the functionality of the system and its good performance. However, more tests needs to be done, for example to use a commercial reader with this SDR tag. This test wasn t performed due to our lab doesn t have such reader. The SDR here proposed has as its main motivation the possibility of to test new features for RFID, without the necessity of building physical reader or tag. As an example of such application, it was implemented the security protocol proposed in [9]. The motivation for the system is represented in Figure 9 and corresponds to the classical cryptography protocol, where Alice and Bob, which in this context can be the reader and the tag, must exchange some information and Eve, the intruder, likes to read the message. Eve in the context of this paper can the some equipment projected to read information of the tag without using its answers to the reader query. However, the noisy channel can change some bits and the message reader by Bob and Eve can be corrupted. The objective o the proposed protocol is by taking advantage of the noise to increase the error probability of a spy, Eve, while reduces the error probability of Bob [9].

5 Alice Eve Bob Figure 9 Communication sytem with a spy, Eve, and noise in the transmission. Protocol details can be found in [9] and it was implemented using the developed SDR, Alice as tag and Bob and Eve as readers. Such implementation implies in just inserting the source codes related to the protocol, and after rebuild the system. The protocol was implemented in our SDR, system and in Table I the obtained results for the error probabilities observed by Bob are presented. Table I - Initial and Final bit error rate for Bob. was shown that it works and with 85% of correct EPC receptions With the implemented system it is possible to test new features for RFID systems with the necessity of to build physical reader or tag. As an example, it was implemented a security protocol proposed to improve security in RFID. The implementation of such protocol in the presented SDR implies in to insert the related source code and to rebuild the system. The protocol implementation was tested and the theoretical results were confirmed. The implemented system needs improvements and more performance tests. Initially the latency problem in the reception of commands must be solved, what will improve the system performance. After, it he must be considered the use of one antenna for reader and one in the tag, instead of two as in the actual version of the SDR. Finally it can be observed that this SDR opens new possibilities for research groups interested in RFID, and with difficulties in to have hardware to develop their work. Initial Error Final Error Average: For all values of Table I the error probability of Alice was increased up to 0.5. With this implementation it was possible to show the utilization of our SDR to test new features for RFID. In future works we will implement new security protocols. REFERENCES [1] J Mitola III, Radio Architecture: Object-Oriented Approaches to Wireless Systems Engineering. Third John Wiley and Sons, [2] T. Yucek and H. Arslan. A Survey of Spectrum Sensing Algorithms for Cognitive Radio Applications, IEEE Communications Surveys \& Tutorials, Vol. 11, First Quarter, pp [3] GNU Radio home page, last access [4] V. Pellegrini, G. Bacci, M. Luise, Soft-DVB, a Fully, GNURadio Based ETSI DVB-T Modulator. Proc. WSR'08, Karlsruhe, Germany, March, [5] Challenge: towards distributed RFID sensing with software-defined radio. Danilo De Donno, Fabio Ricciato, Luca Catarinucci, Angelo Coluccia, and Luciano Tarricone. Proceedings of the sixteenth annual international conference on Mobile computing and networking, [6] Comprehensive GNU Radio Archive Network (CGRAN) website, accessed march [7] Universal Radio Peripheral website, accessed March [8] A Radio-based UHF RFID Reader for PHY/MAC Experimentation. Michael Buettner, David Wetherall. IEEE RFID [9] H. Chabanne and G. Fumaroli. Noisy Cryptography Protocols for Low-Cost RFID s. IEEE Transactions of Information Theory, Vol. 52, No 8, August VI. CONCLUSION Motivated by the necessity of to test new functions in RFID systems without the necessity of building a new hardware for each test, a typical problem where SDR is well fitted, in this work a previous work that implements a RFID reader was extended and it was obtained a complete RFID (reader and tag) SDR system based in the EPC Gen2 standard. Various tests was realized to evaluate the system, initially using a real tag it was confirmed the perfect communications between the implemented reader and a tag. After the performance of the implement system was evaluated, and it

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

A review paper on Software Defined Radio

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

More information

CIS 632 / EEC 687 Mobile Computing

CIS 632 / EEC 687 Mobile Computing CIS 632 / EEC 687 Mobile Computing MC Platform #4 USRP & GNU Radio Chansu Yu 1 Tutorial at IEEE DySpan Conference, 2007 Understanding the Issues in SD Cognitive Radio Jeffrey H. Reed, Charles W. Bostian,

More information

Challenge: Towards Distributed RFID Sensing with Software-Defined Radio

Challenge: Towards Distributed RFID Sensing with Software-Defined Radio How to cite this paper: D. De Donno, F. Ricciato, L. Catarinucci, A. Coluccia, and L. Tarricone, "Challenge: Towards Distributed RFID Sensing with Software-Defined Radio," Proceedings of the sixteenth

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

A Novel Design In Digital Communication Using Software Defined Radio

A Novel Design In Digital Communication Using Software Defined Radio A Novel Design In Digital Communication Using Software Defined Radio Mandava Akhil Kumar 1, Pillem Ramesh 2 1 Student, ECE,KL UNIVERSITY, VADDESWARAM,A.P,INDIA 2 Assistant Proffesor,ECE,KL University,VADDESWARAM,A.P,INDIA

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

An Empirical Study of UHF RFID Performance. Michael Buettner and David Wetherall Presented by Qian (Steve) He CS Prof.

An Empirical Study of UHF RFID Performance. Michael Buettner and David Wetherall Presented by Qian (Steve) He CS Prof. An Empirical Study of UHF RFID Performance Michael Buettner and David Wetherall Presented by Qian (Steve) He CS 577 - Prof. Bob Kinicki Overview Introduction Background Knowledge Methodology and Tools

More information

Software Radio, GNU Radio, and the USRP Product Family

Software Radio, GNU Radio, and the USRP Product Family Software Radio, GNU Radio, and the USRP Product Family Open Hardware for Software Radio Matt Ettus, matt@ettus.com Software Radio Simple, general-purpose hardware Do as much as possible in software Everyone's

More information

Implementation of a Channel Sounder using GNU Radio Opensource SDR Platform

Implementation of a Channel Sounder using GNU Radio Opensource SDR Platform THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. Implementation of a Channel Sounder using GNU Radio Opensource SDR Platform Mutsawashe GAHADZA, Minseok

More information

GNU Radio as a Research and Development Tool for RFID Applications

GNU Radio as a Research and Development Tool for RFID Applications GNU Radio as a Research and Development Tool for RFID Applications 25 September 2012 Christopher R. Valenta Agenda Overview of RFID and applications RFID/RFID-enabled sensors development GNU Radio as a

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 1, January 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design of Digital

More information

An Efficient Design and Implementation of Software Radio System

An Efficient Design and Implementation of Software Radio System gopalax -International Journal of Technology And Engineering System(IJTES): Jan March 2011- Vol.2.No.2. An Efficient Design and Implementation of Software Radio System A.Sivagami*, B.Shoba**,P.Raja* Department

More information

Multipacket Reception MAC Schemes for the RFID EPC Gen2 Protocol

Multipacket Reception MAC Schemes for the RFID EPC Gen2 Protocol Multipacket Reception MAC Schemes for the RFID EPC Gen2 Protocol Danilo De Donno, Luciano Tarricone Innovation Engineering Department University of Salento Via per Monteroni, 73100, Lecce - Italy Vasileios

More information

Fully integrated UHF RFID mobile reader with power amplifiers using System-in-Package (SiP)

Fully integrated UHF RFID mobile reader with power amplifiers using System-in-Package (SiP) Fully integrated UHF RFID mobile reader with power amplifiers using System-in-Package (SiP) Hyemin Yang 1, Jongmoon Kim 2, Franklin Bien 3, and Jongsoo Lee 1a) 1 School of Information and Communications,

More information

Experimental study on Wide Band FM Receiver using GNURadio and RTL-SDR

Experimental study on Wide Band FM Receiver using GNURadio and RTL-SDR Experimental study on Wide Band FM Receiver using GNURadio and RTL-SDR Khyati Vachhani Assistant Professor, Electrical Dept. Nirma University, Ahmedabad, India Email: khyati.vachhani@nirmauni.ac.in Rao

More information

Compatible Antenna for Software Defined Radio and multi range RFID reader using ATU

Compatible Antenna for Software Defined Radio and multi range RFID reader using ATU Compatible Antenna for Software Defined Radio and multi range RFID reader using ATU Salman khan pattan #1, Suresh Angadi *2, # Final Year B.Tech, Dept. of ECE, KL University, Vaddeswaram, AP, India * Assistant

More information

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

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

More information

Spectrum Detector for Cognitive Radios. Andrew Tolboe

Spectrum Detector for Cognitive Radios. Andrew Tolboe Spectrum Detector for Cognitive Radios Andrew Tolboe Motivation Currently in the United States the entire radio spectrum has already been reserved for various applications by the FCC. Therefore, if someone

More information

Software Radio Network Testbed

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

More information

Image transfer and Software Defined Radio using USRP and GNU Radio

Image transfer and Software Defined Radio using USRP and GNU Radio Steve Jordan, Bhaumil Patel 2481843, 2651785 CIS632 Project Final Report Image transfer and Software Defined Radio using USRP and GNU Radio Overview: Software Defined Radio (SDR) refers to the process

More information

TU Dresden uses National Instruments Platform for 5G Research

TU Dresden uses National Instruments Platform for 5G Research TU Dresden uses National Instruments Platform for 5G Research Wireless consumers insatiable demand for bandwidth has spurred unprecedented levels of investment from public and private sectors to explore

More information

GNU Radio An introduction

GNU Radio An introduction An introduction By Maryam Taghizadeh Dehkordi Outline Introduction What is a? Architecture Hardware Architecture Software Architecture Programming the " Hello World" FM radio Software development References

More information

Multiband NFC for High-Throughput Wireless Computer Vision Sensor Network

Multiband NFC for High-Throughput Wireless Computer Vision Sensor Network Multiband NFC for High-Throughput Wireless Computer Vision Sensor Network Fei Y. Li, Jason Y. Du 09212020027@fudan.edu.cn Vision sensors lie in the heart of computer vision. In many computer vision applications,

More information

Senior Design and Graduate Projects Using Software Defined Radio (SDR)

Senior Design and Graduate Projects Using Software Defined Radio (SDR) Senior Design and Graduate Projects Using Software Defined Radio (SDR) 1 PROF. SHARLENE KATZ PROF. JAMES FLYNN PROF. DAVID SCHWARTZ Overview What is a Communications System? Traditional hardware radio

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

Project in Wireless Communication Lecture 7: Software Defined Radio

Project in Wireless Communication Lecture 7: Software Defined Radio Project in Wireless Communication Lecture 7: Software Defined Radio FREDRIK TUFVESSON ELECTRICAL AND INFORMATION TECHNOLOGY Tufvesson, EITN21, PWC lecture 7, Nov. 2018 1 Project overview, part one: the

More information

Evaluation of the Effect of Gen2 Parameters on the UHF RFID Tag Read Rate

Evaluation of the Effect of Gen2 Parameters on the UHF RFID Tag Read Rate International Journal of Latest Trends in Computing (E-ISSN: 2045-5364) 160 Evaluation of the Effect of Gen2 Parameters on the UHF RFID Tag Read Rate Jussi Nummela, Petri Oksa, Leena Ukkonen and Lauri

More information

An Experiment Study for Time Synchronization Utilizing USRP and GNU Radio

An Experiment Study for Time Synchronization Utilizing USRP and GNU Radio GNU Radio Conference 2017, September 11-15th, San Diego, USA An Experiment Study for Time Synchronization Utilizing USRP and GNU Radio Won Jae Yoo, Kwang Ho Choi, JoonHoo Lim, La Woo Kim, Hyoungmin So

More information

Development of Software Defined Radio (SDR) Receiver

Development of Software Defined Radio (SDR) Receiver Journal of Engineering and Technology of the Open University of Sri Lanka (JET-OUSL), Vol.5, No.1, 2017 Development of Software Defined Radio (SDR) Receiver M.H.M.N.D. Herath 1*, M.K. Jayananda 2, 1Department

More information

TSKS01 Digital Communication

TSKS01 Digital Communication Made by Ettus Research 2011-09-20 TSKS01 Digital Communication - Lecture 5 Introduction to Python 2011-09-20 TSKS01 Digital Communication - Lecture 5 Fixed replaceable RF frontends Programmable FPGA for

More information

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2)

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2) 192620010 Mobile & Wireless Networking Lecture 2: Wireless Transmission (2/2) [Schiller, Section 2.6 & 2.7] [Reader Part 1: OFDM: An architecture for the fourth generation] Geert Heijenk Outline of Lecture

More information

Simple high sensitivity wireless transceiver

Simple high sensitivity wireless transceiver Simple high sensitivity wireless transceiver Buchanan, N. B., & Fusco, V. (2014). Simple high sensitivity wireless transceiver. Microwave and Optical Technology Letters, 56(4), 790-792. DOI: 10.1002/mop.28205

More information

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand

RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand RF and Microwave Test and Design Roadshow 5 Locations across Australia and New Zealand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Outline Introduction to the PXI Architecture

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

Speed regulation vehicles using RFID

Speed regulation vehicles using RFID Speed regulation vehicles using RFID Chandrashekar.P Electronics and communication engineering SDIT-Mangalore Karnataka-India Cschandran44@gmail.com Praveen kumar.m Electronics and communication engineering

More information

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

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

More information

PhyCloak: Obfuscating Sensing from Communication Signals

PhyCloak: Obfuscating Sensing from Communication Signals PhyCloak: Obfuscating Sensing from Communication Signals Yue Qiao, Ouyang Zhang, Wenjie Zhou, Kannan Srinivasan and Anish Arora Department of Computer Science and Engineering 1 RF Based Sensing Reflection

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

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

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

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

Ettus Research USRP. Tom Tsou 3rd OpenAirInterface Workshop April 28, 2017

Ettus Research USRP. Tom Tsou 3rd OpenAirInterface Workshop April 28, 2017 Ettus Research USRP Tom Tsou tom.tsou@ettus.com 3rd OpenAirInterface Workshop April 28, 2017 Agenda Company Overview USRP Software Ecosystem Product Line B-Series (Bus) N-Series (Network) X-Series (High

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

Specifications and Interfaces

Specifications and Interfaces Specifications and Interfaces Crimson TNG is a wide band, high gain, direct conversion quadrature transceiver and signal processing platform. Using analogue and digital conversion, it is capable of processing

More information

RF and Microwave Test and Design Roadshow Cape Town & Midrand

RF and Microwave Test and Design Roadshow Cape Town & Midrand RF and Microwave Test and Design Roadshow Cape Town & Midrand Advanced PXI Technologies Signal Recording, FPGA s, and Synchronization Philip Ehlers Outline Introduction to the PXI Architecture PXI Data

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

Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design

Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design SOTIRIS H. KARABETSOS, SPYROS H. EVAGGELATOS, SOFIA E. KONTAKI, EVAGGELOS C. PICASIS,

More information

Outline. What is GNU Radio? Basic Concepts Developing Applications

Outline. What is GNU Radio? Basic Concepts Developing Applications GNU Radio Outline What is GNU Radio? Basic Concepts Developing Applications 2 What is GNU Radio? Software toolkit for signal processing Software radio construction Rapid development USRP (Universal Software

More information

Power consumption reduction in a SDR based wireless communication system using partial reconfigurable FPGA

Power consumption reduction in a SDR based wireless communication system using partial reconfigurable FPGA Power consumption reduction in a SDR based wireless communication system using partial reconfigurable FPGA 1 Neenu Joseph, 2 Dr. P Nirmal Kumar 1 Research Scholar, Department of ECE Anna University, Chennai,

More information

Simplified, high performance transceiver for phase modulated RFID applications

Simplified, high performance transceiver for phase modulated RFID applications Simplified, high performance transceiver for phase modulated RFID applications Buchanan, N. B., & Fusco, V. (2015). Simplified, high performance transceiver for phase modulated RFID applications. In Proceedings

More information

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

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

More information

Frequency Shift Keying Scheme to Implement SDR using Hackrf one

Frequency Shift Keying Scheme to Implement SDR using Hackrf one International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 8 (2017) pp. 1147-1157 Research India Publications http://www.ripublication.com Frequency Shift Keying Scheme

More information

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS

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

More information

Does The Radio Even Matter? - Transceiver Characterization Testing Framework

Does The Radio Even Matter? - Transceiver Characterization Testing Framework Does The Radio Even Matter? - Transceiver Characterization Testing Framework TRAVIS COLLINS, PHD ROBIN GETZ 2017 Analog Devices, Inc. All rights reserved. 1 Which cost least? 3 2017 Analog Devices, Inc.

More information

From Antenna to Bits:

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

More information

A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS

A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS S.A. Bassam, M.M. Ebrahimi, A. Kwan, M. Helaoui, M.P. Aflaki, O. Hammi, M. Fattouche, and F.M. Ghannouchi iradio Laboratory,

More information

Software Architecture for a Multi-Protocol RFID Reader on Mobile Devices

Software Architecture for a Multi-Protocol RFID Reader on Mobile Devices Software Architecture for a Multi-Protocol RFID Reader on Mobile Devices Joon Goo Lee Seok Joong Hwang Seon Wook Kim Sunshin Ahn Department of Electronics and Computer Engineering Korea University, Seoul,

More information

What is a Lane? serial link lane parallel link

What is a Lane? serial link lane parallel link PCI Express This lecture is based on the Peripheral Component Interconnect Express, which is a standard for computer expansion cards. More specifically, this is a standard for the communication link by

More information

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU Seunghak Lee (HY-SDR Research Center, Hanyang Univ., Seoul, South Korea; invincible@dsplab.hanyang.ac.kr); Chiyoung Ahn (HY-SDR

More information

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

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

More information

Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator

Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator www.semargroups.org, www.ijsetr.com ISSN 2319-8885 Vol.02,Issue.10, September-2013, Pages:984-988 Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator MISS ANGEL

More information

THIS work focus on a sector of the hardware to be used

THIS work focus on a sector of the hardware to be used DISSERTATION ON ELECTRICAL AND COMPUTER ENGINEERING 1 Development of a Transponder for the ISTNanoSAT (November 2015) Luís Oliveira luisdeoliveira@tecnico.ulisboa.pt Instituto Superior Técnico Abstract

More information

Experimental Study of DQPSK Modulation on SDR Platform

Experimental Study of DQPSK Modulation on SDR Platform ITB Journal of Information and Communication Technology, Vol. 1, No. 2, November 2008. pp. 84-98. ISSN: 1978-3086 1 Experimental Study of DQPSK Modulation on SDR Platform 1,2 Eko Marpanaji, 2 Bambang Riyanto

More information

Simulation Study for the Decoding of UHF RFID Signals

Simulation Study for the Decoding of UHF RFID Signals PIERS ONLINE, VOL. 3, NO. 7, 2007 955 Simulation Study for the Decoding of UHF RFID Signals Shengli Wang 1, Shan Qiao 1,2, Shaoyuan Zheng 1, Zhiguang Fan 1 Jiangtao Huangfu 1, and Lixin Ran 1 1 Department

More information

Cognitive Radio Networks Part II

Cognitive Radio Networks Part II Cognitive Radio Networks Part II 13.10.2011 Page 1 Part II organization Cognitive Radio Network Fundamentals for Cognitive Radio Reconfiguration, adaptation, and optimization Cognitive Research: Knowledge

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/9/2017 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Software Radio and the Future of Wireless Security. Michael Ossmann Institute for Telecommunication Sciences

Software Radio and the Future of Wireless Security. Michael Ossmann Institute for Telecommunication Sciences Software Radio and the Future of Wireless Security Michael Ossmann Institute for Telecommunication Sciences in the next hour what is software radio? why is software radio taking over the world? what does

More information

Physics of RFID. Pawel Waszczur McMaster RFID Applications Lab McMaster University

Physics of RFID. Pawel Waszczur McMaster RFID Applications Lab McMaster University 1 Physics of RFID Pawel Waszczur McMaster RFID Applications Lab McMaster University 2 Agenda Radio Waves Active vs. Passive Near field vs. Far field Behavior of UHF fields Modulation & Signal Coding 3

More information

AN4378 Application note

AN4378 Application note Application note Using the BlueNRG family transceivers under FCC title 47 part 15 in the 2400 2483.5 MHz band Introduction BlueNRG family devices are very low power Bluetooth low energy (BLE) devices compliant

More information

NI Technical Symposium ni.com

NI Technical Symposium ni.com NI Technical Symposium 2016 1 Build 5G Systems Today Avichal Kulshrestha 2 How We Consume Data is Changing 3 Where We Are Today Explosion of wireless data and connected devices Last year s mobile data

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

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation

Course Project. Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Course Project Project team forming deadline has passed Project teams will be announced soon Next step: project proposal presentation Presentation slides and one-page proposal document are due on Jan 30

More information

Software Defined Radio Forum Contribution

Software Defined Radio Forum Contribution Software Defined Radio Forum SDRF-08-I-0014-V0.0.0 Software Defined Radio Forum Contribution Committee: Title: Source: Technical Committee Specification of the IQ Baseband Interface Gerald Ulbricht Fraunhofer

More information

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM Item Type text; Proceedings Authors Rosenthal, Glenn K. Publisher International Foundation for Telemetering Journal International Telemetering Conference

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

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

Reliability Analysis of Digital Communication for Various Data Types Transmission Using GNU Radio and USRP

Reliability Analysis of Digital Communication for Various Data Types Transmission Using GNU Radio and USRP Reliability Analysis of Digital Communication for Various Data Types Transmission Using GNU Radio and USRP Ahmad Zainudin, Amang Sudarsono, I Gede Puja Astawa Postgraduate Applied Engineering of Technology

More information

Mode-S Receiver and ADS-B Decoder

Mode-S Receiver and ADS-B Decoder Group 24 - Mode-S Receiver and ADS-B Decoder 1 Mode-S Receiver and ADS-B Decoder Group 24 - Sand5 Michael Vose Sean Koceski Long Lam Motivation Group 24 - Mode-S Receiver and ADS-B Decoder 2 In this ever

More information

A Flexible Dual Frequency Testbed for RFID

A Flexible Dual Frequency Testbed for RFID A Flexible Dual Frequency Testbed for RFID Christoph Angerer, Martin Holzer, Bastian Knerr, Markus Rupp Institute of Communications and Radio Frequency Engineering Vienna University of Technology Gusshausstrasse

More information

SOQPSK Software Defined Radio

SOQPSK Software Defined Radio SOQPSK Software Defined Radio Item Type text; Proceedings Authors Nash, Christopher; Hogstrom, Christopher Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

A New Complexity Reduced Hardware Implementation of 16 QAM Using Software Defined Radio

A New Complexity Reduced Hardware Implementation of 16 QAM Using Software Defined Radio A New Complexity Reduced Hardware Implementation of 16 QAM Using Software Defined Radio K.Bolraja 1, V.Vinod kumar 2, V.JAYARAJ 3 1Nehru Institute of Engineering and Technology, PG scholar, Dept. of ECE

More information

Hardware/Software Co-Simulation of BPSK Modulator Using Xilinx System Generator

Hardware/Software Co-Simulation of BPSK Modulator Using Xilinx System Generator IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 10 (October 2012), PP 54-58 Hardware/Software Co-Simulation of BPSK Modulator Using Xilinx System Generator Thotamsetty

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

A GNU Radio Based Software-Defined Radar

A GNU Radio Based Software-Defined Radar Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2007 A GNU Radio Based Software-Defined Radar Lee K. Patton Wright State University Follow this and additional

More information

ICNS Design of Integrated Mode S Transponder, ADS-B and Distance Measuring Equipment Transceivers. Omar Yeste, Joe Zambrano and René Jr.

ICNS Design of Integrated Mode S Transponder, ADS-B and Distance Measuring Equipment Transceivers. Omar Yeste, Joe Zambrano and René Jr. Design of Integrated Mode S Transponder, ADS-B and Distance Measuring Equipment Transceivers Omar Yeste, Joe Zambrano and René Jr. Landry April 21, 2016 Track 4: Surveillance & Situational Awareness Session

More information

Wireless Communication Systems: Implementation perspective

Wireless Communication Systems: Implementation perspective Wireless Communication Systems: Implementation perspective Course aims To provide an introduction to wireless communications models with an emphasis on real-life systems To investigate a major wireless

More information

A SOFTWARE RE-CONFIGURABLE ARCHITECTURE FOR 3G AND WIRELESS SYSTEMS

A SOFTWARE RE-CONFIGURABLE ARCHITECTURE FOR 3G AND WIRELESS SYSTEMS A SOFTWARE RE-CONFIGURABLE ARCHITECTURE FOR 3G AND WIRELESS SYSTEMS E. Sereni 1, G. Baruffa 1, F. Frescura 1, P. Antognoni 2 1 DIEI - University of Perugia, Perugia, ITALY 2 Digilab2000 - Foligno (PG)

More information

BPSK System on Spartan 3E FPGA

BPSK System on Spartan 3E FPGA INTERNATIONAL JOURNAL OF INNOVATIVE TECHNOLOGIES, VOL. 02, ISSUE 02, FEB 2014 ISSN 2321 8665 BPSK System on Spartan 3E FPGA MICHAL JON 1 M.S. California university, Email:santhoshini33@gmail.com. ABSTRACT-

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

RF, HIL and Radar Test

RF, HIL and Radar Test RF, HIL and Radar Test Abhay Samant Marketing Manager India, Russia and Arabia RF Hardware In The Loop Complex Radio Environment Components of RF HIL Communication Modems Channel Simulation GPS Simulation

More information

Design Analysis of Analog Data Reception Using GNU Radio Companion (GRC)

Design Analysis of Analog Data Reception Using GNU Radio Companion (GRC) World Applied Sciences Journal 17 (1): 29-35, 2012 ISSN 1818-4952 IDOSI Publications, 2012 Design Analysis of Analog Data Reception Using GNU Radio Companion (GRC) Waqar Aziz, Ghulam Abbas, Ebtisam Ahmed,

More information

Tutorial 3: Entering the World of GNU Software Radio

Tutorial 3: Entering the World of GNU Software Radio Tutorial 3: Entering the World of GNU Software Radio Dawei Shen August 3, 2005 Abstract This article provides an overview of the GNU Radio toolkit for building software radios. This tutorial is a modified

More information

Pseudo-random Aloha for Enhanced. Collision-recovery in RFID

Pseudo-random Aloha for Enhanced. Collision-recovery in RFID Pseudo-random Aloha for Enhanced 1 Collision-recovery in RFID Fabio Ricciato, Paolo Castiglione Università del Salento, Lecce, Italy Telecommunications Research Center Vienna (FTW), Vienna, Austria arxiv:1209.4763v1

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

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

Heterogeneous Spectrum Bands Aggregation Prototype with Cognitive Radio Capabilities

Heterogeneous Spectrum Bands Aggregation Prototype with Cognitive Radio Capabilities 1 Heterogeneous Spectrum Bands Aggregation Prototype with Cognitive Radio Capabilities Emmanouil A. Antonopoulos, Fotis Plessas, Fotis Foukalas, Ioannis Zographopoulos Industrial Systems Institute, Athena

More information

OQPSK COGNITIVE MODULATOR FULLY FPGA-IMPLEMENTED VIA DYNAMIC PARTIAL RECONFIGURATION AND RAPID PROTOTYPING TOOLS

OQPSK COGNITIVE MODULATOR FULLY FPGA-IMPLEMENTED VIA DYNAMIC PARTIAL RECONFIGURATION AND RAPID PROTOTYPING TOOLS Proceedings of SDR'11-WInnComm-Europe, 22-24 Jun 2011 OQPSK COGNITIVE MODULATOR FULLY FPGA-IMPLEMENTED VIA DYNAMIC PARTIAL RECONFIGURATION AND RAPID PROTOTYPING TOOLS Raúl Torrego (Communications department:

More information

Telemeasured Performances of a DSP based CDMA Software Defined Radio

Telemeasured Performances of a DSP based CDMA Software Defined Radio Telemeasured Performances of a DSP based CDMA Software Defined Radio Abstract Marco Bagnolini, Cristian Alvisi, Alberto Roversi, Andrea Conti, Davide Dardari and Oreste Andrisano A tele-measurement experience

More information

On the Practicality of UHF RFID Fingerprinting: How Real is the RFID Tracking Problem?

On the Practicality of UHF RFID Fingerprinting: How Real is the RFID Tracking Problem? On the Practicality of UHF RFID Fingerprinting: How Real is the RFID Tracking Problem? Davide Zanetti, Pascal Sachs, and Srdjan Capkun Department of Computer Science, ETHZ, Zurich, Switzerland {zanettid,sachsp,capkuns}@inf.ethz.ch

More information