PASSIVE radar can be defined as the radar without

Size: px
Start display at page:

Download "PASSIVE radar can be defined as the radar without"

Transcription

1 NTL JOURNAL OF ELECTRONCS AND TELECOMMUNCATONS, 2012, VOL. 58, NO. 4, PP Manuscript received October 3, 2012; revised Decemer, DO: /v A Multichannel Receiver of the Experimental FM Based Passive Radar Using Software Defined Radio Technology Bogusław Szlachetko and Andrzej Lewandowski Abstract n this paper we present results of research on multichannel receiver using Software Defined Radio technology. This receiver is a part of the experimental FM based passive radar being designed. The hardware platform of the receiver consists of the Universal Software Defined Radio Peripheral devices. n the paper we propose modifications of the s FPGA configuration and GNU Radio code. These modifications allow for developing six/nine synchronous input channel receiver based on two/tree s respectively. ssues of synchronization of separate devices by assuring synchronous sampling were presented. We also propose the solution of the problem of the alignment of the data streams being sent from devices via to the PC host. Keywords SDR, passive radar, GNU Radio,.. NTRODUCTON PASSVE radar can be defined as the radar without a dedicated (active) transmitter sending electromagnetic waves in order to illuminate target objects. nstead of the transmitter part of the system, passive radars utilize third party transmissions (so called illuminators of opportunity ) such as FM radio signals, VHF/UHF, TV signals or GSM transmissions [1]. Hence for passive radars the transmitters and receiver are at different locations which gives the configuration known as the bistatic radar [2]. Using a single pair of transmitting/receiving antennas, it is not possible to determine the exact location of the target. The bistatic range of the radar is the ellipse with antennas at its focal points and the target can lie anywhere on this ellipse [3]. Using multiple pairs of transmitter/receiver antennas (so called multistatic passive radar), multiple bistatic ellipses can be determined. Theoretically all this ellipses have to cross one point the exact target location. n Fig. 1 this ideal situation is plotted. n a classical approach, an omnidirectional antenna simultaneously receives the signal arriving directly from the transmitter and the signal reflected by the target object. Hence, a critical limiting factor of such a system is the unwanted interference in the echo signal due to the direct reception of the FM radio signal. Moreover, the received direct signal is much stronger than the signal incoming from the target. One of the solutions of this problem is to employ digital beamforming algorithms. Given the positions of transmitters, the antenna pattern can be formed in a such way that the zero null depths B. Szlachetko and A. Lewandowski are with the nstitute of Telecommunication, Teleinformatics and Acoustics, Wrocław University of Technology, Poland ( s: {boguslaw.szlachetko; andrzej.lewandowski}@pwr.wroc.pl). FM0 transmiter Fig. 1. target receiver FM1 transmiter FM2 transmiter Contours of constant bistatic ranges in a multistatic scenario will be located directly on the transmitters azimuth angles. As a result, the unwanted direct signals will be suppressed. The research and development in radar technology is always an expensive and long process, mainly due to the project production and testing cost of the prototypes of transmitters and receivers, that have to provide the new functionality. Each consecutive experiment that involves applying, for example, different waveform modulation or bandwidth requires changes in the hardware. And this entails a long process of projecting, building and testing of the new hardware before it can be widely used. The use of the Software Defined Radio technology (SDR) in this process remarkably cuts down research and development time. n the SDR the functionality of the system is defined, for the most part, by the software, not the hardware. n the SDR systems necessary modules such as modulators/demodulators, down-converters, filters, etc. are software procedures implemented in a hardware. SDR provides the flexibility in adjusting the transmitter/receiver frequency band, modulation and many other essential parameters by only changing the software while the hardware of the unit remains without any modifications. Once designed and tested, the unit can be used in many different experiments and its properties can be changed in a very short time. t is evident that signal processing algorithms of the experimental passive radar have be flexible and capable of

2 302 B. SZLACHETKO, A. LEWANDOWSK accommodating to changing electromagnetic environment of a radar s location. So the SDR approach seems to be the best solution, especially at the research stage. Employing the SDR technology in communications and radars is not a new idea [4], [5], but it has become more popular in the last few years when the new high speed multichannel AD converters have become purchasable and the GNU Radio project was established. Some researchers try to utilize the UMTS (Universal Mobile Telecommunication System) or DVB (Digital Video Broadcaster) signals to develop passive radar [6]. Petri et al. [7] have performed some experiments with moving objects like cars and trucks obtaining promising results. They argue that the bandwidth of UMTS signal is high (5MHz) and this allows for achieving the better range resolution then utilizing narrower signals. The main disadvantages of their radar are: the short range (only few kilometers) and a lack of UMTS transmitters far away from big urban areas, which restricts the possible applications of this kind of a surveillance system. Other researchers try to utilize the analog television signals. Howland in [8] has shown that the range of his passive radar can exceed 100 kilometers, but at the cost of resolution. This system didn t use SDR architecture principles because in 1999 SDR was a brand new idea. Another passive radar concept utilizing WF systems was presented by Rzewuski and Kulpa [9]. Asset of such systems is wide signal bandwidth 20MHz, which provides theoretical bistatic resolution about 15m. FM-based SDR systems are outstanding among others in the passive radar applications. Many publications present using analog radio broadcasting transmitters as the illuminators [10], [11], [12], [13], [14], [15]. The main advantages of using FM signals are: simplicity of building the receiver (even if one doesn t use SDR approach), wide accessibility of FM signals at all locations in almost all countries, strong power of transmitted signals and high range of detection. Howland in [13] has shown that it is possible to reach bistatic range of 150km (in the real world experiment the bistatic range of 10km with 1.5km resolution resolution was achieved). The research performed by O Hagan [14] has demonstrated the useful target detection in bistatic range of 70km (20km experimentally). Our research has been focused on building the multichannel receiver for the experimental, FM-based, passive radar. As the Commercial Off The Shelf (COTS) hardware platform for receiver, the Universal Software Radio Peripheral () from Ettus company was chosen. These hardware devices are widely used in many application. Friedman et al. have built the system for estimating the angle of arrival for relative interferometric localization [11]. This system consists of the specialized transmitter and the receiver both realized on the devices. Berizzi et al. in [6] have demonstrated the using s in the short range, high resolution surveillance radar system for detecting land vehicles. Heunis et al have presented the prototype of a passive radar utilizing FM transmitter as illuminators of opportunity [12]. This prototype allows them to capture the signals for only two synchronous channels, so there is a problem with separating the direct signal from the echo. The beamforming algorithm can t be used in this case because of a lack of sufficient number of synchronously captured signals. Our receiver solves this problem providing six or nine synchronous receiving channels.. FM RECEVER N SDR TECHNOLOGY Our receiver of the passive radar has to ensure multichannel acquisition of signals from radar s antennas and conversion of these signals to a digital form. The term multichannel refers to the synchronous sampling of at least 6 channels. This requirement was imposed by the digital beamforming algorithm in the next stage of the signal processing. There are a lot of the receivers that conform to this specification. n our opinion the simplest solution that offers a high degree of reconfigurability is to take advantage of the SDR technology. The SDR approach is characterized by the flexibility and the reconfiguration capability that cannot be achieved in standard (hardware) radio systems. This is especially valuable feature for an experimental system such as the passive radar under research. One of the most popular SDR projects is the GNU Radio [16]. This project contains a large library of functions written in Python/C++ language (for the PC computer of the SDR system) and the library of several basic components for programming the FPGA device implementing basic functions of a digital radio receiver. Moreover the GNU Radio project contains a detailed specification (schematics, PCBs and BOMs) of the required hardware of the system. The whole GNU Radio project is available under GNU license that does not restrict free use of GNU Radio components in research and commercial projects. A. Universal Software Radio Peripheral the Hardware Platform of the Receiver Perhaps the most straightforward choice of a hardware platform for the GNU Radio-based passive radar is a device especially designed for the GNU Radio project, namely Universal Software Radio Peripheral. s (ver. 2) mainboard contains: two AD9862 codecs each of them contains two 64MS/s, 12-bit A/D converters and two 128 MS/s, 14-bit D/A converters an Altera Cyclone FPGA device a Cypress 2.0 controller four expansion slots for daughtercards two receiving (RX) and two transmitting (TX) channels There are many different models of daughtercards available (receivers, transmitters, and transceivers). Receivers offer the radio frequency range from 1-250MHz () up to 300MHz-4GHz (BURX). Because the passive radar being designed is FM based (RF range MHz), for our project we chose the as the daughtercard modules. Theoretically, device allows for receiving any radio signal (using appropriate input circuits on daughtercards) with 32 MHz bandwidth. However 2.0 interface of the device limits transfer speed of received signal to the outside of the device. The documentation of the GNU Radio project states that the highest data transfer rate between the device and PC host computer is 32 MB/s. The uses

3 A MULTCHANNEL RECEVER OF THE EXPERMENTAL FM BASED PASSVE RADAR USNG SOFTWARE DEFNED RADO TECHNOLOGY 303 AD9862 codec Fig. 2. control block multi F F rx chains rx buffers 8051 up FFO FFO Functional diagram of device. Altera Cyclone EP1C12 GP F CY7C68013 EZ- FX2 AD9862 codec daughterboard daughterboard 16-bit word length for each real-valued sample. Standard configuration of the FPGA device contains digital down conversion () block that for each real-valued input sample produces two 16-bit values (in phase) and (quadrature) representing complex signal. As a result a single sample of complex signal (after down conversion) is a 32-bit value. Taking into account this fact the actual restriction of signal s bandwidth is as follows: 8MHz for one channel/ configuration 4MHz for two channels/ configuration 2MHz for four channels/ configuration. THE DEA OF CONSTRUCTNG A MULTCHANNEL FM RECEVER USNG DEVCES n the standard (factory) configuration of the s FPGA device there are two receiving (RX) and two transmitting (TX) channels. These default settings can be found in the config.vh (the Verilog header file) in the GNU Radio project directory. include "../include/common_conf_2rxhb_2tx.vh" // include "../include/common_conf_4rx_0tx.vh" n order to allow acquisition for all four A/D channels of the device, one should uncomment the first line and comment the second one: // include "../i...e/common_conf_2rxhb_2tx.vh" include "../include/common_conf_4rx_0tx.vh" As a result after building the GNU Radio project and programming of the s FPGA circuit, we get the device with four RX channels (there are no TX channels in this configuration). This configuration is shown in Fig. 3. n each channel transmitting digital data via the interface to the PC host there are 16-bit in-phase () and quadrature () components. Therefore in the Verilog code of the GNU Radio project there are eight channels with the s output data: ch0rx,...,ch7rx. Fig. 3. Fig MUX MUX ch0rx rx rx rx rx ch5rx ch6rx ch7rx FPGA Configuration of a single device with four receiving channels M U X 32bit MSB 32bit couter LSB i0 0 q0 i1 1 q1 i2 2 q2 i3 3 q3 ch0rx rx rx rx rx ch5rx ch6rx ch7rx FPGA Configuration of a single in muli mode. As mentioned previously the beamforming algorithm that will be used in the signal processing path requires simultaneous acquisition of signals in at least 6 channels. Hence more than one device have to be used in the receiver of the radar. n order to allow several devices to work synchronously (so called multi mode), the GNU Radio project contains directory: usrp/fpga/toplevel/usrp_multi with the appropriate Verilog code for the FPGAs of the devices. n the usrp_multi.v file ch0rx and rx channels of each device are not connected to the components (down-converting and decimation of sampled input signals). nstead of this, they are connected to the output of the 32-bit counter. The GNU Radio software of the PC host computer uses this counter to synchronize independent data streams being transmitted via interfaces. These data from separate devices are written to the PC memory buffers with different delays. Utilizing the sample counter solves the problem of data synchronization the PC software creates one coherent data stream with signal samples aligned in time. Configuration of the s FPGA described above is presented in Fig. 4. Most significant 16 bits of the counter are sent as the ch0rx signal, whereas least significant 16 bits are sent as the rx signal. The rx and ch5rx

4 304 B. SZLACHETKO, A. LEWANDOWSK Fig. 5. Fig. 6. clk_in clk_out PC aplikacja GNU Radio Python/C++ Six-channels receiver using two s (- mode). clk_in clk_in clk_out PC aplikacja GNU Radio Python/C++ Nine-channels receiver using three s (- mode). signals contain data from the 0 block while data from 2 block are being lost. As a result the PC host receives via its interfaces data from three (not four) channels (0, 1, 3) and the 32-bit counter. A. Clock and 32-bit Counter Synchronization n order to construct the receiver with more than four RX channels, two or more devices must work synchronously (the multi mode). Therefore a stable source of a digital clock signal have to be used for synchronous sampling in all receivers. According to the documentation [17], the synchronous acquisition of signals by a number of the devices can be achieved with / mode of operation. n this case one of the devices works as the providing the clock signal for remaining receivers working as the s as presented in Fig. 5 and in Fig. 6. n order to enable / mode of operation some hardware modifications have to be made (these modifications are s revision-dependent). n the case of REV. 4.5 the procedure is as follows (see Fig. 7) [18]: on the board solder an SMA connector ( the J2002 point) it will be the clock output clk_out on the board solder an SMA connector (the J2001 point) it will be the clock input clk_in remove R2029 (0 [Ohm]) and solder it in the R2030 s place. This blocks internal clock of the device remove C925 and solder it in the C926 s place remove C924 The devices can be connected in daisy chain manner (J2002 to J2001). After applying modifications described above we have performed experiments (two s in / mode) in order to evaluate the quality of the synchronization of devices. Our measurements showed that in the / mode of operation the clock signal arriving at clk_in pin is delayed approximately by 6ns. t means that for 44MHz clock the devices clock is delayed for about 1/4 of the period. Deeper investigation of this issue revealed that this problem is inherent in the s design. The clock signal of the device is connected through the clock distribution circuit AD9513-CLK (U702) to the J2002 connector, then through the SMA cable to the J2001 of the device and finally to its AD9513-CLK circuit (Fig. 7). Hence, the propagation times of these two AD9513 Cs contribute to the total clock delay, which gives the value of 6ns. t means that, in fact, in order to get synchronous sampling in the multi mode, the external, stable source of the clock signal for all the devices has to be provided. n order to solve this problem we propose modification of the multi / mode of operation by applying an external, common, stable clock source as shown in Fig. 8. As mentioned previously, configuration of the FPGAs of the devices working in the multi mode (the code in the usrp/fpga/toplevel/usrp_multi directory) introduce 32-bit sample counter. n the PC software, in the multi_usrp object (the usrp_multi.py file) there is the special method used for resetting this counter to zero for each device in prior to start the acquisition. This procedure would be useless if it was based only on commands sent via because the operating system can t guarantee that reset commands will arrive at the devices at the same time. This procedure is complemented by additional hardware line between the devices [18]. Documentation states that the O15 pins of the BasicRX cards of and s devices have to be wired in order to properly synchronize the counter reset moment. The command of resetting of the counter to zero is sent only to the it also sets O15 output port to logical 0. Then the logical 1 is set and the rising edge of this signal resets the counters in all devices. B. Synchronously Working Devices the Configuration of the Host PC Application n order to receive data being sent via by devices to the PC host, the code for the multi configuration from gr-usrp/src of the GNU Radio project should be used. n Fig. 9 the dataflow in the usrp_multi object of the PC host application is presented.

5 A MULTCHANNEL RECEVER OF THE EXPERMENTAL FM BASED PASSVE RADAR USNG SOFTWARE DEFNED RADO TECHNOLOGY 305 Fig. 7. internal clock distribution circuit [18]. 32-bit counter 32-bit counter PC host Python/C++ clock Fig. 8. Master- configuration with external clock. 32b_cnt 16b 16b gr.allign_on_ samplenumbers_ss 1 chn1 1 0 chn0 gr.interleaved_ short_to_complex gr.interleaved_ short_to_complex 0 3 chn3 3 gr.deinter leave gr.deinter leave 32b cnt chn1 (,) chn0 (,) chn3 (,) gr.null_sink 32b cnt chn1 (,) chn0 (,) chn3 (,) Fig. 9. Dataflow in usrp_multi object for multi configuration (GNU Radio PC software). and are the objects collecting data being sent by the devices via ports. As shown in Fig. 9, the data streams consist of four complex channels (eight 16-bit numbers) the first one is the 32-bit counter. Remaining three channels contain data with sampled input signals. The data streams from and are independent so in order to achieve mutual synchronization they have to be aligned. This operation is performed by the object called gr.allign_on_samplenumbers_ss that, based on the 32-bit counter, produces output data frames with identical values of this counter for all data streams from devices. Each frame is then converted by the object named gr.interleaved_short_to_complex so that at its outputs we get the frames consisting of four 32-bit numbers ( and components). These frames are then sent to the

6 306 B. SZLACHETKO, A. LEWANDOWSK gr.deinterleave objects deinterleaving data from the streams so that at these objects output we get four signals per device (32-bit counter 32b_cnt, complex, input data from channels 1 chn1, complex, input data from channels 0 chn0 and complex, input data from channels 3 chn3). As it can be seen in Fig. 9, the 32b_cnt signal is being lost in the gr.null_sink object. Moreover in the original GNU Radio code the chn3 signal with useful input data from 3 A/D converter is also sent to the gr.null_sink object. Therefore only chn0 and chn1 signals are available to the user. t means that after described changes in the FPGA s configuration that enable multi mode and using original PC software of the GNU Radio project, the receiver consisting of two devices allows users to perform acquisition only in four channels the same number of channels is offered by a single device. n order to increase the number of input channels in the receiver consisting of two devices working in the multi mode the code of the usrp_multi object was modified, so that the chn3 signal (see Fig. 9) instead of being sent to the gr.null_sink object is driven out along with the chn0 and chn1 signals. n the case of the receiver utilizing three devices additional source code modifications have to be made to get it work. The multi_usrp object s code (written in Python) takes into account only connection of two devices. Therefore we had to modify this code. We created a new instance of the object working as additional signal sample source for the gr.allign_on_sample_numbers_ss object (this object, implemented in C++, correctly aligns two and more input streams). n addition we modified the method of synchronization 32-bit counters for each device. As a result, all described modifications allow us to construct the receiver utilizing two and more devices with three input channels per and synchronous sampling in all input channels. V. CONCLUSON n this paper we proposed a Software Defined Radio approach to building the multichannel, synchronous receiver of the experimental FM based passive radar. Our system uses the low-cost Universal Software Radio Peripheral devices as the hardware platform of the receiver. The software part of the system is built on the GNU Radio project. t should be noted that the high cost of multichannel receivers seems to be one of the bottlenecks of current research on passive radars and the SDR technology is one of the ways of alleviating this problem. Moreover the SDR approach allows one to use the same hardware in order to perform research for various RF bands and types of transmitters which is not possible using the traditional receivers. Proposed modification of s and GNU Radio software allowed us to build the low-cost radio receiver utilizing Software Defined Radio technology. The receiver features synchronous sampling and processing of radio signals with bandwidth up to 2MHz. Thanks to the described hardware and software modifications, we were able to increase the number of input channels per one device working in the multi mode up to three. Hence, using N devices in the multi mode we can construct a synchronous, 3Nchannels receiver. This is a valuable result since it provides a method of building the low cost, multichannel receiver platform for further research of our experimental, FM based, passive radar being designed. Our further research will focus on building the complete signal processing path for the passive radar utilizing the GNU Radio in order to achieve the passive object detection and tracking. The second line of research will center on how to obtain four synchronous (instead of three) input channels per one device in the multi mode, which will reduce the number of the s in the receiver of the passive radar. REFERENCES [1] C. J. Baker and H. D. Griffiths, Bistatic and multistatic radar sensors for homeland security, July [Online]. Available: [2] N. J. Willis, Bistatic Radar. SciTech Publishing, [3] T. Johnsen and K. E. Olsen, Bi-and multistatic radar, Advanced Radar Signal and Data Processing, no. 4, pp. 1 34, [4] A. Haghighat and J. Fitton, Enabling technologies for software defined radio, in Proceedings of SDR 02 Technical Conference and Product Exposition, [5] J. Mitola, The software radio architecture, EEE Communications Magazine, vol. 33, no. 5, pp , [6] F. Berizzi, M. Martorella, D. Petri, M. Conti, and A. Capria, technology for multiband passive radar, in EEE Proc. of Radar Conference, 2010, pp [7] D. Petri, F. Berizzi, M. Martorella, E. Dalle, and A. Capria, A software defined UMTS passive radar demonstrator, in Proc. of 11-th nternational Radar Symposium RS, 2010, pp [8] P. E. Howland, Target tracking using television-based bistatic radar, in ET Radar Sonar and Navigation, no. 146(3), 1999, pp [9] S. Rzewuski and K. Kulpa, System concept of wifi based passive radar, JET ntl. Journal of Electronics and Telecommunications, vol. 57, no. 40, pp , [10] C. Bongioanni, F. Colone, and P. Lombardo, Performance analysis of a multi-frequency FM based passive bistatic radar, in Proc of Radar Conference, RADAR 08. EEE, 2008, pp [11] J. Friedman, A. Davitian, D. Torres, D. Cabric, and M. Srivastava, Angle-of-arrival-assisted relative interferometric localization using software defined radios, in Proc of Military Communications Conference MLCOM EEE, 2009, pp [12] S. Heunis, Y. Paichard, and M. nggs, Passive radar using a softwaredefined radio platform and opensource software tools, in Proc of EEE Radar Conference (RADAR 2011), 2011, pp [13] P. E. Howland, D. Maksimiuk, and G. Reitsma, Fm radio based bistatic radar, in ET Radar, Sonar and Navigation, 2005, pp [14] D. W. O Hagan and C. J. Baker, Passive bistatic radar (PBR) using FM radio illuminators of opportunity, in New Trends for Environmental Monitoring Using Passive Systems, 2008, pp [15] A. S. Tasdelen and H. Koymen, Range resolution improvement in passive coherent location radar systems using multiple FM radio channels, in Waveform Diversity and Design in Communications, Radar and Sonar. The nstitution of Engineering and Technology Forum, 2006, pp [16] The GNU Radio, Project website, [Online]. Available: [17] MultiUsrp or mimo use of the, The GNU Radio Wiki, [Online]. Available: [18] clocking notes, The GNU Radio Wiki, [Online]. Available:

Summer of LabVIEW. The Sunny Side of System Design. 30th June - 18th July. spain.ni.com/foro-aeroespacio-defensa

Summer of LabVIEW. The Sunny Side of System Design. 30th June - 18th July. spain.ni.com/foro-aeroespacio-defensa Summer of LabVIEW The Sunny Side of System Design 30th June - 18th July 1 Italy.ni.com National Instruments USRP RDS platform for passive radar systems development Mª Pilar Jarabo Amores Universidad de

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

Abstract INTRODUCTION

Abstract INTRODUCTION South African Passive Radar and Towards Its Characterisation A. A. Lysko 1, F. D. V. Maasdorp 2 1 Council for Scientific and Industrial Research (CSIR): Meraka Institute, South Africa 2 Council for Scientific

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

Complete Software Defined RFID System Using GNU Radio

Complete Software Defined RFID System Using GNU Radio 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,

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

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

MULTI-CHANNEL SAR EXPERIMENTS FROM THE SPACE AND FROM GROUND: POTENTIAL EVOLUTION OF PRESENT GENERATION SPACEBORNE SAR

MULTI-CHANNEL SAR EXPERIMENTS FROM THE SPACE AND FROM GROUND: POTENTIAL EVOLUTION OF PRESENT GENERATION SPACEBORNE SAR 3 nd International Workshop on Science and Applications of SAR Polarimetry and Polarimetric Interferometry POLinSAR 2007 January 25, 2007 ESA/ESRIN Frascati, Italy MULTI-CHANNEL SAR EXPERIMENTS FROM THE

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

THE concept of the passive radar not emitting its own

THE concept of the passive radar not emitting its own INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 171 176 Manuscript received August 3, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0025-3 Trial Results on Bistatic Passive

More information

W. Feng 1, G. Cherniak 1, J.-M Friedt 1,2, M. Sato 1. References at manuscript at jmfriedt.free.fr/ursi.pdf.

W. Feng 1, G. Cherniak 1, J.-M Friedt 1,2, M. Sato 1. References at  manuscript at jmfriedt.free.fr/ursi.pdf. (Yet another) low-cost s W. Feng 1, G. Cherniak 1, J.-M Friedt 1,2, M. Sato 1 1 CNEAS, Tohoku University, Sendai, Japan 2 FEMTO-ST Time & Frequency, Besançon, France References at http://jmfriedt.free.fr

More information

RFIA: A Novel RF-band Interference Attenuation Method in Passive Radar

RFIA: A Novel RF-band Interference Attenuation Method in Passive Radar Journal of Electrical and Electronic Engineering 2016; 4(3): 57-62 http://www.sciencepublishinggroup.com/j/jeee doi: 10.11648/j.jeee.20160403.13 ISSN: 2329-1613 (Print); ISSN: 2329-1605 (Online) RFIA:

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

Synchronization in distributed SDR for localization applications

Synchronization in distributed SDR for localization applications Synchronization in distributed SDR for localization applications The challenge of nanosecond accuracy Johannes Schmitz, Manuel Hernández January 31, 2016 Institute for Theoretical Information Technology

More information

PASSIVE radar, known also as passive coherent location

PASSIVE radar, known also as passive coherent location INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2011, VOL. 57, NO. 1, PP. 43 48 Manuscript received January 19, 2011; revised February 2011. DOI: 10.2478/v10177-011-0006-y Reconstruction of the Reference

More information

WiNRADiO WR-G35DDCi Multichannel Coherent Application Guide

WiNRADiO WR-G35DDCi Multichannel Coherent Application Guide WiNRADiO WR-G35DDCi Multichannel Coherent Application Guide 1 Table of contents 1 Introduction... 3 2 Parts description of the coherent system... 4 2.1 WR-G35DDCi connectors... 4 2.2 The WiNRADiO Coherence

More information

DIGITAL BEAM-FORMING ANTENNA OPTIMIZATION FOR REFLECTOR BASED SPACE DEBRIS RADAR SYSTEM

DIGITAL BEAM-FORMING ANTENNA OPTIMIZATION FOR REFLECTOR BASED SPACE DEBRIS RADAR SYSTEM DIGITAL BEAM-FORMING ANTENNA OPTIMIZATION FOR REFLECTOR BASED SPACE DEBRIS RADAR SYSTEM A. Patyuchenko, M. Younis, G. Krieger German Aerospace Center (DLR), Microwaves and Radar Institute, Muenchner Strasse

More information

UHF Phased Array Ground Stations for Cubesat Applications

UHF Phased Array Ground Stations for Cubesat Applications UHF Phased Array Ground Stations for Cubesat Applications Colin Sheldon, Justin Bradfield, Erika Sanchez, Jeffrey Boye, David Copeland and Norman Adams 10 August 2016 Colin Sheldon, PhD 240-228-8519 Colin.Sheldon@jhuapl.edu

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

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

SpectraTronix C700. Modular Test & Development Platform. Ideal Solution for Cognitive Radio, DSP, Wireless Communications & Massive MIMO Applications

SpectraTronix C700. Modular Test & Development Platform. Ideal Solution for Cognitive Radio, DSP, Wireless Communications & Massive MIMO Applications SpectraTronix C700 Modular Test & Development Platform Ideal Solution for Cognitive Radio, DSP, Wireless Communications & Massive MIMO Applications Design, Test, Verify & Prototype All with the same tool

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

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

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

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

UAV Detection and Localization Using Passive DVB-T Radar MFN and SFN

UAV Detection and Localization Using Passive DVB-T Radar MFN and SFN UAV Detection and Localization Using Passive DVB-T Radar MFN and SFN Dominique Poullin ONERA Palaiseau Chemin de la Hunière BP 80100 FR-91123 PALAISEAU CEDEX FRANCE Dominique.poullin@onera.fr ABSTRACT

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

An Introduction to Software Radio

An Introduction to Software Radio An Introduction to Software Radio (and a bit about GNU Radio & the USRP) Eric Blossom eb@comsec.com www.gnu.org/software/gnuradio comsec.com/wiki USENIX / Boston / June 3, 2006 What's Software Radio? It's

More information

4 channel low power Active DAS tray with power monitoring and attenuation control (+18dBm maximum average

4 channel low power Active DAS tray with power monitoring and attenuation control (+18dBm maximum average Active DCC Brochure DCC500 Series Products DAS Control Rack (DCR) A broadband active multi-channel device with programmable uplink/downlink variable attenuators and RMS power monitors for remote or local

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

High-end vector signal generator creates complex multichannel scenarios

High-end vector signal generator creates complex multichannel scenarios Wireless technologies Signal generation and analysis High-end vector signal generator creates complex multichannel scenarios Fig. 1: The new R&S SMW200A vector signal generator combined with two R&S SGS100A

More information

Passive Radars as Sources of Information for Air Defence Systems

Passive Radars as Sources of Information for Air Defence Systems Passive Radars as Sources of Information for Air Defence Systems Wiesław Klembowski *, Adam Kawalec **, Waldemar Wizner *Saab Technologies Poland, Ostrobramska 101, 04 041 Warszawa, POLAND wieslaw.klembowski@saabgroup.com

More information

USB4. Encoder Data Acquisition USB Device Page 1 of 8. Description. Features

USB4. Encoder Data Acquisition USB Device Page 1 of 8. Description. Features USB4 Page 1 of 8 The USB4 is a data acquisition device designed to record data from 4 incremental encoders, 8 digital inputs and 4 analog input channels. In addition, the USB4 provides 8 digital outputs

More information

DURIP Distributed SDR testbed for Collaborative Research. Wednesday, November 19, 14

DURIP Distributed SDR testbed for Collaborative Research. Wednesday, November 19, 14 DURIP Distributed SDR testbed for Collaborative Research Distributed Software Defined Radar Testbed Collaborative research resource based on software defined radar (SDR) platforms that can adaptively modify

More information

Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator. International Radar Symposium 2012 Warsaw, 24 May 2012

Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator. International Radar Symposium 2012 Warsaw, 24 May 2012 Scalable Front-End Digital Signal Processing for a Phased Array Radar Demonstrator F. Winterstein, G. Sessler, M. Montagna, M. Mendijur, G. Dauron, PM. Besso International Radar Symposium 2012 Warsaw,

More information

N-Channel Scalable Coherent Transceiver

N-Channel Scalable Coherent Transceiver N-Channel Scalable Coherent Transceiver Coherent transceiver family based on the ADALM-PLUTO SDR TR0x is an N-channel scalable coherent transceiver that employs the ADALM-PLUTO SDR transceiver in order

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

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

Session 3. CMOS RF IC Design Principles

Session 3. CMOS RF IC Design Principles Session 3 CMOS RF IC Design Principles Session Delivered by: D. Varun 1 Session Topics Standards RF wireless communications Multi standard RF transceivers RF front end architectures Frequency down conversion

More information

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

Integrated GPS/TOA Navigation using a Positioning and Communication Software Defined Radio

Integrated GPS/TOA Navigation using a Positioning and Communication Software Defined Radio Integrated GPS/TOA Navigation using a Positioning and Communication Software Defined Radio Alison Brown and Janet Nordlie NAVSYS Corporation 96 Woodcarver Road Colorado Springs, CO 89 Abstract-While GPS

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

I hope you have completed Part 2 of the Experiment and is ready for Part 3.

I hope you have completed Part 2 of the Experiment and is ready for Part 3. I hope you have completed Part 2 of the Experiment and is ready for Part 3. In part 3, you are going to use the FPGA to interface with the external world through a DAC and a ADC on the add-on card. You

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

Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung

Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung-Nam Kim Dept. of Electronics Engineering Pusan National

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

Electronic-Warfare Training Using Low-Cost Software-Defined Radio Platforms

Electronic-Warfare Training Using Low-Cost Software-Defined Radio Platforms Electronic-Warfare Training Using Low-Cost Software-Defined Radio Platforms Warren P. du Plessis University of Pretoria, Pretoria, 0002, South Africa Abstract Skilled electronic warfare (EW) professionals

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

Real-Time Through-Wall Imaging Using an Ultrawideband Multiple-Input Multiple-Output (MIMO) Phased-Array Radar System

Real-Time Through-Wall Imaging Using an Ultrawideband Multiple-Input Multiple-Output (MIMO) Phased-Array Radar System Real-Time Through-Wall Imaging Using an Ultrawideband Multiple-Input Multiple-Output (MIMO) Phased-Array Radar System G. L. Charvat, T. S. Ralston, and J. E. Peabody Aerospace Sensor Technology Group This

More information

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements 15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements Simas Joneliunas 1, Darius Gailius 2, Stasys Vygantas Augutis 3, Pranas Kuzas 4 Kaunas University of Technology, Department

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

CLOUDSDR RFSPACE #CONNECTED SOFTWARE DEFINED RADIO. final design might vary without notice

CLOUDSDR RFSPACE #CONNECTED SOFTWARE DEFINED RADIO. final design might vary without notice CLOUDSDR #CONNECTED SOFTWARE DEFINED RADIO final design might vary without notice 1 - PRELIMINARY SPECIFICATIONS http://www.rfspace.com v0.1 RFSPACE CloudSDR CLOUDSDR INTRODUCTION The RFSPACE CloudSDR

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

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

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

More information

Lab 2.2 Custom slave programmable interface

Lab 2.2 Custom slave programmable interface Lab 2.2 Custom slave programmable interface Introduction In the previous labs, you used a system integration tool (Qsys) to create a full FPGA-based system comprised of a processor, on-chip memory, a JTAG

More information

DATASHEET HSP Features. Description. Applications. Ordering Information. Block Diagram. Digital QPSK Demodulator. FN4162 Rev 3.

DATASHEET HSP Features. Description. Applications. Ordering Information. Block Diagram. Digital QPSK Demodulator. FN4162 Rev 3. DATASHEET HSP50306 Digital QPSK Demodulator Features 25.6MHz or 26.97MHz Clock Rates Single Chip QPSK Demodulator with 10kHz Tracking Loop Square Root of Raised Cosine ( = 0.4) Matched Filtering 2.048

More information

FIR Filter for Audio Signals Based on FPGA: Design and Implementation

FIR Filter for Audio Signals Based on FPGA: Design and Implementation American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 2313-4410, ISSN (Online) 2313-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

More information

Radio with COTS Technologies. ATE Systems Engineer

Radio with COTS Technologies. ATE Systems Engineer Signal Intelligence and Software-Defined Radio with COTS Technologies Sacha Emery ATE Systems Engineer 1 Agenda Introduction Optimised signal processing with multicore and FPGAs Timing and synchronisation

More information

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications

AT-XTR-7020A-4. Multi-Channel Micro Embedded Transceiver Module. Features. Typical Applications AT-XTR-7020A-4 Multi-Channel Micro Embedded Transceiver Module The AT-XTR-7020A-4 radio data transceiver represents a simple and economical solution to wireless data communications. The employment of an

More information

Digital Controller Chip Set for Isolated DC Power Supplies

Digital Controller Chip Set for Isolated DC Power Supplies Digital Controller Chip Set for Isolated DC Power Supplies Aleksandar Prodic, Dragan Maksimovic and Robert W. Erickson Colorado Power Electronics Center Department of Electrical and Computer Engineering

More information

N-Channel Scalable Coherent Transceiver

N-Channel Scalable Coherent Transceiver N-Channel Scalable Coherent Transceiver Coherent transceiver family based on the ADALM-PLUTO SDR TR0x is an N-channel scalable coherent transceiver that employs the ADALM-PLUTO SDR transceiver in order

More information

Beamforming for 4.9G/5G Networks

Beamforming for 4.9G/5G Networks Beamforming for 4.9G/5G Networks Exploiting Massive MIMO and Active Antenna Technologies White Paper Contents 1. Executive summary 3 2. Introduction 3 3. Beamforming benefits below 6 GHz 5 4. Field performance

More information

On the Design of Software and Hardware for a WSN Transmitter

On the Design of Software and Hardware for a WSN Transmitter 16th Annual Symposium of the IEEE/CVT, Nov. 19, 2009, Louvain-La-Neuve, Belgium 1 On the Design of Software and Hardware for a WSN Transmitter Jo Verhaevert, Frank Vanheel and Patrick Van Torre University

More information

2015 The MathWorks, Inc. 1

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

More information

Connecting two Phoenix Studio Audiocodecs through a point-to-point IP radio link operating in the 5 GHz band

Connecting two Phoenix Studio Audiocodecs through a point-to-point IP radio link operating in the 5 GHz band APPLICATION NOTE Connecting two Phoenix Studio Audiocodecs through a point-to-point IP radio link operating in the 5 GHz band AEQ PHOENIX AUDIOCODECS. APPLICATION NOTE 4-B Connecting two Phoenix Studio

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at nternational Conference on Wireless Communications and Signal Processing (WCSP 2011). Citation for the original

More information

FPGA-BASED CONTROL SYSTEM OF AN ULTRASONIC PHASED ARRAY

FPGA-BASED CONTROL SYSTEM OF AN ULTRASONIC PHASED ARRAY The 10 th International Conference of the Slovenian Society for Non-Destructive Testing»Application of Contemporary Non-Destructive Testing in Engineering«September 1-3, 009, Ljubljana, Slovenia, 77-84

More information

SDR TESTBENCH FOR SATELLITE COMMUNICATIONS

SDR TESTBENCH FOR SATELLITE COMMUNICATIONS SDR TESTBENCH FOR SATELLITE COMMUNICATIONS Kris Huber (Array Systems Computing Inc., Toronto, Ontario, Canada, khuber@array.ca); Weixiong Lin (Array Systems Computing Inc., Toronto, Ontario, Canada). ABSTRACT

More information

ASR-2300 Multichannel SDR Module for PNT and Mobile communications. Dr. Michael B. Mathews Loctronix, Corporation

ASR-2300 Multichannel SDR Module for PNT and Mobile communications. Dr. Michael B. Mathews Loctronix, Corporation ASR-2300 Multichannel SDR Module for PNT and Mobile communications GNU Radio Conference 2013 October 1, 2013 Boston, Massachusetts Dr. Michael B. Mathews Loctronix, Corporation Loctronix Corporation 2008,

More information

ELEC RADAR FRONT-END SUMMARY

ELEC RADAR FRONT-END SUMMARY ELEC Radar Front-End is designed for FMCW (including CW) radar application. The output frequency of each RX provides range, speed, and amplitude information to DSP. It will detect target azimuth angle

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

Wireless TDMA Mesh Networks

Wireless TDMA Mesh Networks Wireless TDMA Mesh Networks Vinay Ribeiro Department of Computer Science and Engineering IIT Delhi Outline What are mesh networks Applications of wireless mesh Quality-of-service Design and development

More information

High Resolution Software Defined Radar System for Target Detection

High Resolution Software Defined Radar System for Target Detection High Resolution Software Defined Radar System for Target Detection Sandra Costanzo, Francesco Spadafora, Antonio Borgia, Oswaldo Hugo Moreno, Antonio Costanzo, and Giuseppe Di Massa DIMES University of

More information

Chapter 4 DOA Estimation Using Adaptive Array Antenna in the 2-GHz Band

Chapter 4 DOA Estimation Using Adaptive Array Antenna in the 2-GHz Band Chapter 4 DOA Estimation Using Adaptive Array Antenna in the 2-GHz Band 4.1. Introduction The demands for wireless mobile communication are increasing rapidly, and they have become an indispensable part

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

Bluetooth Angle Estimation for Real-Time Locationing

Bluetooth Angle Estimation for Real-Time Locationing Whitepaper Bluetooth Angle Estimation for Real-Time Locationing By Sauli Lehtimäki Senior Software Engineer, Silicon Labs silabs.com Smart. Connected. Energy-Friendly. Bluetooth Angle Estimation for Real-

More information

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study

Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Debugging a Boundary-Scan I 2 C Script Test with the BusPro - I and I2C Exerciser Software: A Case Study Overview When developing and debugging I 2 C based hardware and software, it is extremely helpful

More information

G3P-R232. User Manual. Release. 2.06

G3P-R232. User Manual. Release. 2.06 G3P-R232 User Manual Release. 2.06 1 INDEX 1. RELEASE HISTORY... 3 1.1. Release 1.01... 3 1.2. Release 2.01... 3 1.3. Release 2.02... 3 1.4. Release 2.03... 3 1.5. Release 2.04... 3 1.6. Release 2.05...

More information

DST501-1 High-Speed Modulated Arbitrary Chirping Module

DST501-1 High-Speed Modulated Arbitrary Chirping Module High-Speed Modulated Arbitrary Chirping Module PRODUCT DESCRIPTION The module generates modulated arbitrary chirping CW with frequency update rates up to 250 updates/microsecond (1/8 of the DDS clock rate).

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

GENERIC SDR PLATFORM USED FOR MULTI- CARRIER AIDED LOCALIZATION

GENERIC SDR PLATFORM USED FOR MULTI- CARRIER AIDED LOCALIZATION Copyright Notice c 2009 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

DEFENSE and SECURITY RIGEL ES AND. Defense and security in five continents. indracompany.com

DEFENSE and SECURITY RIGEL ES AND. Defense and security in five continents. indracompany.com DEFENSE and SECURITY RIGEL ES AND EA Systems Defense and security in five continents indracompany.com RIGEL ES EA Systems RIGEL ES AND EA Systems RIGEL ES System The Naval Radar ES and EA systems provide

More information

model 802C HF Wideband Direction Finding System 802C

model 802C HF Wideband Direction Finding System 802C model 802C HF Wideband Direction Finding System 802C Complete HF COMINT platform that provides direction finding and signal collection capabilities in a single integrated solution Wideband signal detection,

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

Operating Instructions

Operating Instructions 6 18 GHz Frequency Synthesizer PFS-618-CD-1 Operating Instructions 1) Frequency Control The Frequency Control Code is constructed of 17 bits (A0 - A16). The following equation and table describe the frequency

More information

& REACTIVE RCIED JAMMING

& REACTIVE RCIED JAMMING LIGHTNING THE NEW Hybrid Jammer Generation INTELLIGENT & REACTIVE RCIED JAMMING WE GUARANTEE FOR LARGEST JAMMING DISTANCES FIELD TESTS / DEMONSTRATIONS AVAILABLE The LIGHTNING is a hybrid jamming system

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

Active and passive radio frequency imaging using a swarm of SUAS

Active and passive radio frequency imaging using a swarm of SUAS Active and passive radio frequency imaging using a swarm of SUAS 7 th - 8 th June 2016 NATO SET 222 Dr Claire Stevenson Dstl cmstevenson@dstl.gov.uk 1 Contents 1.Motivation 2.Radio Frequency Imaging 3.Bistatic

More information

Implementing Software Defined Radio a 16 QAM System using the USRP2 Board

Implementing Software Defined Radio a 16 QAM System using the USRP2 Board Implementing Software Defined Radio a 16 QAM System using the USRP2 Board Functional Requirements List and Performance Specifications Patrick Ellis & Scott Jaris Dr. In Soo Ahn & Dr. Yufeng Lu December

More information

Ultra-small, economical and cheap radar made possible thanks to chip technology

Ultra-small, economical and cheap radar made possible thanks to chip technology Edition March 2018 Radar technology, Smart Mobility Ultra-small, economical and cheap radar made possible thanks to chip technology By building radars into a car or something else, you are able to detect

More information

Operational Description

Operational Description Operational Description Wallterminal WT2000 ISO Tagit The Wallterminal WT2000 consists of the two components control unit and reader unit. The control unit is usually mounted in a save area inside the

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

DI-6X. LXI solution class A and B compliant for multipurpose enviroments. Digital Instruments S.r.l.

DI-6X. LXI solution class A and B compliant for multipurpose enviroments. Digital Instruments S.r.l. LXI solution class A and B compliant for multipurpose enviroments 1 Overview is a very flexible XILINX based platform for a wide range of applications. The Ultimate XILINX VirtexVI with different high

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

Combined Use of Various Passive Radar Range-Doppler Techniques and Angle of Arrival using MUSIC for the Detection of Ground Moving Objects

Combined Use of Various Passive Radar Range-Doppler Techniques and Angle of Arrival using MUSIC for the Detection of Ground Moving Objects Combined Use of Various Passive Radar Range-Doppler Techniques and Angle of Arrival using MUSIC for the Detection of Ground Moving Objects Thomas Chan, Sermsak Jarwatanadilok, Yasuo Kuga, & Sumit Roy Department

More information

MULTIBAND PUBLIC SAFETY RADIO USING A MULTIBAND RFIC WITH AN RF MULTIPLEXER-BASED ANTENNA INTERFACE

MULTIBAND PUBLIC SAFETY RADIO USING A MULTIBAND RFIC WITH AN RF MULTIPLEXER-BASED ANTENNA INTERFACE MULTIBAND PUBLIC SAFETY RADIO USING A MULTIBAND RFIC WITH AN RF MULTIPLEXER-BASED ANTENNA INTERFACE S.M. Shajedul Hasan (hasan@vt.edu) and Steven W. Ellingson (ellingson@vt.edu) Wireless at Virginia Tech,

More information

nuand bladerf Overview

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

More information

High Gain Advanced GPS Receiver

High Gain Advanced GPS Receiver High Gain Advanced GPS Receiver NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs, CO 80921 Introduction The NAVSYS High Gain Advanced GPS Receiver (HAGR) is a digital beam steering receiver designed

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