Radar Signal Processing:

Size: px
Start display at page:

Download "Radar Signal Processing:"

Transcription

1 Radar Signal Processing: Hardware Accelerator and Hardware Update First Semester Report Fall Semester 2007 by Michael Neuberg Christopher Picard Prepared to partially fulfill the requirements for ECE401 Department of Electrical and Computer Engineering Colorado State University Fort Collins, Colorado Report Approved: Project Advisor Senior Design Coordinator

2 Abstract This project consists of two different projects both dealing with Colorado State University s (CSU s) radar systems. The first project is to update CSU s Pawnee Doppler radar system. This will be done to improve performance and ability to enhance data. The second project deals with adding a hardware accelerator to the implementation for the Parametric Time Domain Method (PTDM) clutter mitigation algorithm. The device used in the hardware acceleration will be graphics cards. The antiquated Pawnee radar system is outdated, which makes it hard to find replacement parts and limits the performance. The main retrofit is to replace the sychros, which give rotational position, with optical encoders. This should improve the resolution ten times, which enhances the system s range over long distances. For the PTDM clutter mitigation implementation a standard computer system cannot compute results in real time. Graphics cards can perform needed calculations at rapid rates. This will allow the algorithm to be applied in real time. Updating the system by using optical encoders requires interfacing to the Digital Signal Processor (DSP). A Field Programmable Gate Array (FPGA) will be used to send data to and from the encoders, then to the DSP. This will act as the interface between the two devices. A printed circuit board will be made with the FPGA to transmit and receive the data. The hardware that will be used is a Xilinx Spartan-3E FPGA and Stegmann ARS-20 absolute optical encoder. This hardware will then be installed at the Pawnee radar system which will improve the data about the position of the radar antenna. When researching different graphics cards to use for the implementation of the PTDM, clutter mitigation algorithm the Nvidia Quadro FX 5600 was chosen. The graphics card has 16 multiprocessors each of which can execute 768 simultaneous threads. Nvidia has a language called Compute Unified Device Architecture (CUDA). This language allows the programmer to use a C style language to code tasks on the graphics cards. This will greatly speed up production time for the implementation. ii

3 Acknowledgments The authors of this paper would like to thank Dr. Chandra for the opportunity to work on this project. It has given us valuable experience with the radar facilities at Colorado State University (CSU). We would also like to thank Jim George as well as the rest of the graduate students that are part of the CSU radar research team. We could not have gotten this far on our project without their guidance. We would like to thank the CSU CHILL facilities for donating the components to help research and test for the CSU Pawnee update project. We would also like to thank Hewlett Packard for their donation of the workstation platform and graphics cards to the hardware accelerator project. iii

4 TABLE OF CONTENTS Title i Abstract ii Acknowledgments iii Table of Contents iv List of Figures and Tables v I. Introduction 1 II. Background Information of Radar & CSU Facilities 2 III. Hardware Accelerator 3 A. Review of Previous Work 3 B. Problem Requirements and Solution Approaches 6 C. Solution Implementation 7 C.1 Hardware 7 C.2 CUDA Implementation 8 IV. Pawnee Hardware Update 10 A. Colorado State University Pawnee Radar Facility 10 B. Pawnee Hardware 10 C. Problems Arising With Old Hardware 11 D. Encoder Background 12 E. Inner Workings of the Encoder 14 F. Xilinx Spartan-3E FPGA Details 15 G. Methodology for Project 16 H. Current Work and Results 17 V. Future Work and Conclusions 18 References 21 Bibliography 22 Appendix A Abbreviations 23 Appendix B Budget 24 Appendix C Gray to Binary Comparison 25 iv

5 List of Figures Figure 1 CHILL Doppler Radar Facility 2 Figure 2 Pawnee Doppler Radar Facility 3 Figure 3 PPI Without Ground Clutter Filter 4 Figure 4 PPI With Ground Clutter Filter 5 Figure 5 Nvdia CUDA Architecture 9 Figure 6 PPI CHILL Radar Image, 2003, Tornado 11 Figure 7 Pawnee Radar Inside the Radome 13 Figure 8 Stegmann ARS-20 Absolute Optical Encoder 14 Figure 9 Inside Components of Optical Encoder 14 Figure 10 Digilent BASYS Board 15 Figure 11 Clock Signal and Encoder Data 18 List of Tables Table 1 FX 5600 Specifications 8 Table 2 Xilinx Spartan-3E Specifications 15 Table 3 Pawnee Hardware Update Schedule 19 Table 4 Hardware Accelerator Schedule 19 v

6 I. Introduction There are two separate projects that are integrated together to benefit both of Colorado State University (CSU s) radar sites. The first project is to address the issue of ground clutter on a radar image. There are several methods for mitigating ground clutter, each method having its own benefits and disadvantages. This report will discuss one of the more effective ground clutter mitigation techniques, as well as the difficulties in implementing the approach. This report will cover a method for creating a hardware accelerator in order to perform matrix calculation in parallel to significantly reduce the computation time. It will use a unique preset architecture on a graphics card. Using the architecture and a C based extension language, the graphics card will be transformed into the hardware accelerator for this project. Using this hardware accelerator will allow one of the ground clutter mitigation methods to be preformed in real time. The second project contains information to update hardware at one of the CSU radar facilities. Most of the hardware is outdated, which makes it hard to find replacement parts. Updating the hardware will enhance the radar positioning system and will provide more precise data. The main hardware update will be to replace synchros with encoders to determine the precise angle and direction where the dish is directed. More details of the project will be discussed along with the methods of implementation. First, a background description of how radar works and the history will be discussed. Then information on the two CSU radar facilities will be provided. Chapter III will deal with the hardware accelerator project details. Chapter IV will discuss the specifics of the hardware 1

7 update. The last section will discuss wrap up the two projects and give an idea of future work to be completed. II. Background Information on Radar and CSU Facilities The basic idea of radar is very simple. During WWII when ships or airplanes would cross the path of radio signals, their echoes would be heard. This lead to the idea of using radio signals to determine the location of objects. This technology was further developed during WWII forward to current day innovations. Many great technological advances have been made to benefit the development of radar today. Much research continues today to improve and enhance radar systems. Understanding how radar works is a very simple idea. Radar basically consists of four parts: 1.) There is the transmitter that generates a signal, 2.) an antenna that sends and receives the signal, 3.) a receiver that detects the signal, and 4.) a display unit to analyze the data. All these components make up very complex radar systems. Colorado State University currently uses two radar facilities. The CHILL Doppler radar (Figure 1) is a dual polarized S-band system located by Greeley, Colorado. Figure 1 CHILL Radar Facility 2

8 The other is the Pawnee Doppler radar (Figure 2) which is a single polarized S-band system located by Nun, Colorado.. Figure 2 Pawnee Radar Facility Both radar facilities are combined to operate as a dual-doppler configuration. The waveform generated is a Gaussian waveform. Then a Klystron amplifier charges up the waveform to 1MW/channel. Next this is sent to the transmitter and sent off into the sky. Both of these systems are sponsored by the National Science Foundation and Colorado State University. III. Hardware Accelerator A. Review of previous work: One of the major problems that weather radar systems face is ground clutter. Ground clutter is when the radar beam bounces off objects located on the ground. These objects can be trees, buildings, mountains, et cetera. In order get a good weather image over areas with ground clutter a clutter mitigation algorithm must be applied. In Figure 1 there is a Plan Position Indicator (PPI) image with no ground clutter mitigation approaches applied. Figure 2 shows an image seconds later with a ground clutter mitigation approach applied. 3

9 Figure 3 PPI Without ground clutter filter 4

10 Figure 4 PPI With Ground Clutter Filter As one can see, this filter significantly reduces the presence of ground clutter. It does not reduce the clutter completely. Parametric time domain method (PTDM) is a method for radar ground clutter mitigation. This method helps suppress the effect of ground clutter close to the radar site. Unlike previous methods, this approach does not have the problem of signal loss or spectral leakage (Nguyen, Moisseev, Chandaraskar 2007). The reason PTDM is not subject to these problems is because it does not apply Fourier transforms on the signal switching the domain. Instead the method performs its calculations in the time domain. The main issue with the PTDM approach is it 5

11 requires computationally expensive calculations. This is primarily due to the complex matrix calculations that must be performed on large matrixes. When simulated in Matlab, the calculations were shown to be too slow to run on a standard personal computer. B. Problem Requirements and Solution Approaches: The problem is to find an approach to implement a hardware accelerator for calculating determinates and inverses on large matrixes. The accelerator must be able to perform the calculation at a rate to implement the PTDM algorithm in real time. The first solution approach investigated to enhance the performance of matrix calculations was implementing the calculations on a Field Programmable Gate Array (FPGA). This would involve using logical gates to paralyze the operations required to take determinates and inverses of matrixes. The main drawback of this approach is the development time along with the high cost of custom designing a circuit. The second solution approach investigated was to perform the matrix calculations on a Graphics Processing Unit (GPU). A GPU is a processor that is located on a graphics card. In order for a graphics card to render images and handle the movement of those images on a screen it must perform matrix operations at an accelerated rate. The graphics card accomplishes this by paralyzing the calculations as well as designing the GPU to optimize these calculations. After comparing the two approaches, it was determined that using a GPU was the better approach. The primary reason the second approach was a better solution is that a significant amount of development time has already been spent optimizing matrix calculation. This makes the development time of the implementation significantly shorter. 6

12 C. Solution Implementation: This section will talk about the hardware the PTDM will be implemented on. It also discusses the method for turning a GPU into a usable hardware accelerator. C.1 Hardware: There were two graphics cards venders researched as possible suppliers for this project. The first vender is ATI graphics cards. ATI has a development method called Close To the Metal (CTM). This development tool allows the user to write a custom driver level piece of code for the graphics card. The primary disadvantage of this approach is the learning curve for development. The second vender is Nvidia. Nvidia has a development method called Compute Unified Design Architecture (CUDA). This method builds a general architecture on the graphics card and then allows the user to write in a C style language making special function calls to compute on the graphics card. With this C style language development time is significantly shorter. When comparing the two venders the Nvidia approach was selected because of the shorter development time. The specific graphics card picked was the Quadro FX This card is one of the few that will work with the CUDA architecture and is supported on the Hewlett Packard xw9400. Two of these cards as well as the platform were donated to the project by Hewlett Packard. The graphics card's specifications are listed in Table 1. 7

13 FX 5600 Specifications Values GPU GPU Speed RAM RAM Speed Memory Interface Memory Bandwidth G MHz 1.5GB GDDR3 800 MHz 384 Bit 76.8 GB/sec Table 1 FX 5600 Specifications C.2 CUDA Implementation: In order to turn the two graphics cards into hardware accelerators CUDA will be used. This architecture turns the graphics card into multiprocessor blocks. Each of these multiprocessors has several individual processors with dedicated registers as well as access to shared memory. Each multiprocessor can handle 768 concurrent threads and has 8192 registers (Nvidia CUDA Programming Guide 2007). For the entire architecture see Figure 5. 8

14 Figure 5 Nvidia CUDA Architecture CUDA also allows the user to write their program in C code, using extensions in order to communicate with the card. This allows for the original C code version of the algorithm to be rewritten into a CUDA version of the code. All of the matrix calculations will be sent to the graphics cards taking advantage of the parallel design of CUDA. 9

15 IV. Pawnee Hardware Update The goal of this project is to update the positioning system and hardware on the CSU- Pawnee Doppler radar. This will be done by replacing synchros with optical encoders and interfacing them to the radar signal processor using an FPGA. This will greatly improve the accuracy of this site. A. Colorado State University Pawnee Radar Facility The Pawnee radar is located about 48km north of the CSU-CHILL radar in Greeley. This radar was shown before in Figure 2. The antenna is located within the radome on the righthand-side. The trailer on the left is where all the main radar hardware, electrical equipment, and operators are located. This is a single-polarization radar system which means it only transmits signals on one axis. B. Pawnee Hardware The old Pawnee radar has outdated equipment. This old equipment makes it hard to fix and find replacement parts. While this radar still works fine, it can definitely be enhanced. Right now the radar uses synchros, which were developed during WW II, to communicate rotational position to the operator. The two types of rotational position are the azimuth position and the elevation position. A synchro is basically a 3 phase system with transformers used to drive currents to a motor that can be used to determine angular position. They also use many wires to transmit the data in parallel over long distances, which in turn can be very costly, prone to noise, and prone to damage. Due to all the wires and the age of the synchros only so many bits of resolution can be determined. The current synchros have a resolution of approximately 0.1 with the number of data bits available. 10

16 C. Problem Arising With Old Hardware What sort of error can be cause from the low resolution of the synchros? An example of a typical radar image is shown below in Figure 6. Figure 6 PPI CHILL Radar Image, 2003, Tornado 11

17 This was taken in August 2003 from the CHILL facility of Burns, Wyoming, which is approximately 100km away. The area within the big circle represents a tornado given by the hook shape that the reflectivity is making. If the image above was from the Pawnee radar site, and not from CHILL, the following errors can be calculated due to the low resolution of the synchros. From the radar at the center suppose that the tornado was located at an angle of 75 o. x= km y= km The simple law of sines can show the precise location of the tornado. If the degree is off by 0.1, then the resulting error can occur. x= km y= km This can place the tornado almost 0.2km (656ft) from where it actually is. If this value could be improved to track the exact location of the weather system, people who were directly in the path of the tornado could be warned. This is only for 100km away when many weather radars can go up to a few hundred kilometers away, which increases the error caused by the low resolution. The goal is to improve these values. D. Encoder Background A good solution to the issue of low resolution is to use optical encoders. Absolute encoders from Stegmann, ARS-20 were purchased to replace the synchros. Absolute encoders are used because the position data is still retained even after power loss. This is important because the radar is not operational all the time. The absolute encoder was compared to an incremental encoder that loses its position upon power loss. An absolute encoder was by far the 12

18 best choice. The best thing about this encoder is that it transmits 15 bits of data serially for each position. This means that there are 2 to 32,768 different values that this can read within 360 o. This gives a resolution of By doing the same math as before with the better resolution, the error for 100km is only off by 0.02km (65ft), which is very good. Another benefit to using optical encoders is the fact that they are not susceptible to noise and electromagnetic interference. They are also beneficial because it requires fewer wires to transmit data. Only two wires are required to transmit data and two wires are used for a clock signal. This reduces noise and cost with the wires. The encoder is shown below with a view of the radar inside the radome. It will go inside the platform where the synchros currently reside. One encoder is needed to track the azimuth rotational position and one is needed for the elevation position. Figure 7 Pawnee Radar Inside the Radome 13

19 E. Inner Workings of the Encoder How do these encoders work? Absolute optical encoders use a light source, rotating disk, and photo detectors to produce an output signal. The important part to this is the rotating disk. This disk has fifteen independent rotating tracks because one track is needed for one bit of data. Each track rotates independently and has various arrangements of holes. As the light shines onto the disk the tracks are positioned to let the light through certain bits which represents the position the encoder is turned. This light is then picked up with a photo detector and the bits are transmitted. As said before, the optical encoder is great because the light is not affected the electromagnetic waves and fields. Gray code is used instead of binary because to change by a value of one, only one bit needs to change. With binary data to change by a value of one may require multiple bits to change. An comparison of the two can be found in Appendix C. By only changing one bit at a time, this makes it easier for the tracks to rotate. The encoder and an inside image is shown below in Figure 8 and 9. Figure 8 Figure 9 Stegmann ARS-20 Absolute Optical Encoder Inside Components of Optical Encoder 14

20 F. Xilinx Spartan-3E FPGA Details Now that the encoders will be able to improve the resolution of the radar, how is the data communicated back and forth? A Field Programmable Gate Array (FPGA) was chosen because of the ease of configuration and programming when compared to transistor logic chips. Also most FPGA s have more than enough functionality to complete most tasks. To do FPGA testing a development board was needed. A Digilent BASYS programmable logic board was used. Figure 10 Digilent BASYS Board The board contained a Xilinx Spartan-3E FPGA. The chip specifications of the Spartan-3E are shown in Table 2. Xilinx Spartan-3E Values Speed Block RAM Multipliers 500 MHz 72 K bits 4 at 18bits each I/O pins 144 System Gates 100 K Table 2 15

21 Xilinx Spartan-3E Specification Testing with this board works well because this gives a chance to complete the coding and debugging of the FPGA before implementation. A lot of research about the specifications of this board was done using online documentations from Xilinx and Digilent. There is much documentation about the BASYS board and operation, about being able to use the Digilent software to download to the device, and also how all the external connectors and switches were connected to the FPGA. Much more research was done looking into the FPGA data sheets. With 144 pins all the I/O were checked to determine which would need to be used. Many other features such as Digital Clock Manager (DCM), electrical characteristics, timing, memory, and so on were looked into when working with this chip. G. Methodology for Project This project requires the FPGA to be programmed using VHSIC Hardware Description Language (VHDL). Many tutorials and examples were researched online to understand this programming language better. VHDL can be used to program physical signals and logic gates that the FPGA can use as I/O. In the summer of 2007, a research experience for undergraduate project was done by Darryl Benally and some of the code from that was used as a reference. The tasks involved in programming this board were very difficult. To properly receive data from the encoders the FPGA needs to generate a 17 pulse square wave. The encoder transmits 15 bits of data and 2 error bits. The radar transmits waves approximately once every millisecond. In order to get one data bit from the encoders with each transmit the minimum clock signal needs to be 1kHz per bit. With 17 bits per encoder the clock signal needs to be at least 17kHz if a reading is required every time the radar sends a signal. A faster clock signal would allow for more readings during the transmit time. With a clock signal going to each encoder, one elevation and one azimuth, the encoder will be sending back the data of 17 bits on two separate lines. The FPGA needs to read in this data and process it. 16

22 The encoder transmits the data in Synchronous Serial Interface (SSI) format which is patented by Stegmann. This is where a clock signal is sent to the encoder and the data is send back. The first high to low transition stores the data into a serial format ready to be transmitted. Then on the first low to high transition the most significant bit of the Gray code is transmitted. Then on each following low to high pulse the next bit is transmitted and so on. With 17 pulses only 15 bits of data are taken in due to the first and last signals being held high which are used to detect errors. An important part is to put a delay between successive clock signals so the data sets can be distinguished. An example of the clock signal would be to start high then transmit a square wave with 17 steps then finish high. After this then wait and repeat the signal. The benefits of SSI is the need for only 4 data lines, low conventional component count, and one can store data simultaneously. Once the data is received by the FPGA from the encoder, it is processed. First, it must be converted from Gray code to binary. Then one of the data sets needs to be shifted so that the elevation and azimuth position data can be combined into the same thirty-two bit word of data. This is called the parallel to serial conversions because the data from two parallel lines is able to be transmitted on one single line. The single set of data is then transmitted over fiber optic lines to the radar signal processor unit. The whole process is completed in less then a millisecond, meaning the data coming from the radar position will always be accurate. H. Current Work and Results As of the end of the fall semester of 2007, here is the current status of the project. Right now programming the FPGA in VHDL is the task at hand. An onboard digital clock is used and being divided down to get the desired frequency. The FPGA is outputting a clock signal with 17 pulses and a delay to both of the encoders. The encoders are responding back with data. An example of the clock and data signal is shown in Figure 9. The encoder data on the bottom 17

23 represents a 15 bit serial data stream. As noted before, this is the light output passing through the encoder rotating disks. Figure 11 Clock Signal and Encoder Data The tasks that still need to be completed are to continuously update data, Gray code to binary conversion, parallel to serial combination, and transmit data over fiber optic lines. Much more work still needs to get done, but a good understanding of VHDL and the FPGA has been accomplished and everything should go at quicker pace. V. Future Work and Conclusions Next, semester the plans for the Pawnee Hardware update will be to design the circuit board where the components and FPGA will rest. For testing purposes right now, another board attaches to the external connectors on the BASYS with wires dangling between the two. The whole setup is an acceptable short-term solution, but a long-term solution would be to have all the components on the same board. The design of the board will be very challenging due to the complexity of the BASYS circuit. Also, determining what parts need to be included and what parts can be excluded will take some careful consideration. Once the board is designed the board 18

24 will be made and all the components will need to be in place. Testing of the board will be done to see if the design is done correctly. An idea of timing for next semester is laid out in Table 3. Task Start Date Finish Date Duration Finish Programming Interface for FPGA /27/08 12 Weeks Design Printed Circuit Board 1/27/08 3/23/08 8 Weeks Build, Test, and Debug Circuit Board 3/23/08 4/13/08 3 Weeks Table 3 Pawnee Hardware Update Schedule For the hardware accelerator project the plans for next semester are to implement the accelerator on the final hardware. The system must first be configured. Then simple test CUDA programs will be run. The next step will be to write code that will optimize matrix determinates and inverses on the graphics card. After that code is written, it will be integrated with the code for the PTDM. Finally the system will be configured to integrate with the radar sites interface. A timeline for these tasks are in Table 4. Task Start Date Finish Date Duration Get system setup and successfully run simple test CUDA programs. Finish CUDA code that optimizes performance on real sample data 12/10/07 1/21/08 6 Weeks 1/21/08 2/18/08 4 Weeks Integrate CUDA code with algorithm code. 2/18/08 3/31/08 6 Weeks Configure system to interact with radar interface and integrate system into site. 3/31/08 4/14/08 2 Weeks Table 4 Hardware Accelerator Schedule 19

25 After the implementation of the new encoders as well as the hardware accelerator system, CSU s radar sites will have more accurate radar data to be retrieved. Given the facts outlined in the paper, these two projects will increase the accuracy of the radar data in two different ways. With the more accurate data, further research projects on the sites will benefit from this project. 20

26 References: [1] Absolute Encoder; Sick/Stegmann [2] ARS 20, ARS 25: Single-turn Absolute Encoder; Sick/Stegmann [3] CUDA Programming Guide 1.1, Nvidia; November 2007 [4] Digilent Basys Board Reference Manual; Digilent [5] Spartan-3 generation FPGA User Guide; Xilinx; April 2007 [6] Spartan-3E FPGA Family: Complete Data Sheet; Xilinx; May 2007 [7] Synchronous Serial Interface for Absolute Encoders; Stegmann 21

27 Bibliography [1] Benally, Darryl, 2007: Antenna Control for the Pawnee Radar. Colorado State University [2] Nguyen, Cuong M., Dmitri N. Moisseev, and V. Chandrasekar, 2007: A parametric time domain method for spectral moment estimation and clutter mitigation for weather radars. Colorado State University [3] Rinehart, Ronald E., 1997: Radar for Meteorologists. 3 rd Edition: Knight Printing

28 Appendix A- Abbreviations CTM- Close To the Metal CSU- Colorado State University CUDA- Compute Unified Device Architecture DCM- Digital Clock Manager DSP- Digital Signal Processor FPGA- Field Programmable Gate Array PPI- Plan Position Indicator PTDM- Parametric Time Domain Method SSI- Serial Synchronous Interface VHDL- VHSIC Hardware Description Language VHSIC- Very High Speed Integrated Circuits 23

29 Appendix B- Budget Item Price Digilent BASYS Board $50 2 Quadro FX 5600 $3000 ($1,500 a piece) 2 Stegmann Absolute Encoder $1200 ($600 a piece) xw 9400 $

30 Appendix C- Gray to Binary Comparison Gray Code Binary Code Number

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

Weather Radar Basics

Weather Radar Basics Weather Radar Basics RADAR: Radio Detection And Ranging Developed during World War II as a method to detect the presence of ships and aircraft (the military considered weather targets as noise) Since WW

More information

Timing Errors and Jitter

Timing Errors and Jitter Timing Errors and Jitter Background Mike Story In a sampled (digital) system, samples have to be accurate in level and time. The digital system uses the two bits of information the signal was this big

More information

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and

More information

Test Driven Development of Embedded Systems Using Existing Software Test Infrastructure

Test Driven Development of Embedded Systems Using Existing Software Test Infrastructure Test Driven Development of Embedded Systems Using Existing Software Test Infrastructure Micah Dowty University of Colorado at Boulder micah@navi.cx March 26, 2004 Abstract Traditional software development

More information

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display

More information

NVIDIA GeForce GTX 580 GPU Datasheet

NVIDIA GeForce GTX 580 GPU Datasheet NVIDIA GeForce GTX 580 GPU Datasheet NVIDIA GeForce GTX 580 GPU Datasheet 3D Graphics Full Microsoft DirectX 11 Shader Model 5.0 support: o NVIDIA PolyMorph Engine with distributed HW tessellation engines

More information

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the

Note monitors controlled by analog signals CRT monitors are controlled by analog voltage. i. e. the level of analog signal delivered through the DVI Interface The outline: The reasons for digital interface of a monitor the transfer from VGA to DVI. DVI v. analog interface. The principles of LCD control through DVI interface. The link between DVI

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Acoustic Processor of the MCM Sonar

Acoustic Processor of the MCM Sonar AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 1 http://dx.doi.org/10.7494/automat.2013.17.1.73 Mariusz Rudnicki*, Jan Schmidt*, Aleksander Schmidt*, Wojciech Leœniak* Acoustic Processor of the MCM Sonar 1. Introduction

More information

Lesson 7: SYSTEM-ON. SoC) AND USE OF VLSI CIRCUIT DESIGN TECHNOLOGY. Chapter-1L07: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 7: SYSTEM-ON. SoC) AND USE OF VLSI CIRCUIT DESIGN TECHNOLOGY. Chapter-1L07: Embedded Systems - , Raj Kamal, Publs.: McGraw-Hill Education Lesson 7: SYSTEM-ON ON-CHIP (SoC( SoC) AND USE OF VLSI CIRCUIT DESIGN TECHNOLOGY 1 VLSI chip Integration of high-level components Possess gate-level sophistication in circuits above that of the counter,

More information

Ultrasound Distance Measurement

Ultrasound Distance Measurement Final Project Report E3390 Electronic Circuits Design Lab Ultrasound Distance Measurement Yiting Feng Izel Niyage Asif Quyyum Submitted in partial fulfillment of the requirements for the Bachelor of Science

More information

APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System

APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System APPLICATION NOTE GaGe CompuScope 14200-based Lightning Monitoring System Challenge A customer needed to upgrade an older data acquisition unit for a real-time lightning monitoring system. Unlike many lightning

More information

Instruction Manual Service Program ULTRA-PROG-IR

Instruction Manual Service Program ULTRA-PROG-IR Instruction Manual Service Program ULTRA-PROG-IR Parameterizing Software for Ultrasonic Sensors with Infrared Interface Contents 1 Installation of the Software ULTRA-PROG-IR... 4 1.1 System Requirements...

More information

(Refer Slide Time: 2:10)

(Refer Slide Time: 2:10) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-12 Multiplexer Applications-1 Hello and welcome to today s lecture on multiplexer

More information

Development of a Research-oriented Wireless System for Human Performance Monitoring

Development of a Research-oriented Wireless System for Human Performance Monitoring Development of a Research-oriented Wireless System for Human Performance Monitoring by Jonathan Hill ECE Dept., Univ. of Hartford jmhill@hartford.edu Majdi Atallah ECE Dept., Univ. of Hartford atallah@hartford.edu

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

How PCI Express Works (by Tracy V. Wilson)

How PCI Express Works (by Tracy V. Wilson) 1 How PCI Express Works (by Tracy V. Wilson) http://computer.howstuffworks.com/pci-express.htm Peripheral Component Interconnect (PCI) slots are such an integral part of a computer's architecture that

More information

E190Q Lecture 5 Autonomous Robot Navigation

E190Q Lecture 5 Autonomous Robot Navigation E190Q Lecture 5 Autonomous Robot Navigation Instructor: Chris Clark Semester: Spring 2014 1 Figures courtesy of Siegwart & Nourbakhsh Control Structures Planning Based Control Prior Knowledge Operator

More information

Agenda. Michele Taliercio, Il circuito Integrato, Novembre 2001

Agenda. Michele Taliercio, Il circuito Integrato, Novembre 2001 Agenda Introduzione Il mercato Dal circuito integrato al System on a Chip (SoC) La progettazione di un SoC La tecnologia Una fabbrica di circuiti integrati 28 How to handle complexity G The engineering

More information

Email: tjohn@mail.nplindia.ernet.in

Email: tjohn@mail.nplindia.ernet.in USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA

More information

WSR - Weather Surveillance Radar

WSR - Weather Surveillance Radar 1 of 7 Radar by Paul Sirvatka College of DuPage Meteorology WSR - Weather Surveillance Radar It was learned during World War II that electromagnetic radiation could be sent out, bounced off an object and

More information

Robot Perception Continued

Robot Perception Continued Robot Perception Continued 1 Visual Perception Visual Odometry Reconstruction Recognition CS 685 11 Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart

More information

Technical Note. Micron NAND Flash Controller via Xilinx Spartan -3 FPGA. Overview. TN-29-06: NAND Flash Controller on Spartan-3 Overview

Technical Note. Micron NAND Flash Controller via Xilinx Spartan -3 FPGA. Overview. TN-29-06: NAND Flash Controller on Spartan-3 Overview Technical Note TN-29-06: NAND Flash Controller on Spartan-3 Overview Micron NAND Flash Controller via Xilinx Spartan -3 FPGA Overview As mobile product capabilities continue to expand, so does the demand

More information

Microtronics technologies Mobile: 99707 90092

Microtronics technologies Mobile: 99707 90092 For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.

More information

A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz

A comparison of radio direction-finding technologies. Paul Denisowski, Applications Engineer Rohde & Schwarz A comparison of radio direction-finding technologies Paul Denisowski, Applications Engineer Rohde & Schwarz Topics General introduction to radiolocation Manual DF techniques Doppler DF Time difference

More information

Technical Aspects of Creating and Assessing a Learning Environment in Digital Electronics for High School Students

Technical Aspects of Creating and Assessing a Learning Environment in Digital Electronics for High School Students Session: 2220 Technical Aspects of Creating and Assessing a Learning Environment in Digital Electronics for High School Students Adam S. El-Mansouri, Herbert L. Hess, Kevin M. Buck, Timothy Ewers Microelectronics

More information

L20: GPU Architecture and Models

L20: GPU Architecture and Models L20: GPU Architecture and Models scribe(s): Abdul Khalifa 20.1 Overview GPUs (Graphics Processing Units) are large parallel structure of processing cores capable of rendering graphics efficiently on displays.

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 4 (February 7, 2013)

More information

Synthetic Sensing: Proximity / Distance Sensors

Synthetic Sensing: Proximity / Distance Sensors Synthetic Sensing: Proximity / Distance Sensors MediaRobotics Lab, February 2010 Proximity detection is dependent on the object of interest. One size does not fit all For non-contact distance measurement,

More information

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.

More information

The Bus (PCI and PCI-Express)

The Bus (PCI and PCI-Express) 4 Jan, 2008 The Bus (PCI and PCI-Express) The CPU, memory, disks, and all the other devices in a computer have to be able to communicate and exchange data. The technology that connects them is called the

More information

DS1621 Digital Thermometer and Thermostat

DS1621 Digital Thermometer and Thermostat Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent

More information

TIMING SIGNALS, IRIG-B AND PULSES

TIMING SIGNALS, IRIG-B AND PULSES TIMING SIGNALS, IRIG-B AND PULSES Document No. PD0043200B July 2013 Arbiter Systems, Inc. 1324 Vendels Circle, Suite 121 Paso Robles, CA 93446 U.S.A. (805) 237-3831, (800) 321-3831 http://www.arbiter.com

More information

Read this before starting!

Read this before starting! Points missed: Student's Name: Total score: /100 points East Tennessee State University Department of Computer and Information Sciences CSCI 4717 Computer Architecture TEST 2 for Fall Semester, 2006 Section

More information

Digital Signal Controller Based Automatic Transfer Switch

Digital Signal Controller Based Automatic Transfer Switch Digital Signal Controller Based Automatic Transfer Switch by Venkat Anant Senior Staff Applications Engineer Freescale Semiconductor, Inc. Abstract: An automatic transfer switch (ATS) enables backup generators,

More information

GPU System Architecture. Alan Gray EPCC The University of Edinburgh

GPU System Architecture. Alan Gray EPCC The University of Edinburgh GPU System Architecture EPCC The University of Edinburgh Outline Why do we want/need accelerators such as GPUs? GPU-CPU comparison Architectural reasons for GPU performance advantages GPU accelerated systems

More information

isppac-powr1220at8 I 2 C Hardware Verification Utility User s Guide

isppac-powr1220at8 I 2 C Hardware Verification Utility User s Guide November 2005 Introduction Application Note AN6067 The isppac -POWR1220AT8 device from Lattice is a full-featured second-generation Power Manager chip. As part of its feature set, this device supports

More information

CNC-STEP. "LaserProbe4500" 3D laser scanning system Instruction manual

CNC-STEP. LaserProbe4500 3D laser scanning system Instruction manual LaserProbe4500 CNC-STEP "LaserProbe4500" 3D laser scanning system Instruction manual 2 Hylewicz CNC-Technik Siemensstrasse 13-15 D-47608 Geldern Fon.: +49 (0) 2831 133236 E-Mail: info@cnc-step.com Website:

More information

Guru Ghasidas Vishwavidyalaya, Bilaspur (C.G.) Institute of Technology. Electronics & Communication Engineering. B.

Guru Ghasidas Vishwavidyalaya, Bilaspur (C.G.) Institute of Technology. Electronics & Communication Engineering. B. Guru Ghasidas Vishwavidyalaya, Bilaspur (C.G.) Institute of Technology Electronics & Communication Engineering B.Tech III Semester 1. Electronic Devices Laboratory 2. Digital Logic Circuit Laboratory 3.

More information

A New Radar Technology Broadband Radar Explained

A New Radar Technology Broadband Radar Explained A New Radar Technology Broadband Radar Explained by Bill Johnson The landscape of small boat radar has just changed. Until two months ago, all the radars for the leisure marine market worked in pretty

More information

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller

Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0

More information

LMS is a simple but powerful algorithm and can be implemented to take advantage of the Lattice FPGA architecture.

LMS is a simple but powerful algorithm and can be implemented to take advantage of the Lattice FPGA architecture. February 2012 Introduction Reference Design RD1031 Adaptive algorithms have become a mainstay in DSP. They are used in wide ranging applications including wireless channel estimation, radar guidance systems,

More information

High-Resolution Doppler-Polarimetric FMCW Radar with Dual-Orthogonal Signals

High-Resolution Doppler-Polarimetric FMCW Radar with Dual-Orthogonal Signals High-Resolution Doppler-Polarimetric FMCW Radar with Dual-Orthogonal Signals Oleg Krasnov, Leo Ligthart, Zhijian Li, Galina Babur, Zongbo Wang, Fred van der Zwan International Research Centre for Telecommunications

More information

How To Fix A 3 Bit Error In Data From A Data Point To A Bit Code (Data Point) With A Power Source (Data Source) And A Power Cell (Power Source)

How To Fix A 3 Bit Error In Data From A Data Point To A Bit Code (Data Point) With A Power Source (Data Source) And A Power Cell (Power Source) FPGA IMPLEMENTATION OF 4D-PARITY BASED DATA CODING TECHNIQUE Vijay Tawar 1, Rajani Gupta 2 1 Student, KNPCST, Hoshangabad Road, Misrod, Bhopal, Pin no.462047 2 Head of Department (EC), KNPCST, Hoshangabad

More information

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT)

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) Page 1 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) ECC RECOMMENDATION (06)01 Bandwidth measurements using FFT techniques

More information

How To Use Safety System Software (S3)

How To Use Safety System Software (S3) SPECIFICATION DATA Safety System Software (S3) APPLICATION Safety System Software (S 3 ) is a robust, full featured configuration, diagnostic, programming and real-time monitoring package for integrators

More information

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging

CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY. 3.1 Basic Concepts of Digital Imaging Physics of Medical X-Ray Imaging (1) Chapter 3 CHAPTER 3: DIGITAL IMAGING IN DIAGNOSTIC RADIOLOGY 3.1 Basic Concepts of Digital Imaging Unlike conventional radiography that generates images on film through

More information

Kepware Technologies Optimizing KEPServerEX V5 Projects

Kepware Technologies Optimizing KEPServerEX V5 Projects Kepware Technologies Optimizing KEPServerEX V5 Projects September, 2010 Ref. 50.16 Kepware Technologies Table of Contents 1. Overview... 1 2. Factors that Affect Communication Speed... 1 2.1 Defining Bandwidth...

More information

QuickSpecs. NVIDIA Quadro M6000 12GB Graphics INTRODUCTION. NVIDIA Quadro M6000 12GB Graphics. Overview

QuickSpecs. NVIDIA Quadro M6000 12GB Graphics INTRODUCTION. NVIDIA Quadro M6000 12GB Graphics. Overview Overview L2K02AA INTRODUCTION Push the frontier of graphics processing with the new NVIDIA Quadro M6000 12GB graphics card. The Quadro M6000 features the top of the line member of the latest NVIDIA Maxwell-based

More information

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19 Doppler Doppler Chapter 19 A moving train with a trumpet player holding the same tone for a very long time travels from your left to your right. The tone changes relative the motion of you (receiver) and

More information

High-Level Synthesis for FPGA Designs

High-Level Synthesis for FPGA Designs High-Level Synthesis for FPGA Designs BRINGING BRINGING YOU YOU THE THE NEXT NEXT LEVEL LEVEL IN IN EMBEDDED EMBEDDED DEVELOPMENT DEVELOPMENT Frank de Bont Trainer consultant Cereslaan 10b 5384 VT Heesch

More information

Low-resolution Image Processing based on FPGA

Low-resolution Image Processing based on FPGA Abstract Research Journal of Recent Sciences ISSN 2277-2502. Low-resolution Image Processing based on FPGA Mahshid Aghania Kiau, Islamic Azad university of Karaj, IRAN Available online at: www.isca.in,

More information

Power Quality For The Digital Age INVERTING SOLAR POWER A N E N V IRONME N TA L P OT E N T I A L S W HI T E PA PER. www.ep2000.com 800.500.

Power Quality For The Digital Age INVERTING SOLAR POWER A N E N V IRONME N TA L P OT E N T I A L S W HI T E PA PER. www.ep2000.com 800.500. Power Quality For The Digital Age INVERTING SOLAR POWER A N E N V IRONME N TA L P OT E N T I A L S W HI T E PA PER Introduction Heat in the System The modern facility has been revolutionized by advancements

More information

primary SURVEILLANCE 3D RADAR

primary SURVEILLANCE 3D RADAR AIR TRAFFIC MANAGEMENT AIRport & ROUTE primary SURVEILLANCE 3D RADAR Supplying ATM systems around the world for more than 90 years indracompany.com AIRport & ROUTE primary SURVEILLANCE 3D RADAR Latest

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

GPU File System Encryption Kartik Kulkarni and Eugene Linkov

GPU File System Encryption Kartik Kulkarni and Eugene Linkov GPU File System Encryption Kartik Kulkarni and Eugene Linkov 5/10/2012 SUMMARY. We implemented a file system that encrypts and decrypts files. The implementation uses the AES algorithm computed through

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS USER GUIDE GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS Contents Using the LabVIEW Point-By-Point VI Libraries... 2 Initializing Point-By-Point VIs... 3 Frequently Asked Questions... 5 What Are the

More information

AVX EMI SOLUTIONS Ron Demcko, Fellow of AVX Corporation Chris Mello, Principal Engineer, AVX Corporation Brian Ward, Business Manager, AVX Corporation

AVX EMI SOLUTIONS Ron Demcko, Fellow of AVX Corporation Chris Mello, Principal Engineer, AVX Corporation Brian Ward, Business Manager, AVX Corporation AVX EMI SOLUTIONS Ron Demcko, Fellow of AVX Corporation Chris Mello, Principal Engineer, AVX Corporation Brian Ward, Business Manager, AVX Corporation Abstract EMC compatibility is becoming a key design

More information

Embedded Linux RADAR device

Embedded Linux RADAR device Embedded Linux Conference Europe 2012 (Barcelona - November 5-7) Embedded Linux RADAR device Taking advantage on Linaro tools and HTML5 AJAX real-time visualization Agustí FONTQUERNI GORCHS af@iseebcn.com

More information

Consumer Emergency Vehicle Alert System

Consumer Emergency Vehicle Alert System Consumer Emergency Vehicle Alert System Robert Anderson, Austen Gray, Clayton Moore, Nicholas Saunders Department of ECCS and Department of Mechanical Engineering Ohio Northern University Ada, Ohio 45810

More information

Learning Outcomes. Simple CPU Operation and Buses. Composition of a CPU. A simple CPU design

Learning Outcomes. Simple CPU Operation and Buses. Composition of a CPU. A simple CPU design Learning Outcomes Simple CPU Operation and Buses Dr Eddie Edwards eddie.edwards@imperial.ac.uk At the end of this lecture you will Understand how a CPU might be put together Be able to name the basic components

More information

What will I learn as an Electrical Engineering student?

What will I learn as an Electrical Engineering student? What will I learn as an Electrical Engineering student? Department of Electrical and Computer Engineering Tu5s School of Engineering Trying to decide on a major? Most college course descrip>ons are full

More information

DIRECT TO HOME TELEVISION (DTH)

DIRECT TO HOME TELEVISION (DTH) DIRECT TO HOME TELEVISION (DTH) Today, most satellite TV customers in developed television markets get their programming through a direct broadcast satellite (DBS) provider, such as DISH TV or DTH platform.

More information

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display

More information

US-Key New generation of High performances Ultrasonic device

US-Key New generation of High performances Ultrasonic device US-Key New generation of High performances Ultrasonic device US-Key connected to a laptop computer US-Key Ultrasound device single channel Features USB2 High Speed connection Ultralow noise preamplifier

More information

ARIES SAAS HELICOPTER CONTROL AND APPROACH RADAR

ARIES SAAS HELICOPTER CONTROL AND APPROACH RADAR SECURITY AND DEFENSE ARIES SAAS HELICOPTER CONTROL AND APPROACH RADAR Defense and security in five continents indracompany.com ARIES-SAAS ARIES SAAS HELICOPTER CONTROL AND APPROACH RADAR ARIES-SAAS radar

More information

DDS. 16-bit Direct Digital Synthesizer / Periodic waveform generator Rev. 1.4. Key Design Features. Block Diagram. Generic Parameters.

DDS. 16-bit Direct Digital Synthesizer / Periodic waveform generator Rev. 1.4. Key Design Features. Block Diagram. Generic Parameters. Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core 16-bit signed output samples 32-bit phase accumulator (tuning word) 32-bit phase shift feature Phase resolution of 2π/2

More information

Nexus Technology Review -- Exhibit A

Nexus Technology Review -- Exhibit A Nexus Technology Review -- Exhibit A Background A. Types of DSL Lines DSL comes in many flavors: ADSL, ADSL2, ADSL2+, VDSL and VDSL2. Each DSL variant respectively operates up a higher frequency level.

More information

Scalability and Classifications

Scalability and Classifications Scalability and Classifications 1 Types of Parallel Computers MIMD and SIMD classifications shared and distributed memory multicomputers distributed shared memory computers 2 Network Topologies static

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

Impedance 50 (75 connectors via adapters)

Impedance 50 (75 connectors via adapters) VECTOR NETWORK ANALYZER PLANAR TR1300/1 DATA SHEET Frequency range: 300 khz to 1.3 GHz Measured parameters: S11, S21 Dynamic range of transmission measurement magnitude: 130 db Measurement time per point:

More information

Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial

Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial Embedded Processor Hardware Design January 29 th 2015. VIVADO TUTORIAL 1 Table of Contents Requirements... 3 Part 1:

More information

Introduction to GPU hardware and to CUDA

Introduction to GPU hardware and to CUDA Introduction to GPU hardware and to CUDA Philip Blakely Laboratory for Scientific Computing, University of Cambridge Philip Blakely (LSC) GPU introduction 1 / 37 Course outline Introduction to GPU hardware

More information

The Motherboard Chapter #5

The Motherboard Chapter #5 The Motherboard Chapter #5 Amy Hissom Key Terms Advanced Transfer Cache (ATC) A type of L2 cache contained within the Pentium processor housing that is embedded on the same core processor die as the CPU

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

7a. System-on-chip design and prototyping platforms

7a. System-on-chip design and prototyping platforms 7a. System-on-chip design and prototyping platforms Labros Bisdounis, Ph.D. Department of Computer and Communication Engineering 1 What is System-on-Chip (SoC)? System-on-chip is an integrated circuit

More information

Thu Truong, Michael Jones, George Bekken EE494: Senior Design Projects Dr. Corsetti. SAR Senior Project 1

Thu Truong, Michael Jones, George Bekken EE494: Senior Design Projects Dr. Corsetti. SAR Senior Project 1 Thu Truong, Michael Jones, George Bekken EE494: Senior Design Projects Dr. Corsetti SAR Senior Project 1 Outline Team Senior Design Goal UWB and SAR Design Specifications Design Constraints Technical Approach

More information

PCI Express* Ethernet Networking

PCI Express* Ethernet Networking White Paper Intel PRO Network Adapters Network Performance Network Connectivity Express* Ethernet Networking Express*, a new third-generation input/output (I/O) standard, allows enhanced Ethernet network

More information

AC 2007-2485: PRACTICAL DESIGN PROJECTS UTILIZING COMPLEX PROGRAMMABLE LOGIC DEVICES (CPLD)

AC 2007-2485: PRACTICAL DESIGN PROJECTS UTILIZING COMPLEX PROGRAMMABLE LOGIC DEVICES (CPLD) AC 2007-2485: PRACTICAL DESIGN PROJECTS UTILIZING COMPLEX PROGRAMMABLE LOGIC DEVICES (CPLD) Samuel Lakeou, University of the District of Columbia Samuel Lakeou received a BSEE (1974) and a MSEE (1976)

More information

Fiber Optic Communications Educational Toolkit

Fiber Optic Communications Educational Toolkit Fiber Optic Communications Educational Toolkit ASEE National Conference Summer 2008 Dr. Akram Abu-aisheh & Dr. Jonathan Hill Introduction The main motive for this work was the need for a low cost laboratory

More information

QuickSpecs. NVIDIA Quadro K5200 8GB Graphics INTRODUCTION. NVIDIA Quadro K5200 8GB Graphics. Technical Specifications

QuickSpecs. NVIDIA Quadro K5200 8GB Graphics INTRODUCTION. NVIDIA Quadro K5200 8GB Graphics. Technical Specifications J3G90AA INTRODUCTION The NVIDIA Quadro K5200 gives you amazing application performance and capability, making it faster and easier to accelerate 3D models, render complex scenes, and simulate large datasets.

More information

EECC694 - Shaaban. Transmission Channel

EECC694 - Shaaban. Transmission Channel The Physical Layer: Data Transmission Basics Encode data as energy at the data (information) source and transmit the encoded energy using transmitter hardware: Possible Energy Forms: Electrical, light,

More information

White Paper A Case Study Comparing Data Access Methods Using Remote Graphics Software and Siemens PLM Software, Teamcenter 2007 and NX 5

White Paper A Case Study Comparing Data Access Methods Using Remote Graphics Software and Siemens PLM Software, Teamcenter 2007 and NX 5 White Paper A Case Study Comparing Data Access Methods Using Remote Graphics Software and Siemens PLM Software, Teamcenter 2007 and NX 5 Prepared for: Customers of Hewlett Packard and Siemens PLM Software

More information

Computer Systems Structure Input/Output

Computer Systems Structure Input/Output Computer Systems Structure Input/Output Peripherals Computer Central Processing Unit Main Memory Computer Systems Interconnection Communication lines Input Output Ward 1 Ward 2 Examples of I/O Devices

More information

Maximizing Throughput and Coverage for Wi Fi and Cellular

Maximizing Throughput and Coverage for Wi Fi and Cellular Maximizing Throughput and Coverage for Wi Fi and Cellular A White Paper Prepared by Sebastian Rowson, Ph.D. Chief Scientist, Ethertronics, Inc. www.ethertronics.com March 2012 Introduction Ask consumers

More information

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p Data Transmission Concepts and terminology Transmission terminology Transmission from transmitter to receiver goes over some transmission medium using electromagnetic waves Guided media. Waves are guided

More information

A DESCRIPTION OF THE SOFTWARE ELEMENT OF THE NASA EME FLIGHT TESTS

A DESCRIPTION OF THE SOFTWARE ELEMENT OF THE NASA EME FLIGHT TESTS NASA Contractor Report 201635 A DESCRIPTION OF THE SOFTWARE ELEMENT OF THE NASA EME FLIGHT TESTS Sandra V. Koppen Lockheed Martin Engineering & Sciences Company, Hampton, Virginia 23666 Contract: NAS1-19000

More information

ECONseries Low Cost USB DAQ

ECONseries Low Cost USB DAQ ECONseries Low Cost USB Data Acquisition Modules ECONseries Low Cost USB DAQ The ECONseries is a flexible yet economical series of multifunction data acquisition modules. You choose the number of analog

More information

Home Exam 3: Distributed Video Encoding using Dolphin PCI Express Networks. October 20 th 2015

Home Exam 3: Distributed Video Encoding using Dolphin PCI Express Networks. October 20 th 2015 INF5063: Programming heterogeneous multi-core processors because the OS-course is just to easy! Home Exam 3: Distributed Video Encoding using Dolphin PCI Express Networks October 20 th 2015 Håkon Kvale

More information

Float to Fix conversion

Float to Fix conversion www.thalesgroup.com Float to Fix conversion Fabrice Lemonnier Research & Technology 2 / Thales Research & Technology : Research center of Thales Objective: to propose technological breakthrough for the

More information

9/14/2011 14.9.2011 8:38

9/14/2011 14.9.2011 8:38 Algorithms and Implementation Platforms for Wireless Communications TLT-9706/ TKT-9636 (Seminar Course) BASICS OF FIELD PROGRAMMABLE GATE ARRAYS Waqar Hussain firstname.lastname@tut.fi Department of Computer

More information

Three Channel Optical Incremental Encoder Modules Technical Data

Three Channel Optical Incremental Encoder Modules Technical Data Three Channel Optical Incremental Encoder Modules Technical Data HEDS-9040 HEDS-9140 Features Two Channel Quadrature Output with Index Pulse Resolution Up to 2000 CPR Counts Per Revolution Low Cost Easy

More information

SUBJECT: SOLIDWORKS HARDWARE RECOMMENDATIONS - 2013 UPDATE

SUBJECT: SOLIDWORKS HARDWARE RECOMMENDATIONS - 2013 UPDATE SUBJECT: SOLIDWORKS RECOMMENDATIONS - 2013 UPDATE KEYWORDS:, CORE, PROCESSOR, GRAPHICS, DRIVER, RAM, STORAGE SOLIDWORKS RECOMMENDATIONS - 2013 UPDATE Below is a summary of key components of an ideal SolidWorks

More information

TwinCAT NC Configuration

TwinCAT NC Configuration TwinCAT NC Configuration NC Tasks The NC-System (Numeric Control) has 2 tasks 1 is the SVB task and the SAF task. The SVB task is the setpoint generator and generates the velocity and position control

More information

AND8336. Design Examples of On Board Dual Supply Voltage Logic Translators. Prepared by: Jim Lepkowski ON Semiconductor. http://onsemi.

AND8336. Design Examples of On Board Dual Supply Voltage Logic Translators. Prepared by: Jim Lepkowski ON Semiconductor. http://onsemi. Design Examples of On Board Dual Supply Voltage Logic Translators Prepared by: Jim Lepkowski ON Semiconductor Introduction Logic translators can be used to connect ICs together that are located on the

More information

Interfacing Analog to Digital Data Converters

Interfacing Analog to Digital Data Converters Converters In most of the cases, the PIO 8255 is used for interfacing the analog to digital converters with microprocessor. We have already studied 8255 interfacing with 8086 as an I/O port, in previous

More information

Timer A (0 and 1) and PWM EE3376

Timer A (0 and 1) and PWM EE3376 Timer A (0 and 1) and PWM EE3376 General Peripheral Programming Model Each peripheral has a range of addresses in the memory map peripheral has base address (i.e. 0x00A0) each register used in the peripheral

More information