Automated Design of an ASIP for Image Processing Applications

Size: px
Start display at page:

Download "Automated Design of an ASIP for Image Processing Applications"

Transcription

1 Autmated Design f an ASIP fr Image Prcessing Applicatins Henj Scht and Henk Crpraal Delft University f Technlgy Department f Electrical Engineering Sectin Cmputer Architecture and Digital Technique P.O. Bx 5031, 2600 GA Delft, The Netherlands H.J.M.Scht@FEL.tn.nl, H.Crpraal@et.tudelft.nl Abstract. This paper presents the design f highly ptimized TTA architectures fr image prcessing applicatins. An autmatic prcessr design framewrk as described in [2] is used. Specialized hardware is used t imprve the perfrmance-cst rati f the prcessrs. An explrer searches the design space fr slutins that are gd in terms f cst and perfrmance. We shw that architectures can be fund that efficiently execute very different algrithms at lw cst. A hardware feasible architecture is presented that efficiently executes a set f image prcessing algrithms and perfrms almst equally r better than alternative, cmmercial-available slutins d. 1 Intrductin In this paper, we shw the design f an applicatin specific instructin set prcessr (ASIP) fr a set f image prcessing algrithms. Prcessrs and cde are generated, trying t explit the instructin level parallelism f image prcessing algrithms. We shw that prcessrs can be generated that efficiently execute very different algrithms at lw cst. We add applicatin specific hardware and functinality t imprve the perfrmance cst f the prcessrs. The architecture f the ASIP we develp is a Transprt Triggered Architecture (TTA) [2]. An autmated design framewrk, called the MOVE framewrk [], is used fr the develpment f the VLIW like prcessr. It tries t find an architecture with an ptimal cst/perfrmance rati. The designer can use Special Functin Units (SFUs) t imprve the cst-perfrmance rati f an architecture. These SFUs can be incrprated in the MOVE framewrk. Our wrk n the design f a highly ptimized prcessr architecture differs frm thers [3] in that we use TTAs and applicatin specific hardware (SFUs) in rder t find architectures with higher perfrmance-cst ratis. The next sectin describes the image prcessing algrithms we used. Sectin 3 shws the mapping f the algrithms t TTAs. Sectin 4 presents the results and cnclusins. A. Bde et al. (Eds.): Eur-Par 2000, LNCS 1900, pp , Springer-Verlag Berlin Heidelberg 2000

2 1106 Henj Scht and Henk Crpraal 2 Image Prcessing Algrithms Fur image prcessing algrithms were mapped t TTAs. A clr cnversin algrithm, and three gray-scale neighbrhd algrithms: cnvlutin and tw edge detectin algrithms n a 3x3 area. Here we cncentrate n the clr cnversin algrithm. Clr cnversin is an peratin frm the area f clr image prcessing. It is used t cnvert between clr representatins e.g. a clr in RGB has t be cnverted t represent the same clr using CMYK clr cmpnents. There are several methds t perfrm clr cnversin. In ur case we uses lkup tables (LUTs) and triinterplatin. Using this methd, the cnversin f a clr P starts with searching the lkup table fr the eight nearest pints. Seven linear interplatins are perfrmed n these pints. Figure 1 shws pint P and its eight nearest pints that crrespnd with the crners f a cube. The interplatins are shwn as bld lines. The final interplatin is perfrmed n V and W. The distance a f pint V t pint P and the distance 1 - a f pint W t pint P are used as interplatin cefficients a B P = (1-a)W + av 0<a<1 V W P G 000 R Fig. 1. Tri-linear interplatin f pint P in the RGB space. Since the calculatin f each pixel is independent f ther pixels, in principle, all pixels can be prcessed in parallel. The amunt f parallelism that can be attained by TTAs is determined by the maximum number f available resurces and the ability f the cmpiler t explit the parallelism. In ur implementatin, we use a LUT f 4 K entries. This size results in reasnable interplatin accuracy at lw cst. Higher accuracy requires larger lkup tables. The LUT is addressed using the 4 mst significant bits f each clr cmpnent. The 4 least significant bits are used fr the interplatin distance giving interplatin cefficients f 0, 1/16,... 16/16. We aim t achieve a perfrmance that is cmparable r better than that f available slutins (12.5 Mpixels/s [7]), at lwer cst.

3 Autmated Design f an ASIP fr Image Prcessing Applicatins Mapping the Algrithms t TTAs The main cmpnents f the MOVE framewrk are a retargetable C/C++ cmpiler, a prcessr generatr and hardware mdeller and a design explrer. The explre tl searches the design space fr architecture slutins using hardware cst and perfrmance as its main design criteria. The explre tl drives bth the cmpiler and the hardware mdeler in rder t find architecture slutins with a gd perfrmance/cst rati. A paret-curve with the resulting architecture slutins is prduced, frm which the designer chses an architecture cnfiguratin. The mapping f the algrithm starts with analyzing the slutins that are fund in case we use basic peratins nly. The curve w/ SFUs in figure 2 shws that the latency fr high cst architectures remains quite lng. E.g.. an architecture f cst 300 (in integer units) des clr cnversin f a single pixel in 11 cycles. Fig. 2. The TTA design space fr the clr cnversin applicatin. An enrmus imprvement in perfrmance is achieved when SFUs are used. Parts f the algrithm that are implemented in hardware are the lkup peratin and a linear interplatin. Figure 3 shws the dataflw symbls f different implementatins f the interplatin. They are implemented by extending a multiplier FU with these specific functins. The impact f the SFUs n architectures cst/perfrmance is als shwn in figure 2. Slutins with 2 t 60 times better perfrmance at equal cst are fund. x a y 16-a * * + x y a Interpl x.y packed Interpl a Fig. 3. Dataflw symbls f the interplatin functins Architectures that execute a set f algrithms are fund by cmbining multiple algrithms in an applicatin. Resulting architectures shwed a small lss in

4 1108 Henj Scht and Henk Crpraal perfrmance fr each algrithm, but verall they perfrmed very well, as can be seen in figure 4. Fig. 4. The TTA design space fr bth clr cnversin and neighbrhd peratins. 4 Results A feasible prcessr cnfiguratin which efficiently executes the whle set f algrithms is selected frm the curve in figure 4. In this cnfiguratin, marked with +, the in- and utputs f each FU and register file are cnnected t all buses, which is impractical. We therefre remve as much cnnectins as pssible withut perfrmance lsses. The resulting prcessr is shwn in figure5. It can d clr cnversin at 5.3 cycles/pixel. It cntains 8 buses and 11 functinal units (FUs). The register file, as shwn, cntains many read and write prts. Hwever, the tls allw t split up this file int multiple small register files [4][5]. Fig. 5. A prcessr cnfiguratin that efficiently executes the clr cnversin algrithm and the whle repertire f neighbrhd peratins.

5 Autmated Design f an ASIP fr Image Prcessing Applicatins 1109 Table 1 gives an verview f the perfrmance f cmmercial available slutins [6]-[11] and ur slutin. It is seen that the Imagine and the C6x perfrm better fr the cnvlutin applicatin than ur slutin des. Fr the ther algrithms ur slutin perfrms significantly better. Table 1. Perfrmances f the applicatins fr ther available slutins and ur slutin. Perfrmance (Mpixels/s) Algrithm 66 MHz PixelMagic 75 MHz TI 200 MHz Chamelen 100 MHz cnvlutin n.a. 27 Min-max peratin < n.a. 27 Edge detectin < 15 < 11.8 n.a. 23 Clr cnversin Cnclusin In this paper, we shwed that the MOVE framewrk can be used t find slutins fr digital image prcessing algrithms. Slutins can be fund fr applicatins cntaining several algrithms, including very different nes. Furthermre, hardware feasible slutins are fund that perfrm almst equally r better than alternative, cmmercially available slutins. A large part f the prcessr design is dne autmatically. Hwever, a lt f manual interactin is required in the identificatin and applicatin f Special Functin Units. Autmatin f this part f the design trajectry is currently being researched [1]. References 1. Marnix Arnld and Henk Crpraal, Autmatic Detectin f Recurring Operatin Patterns, Cdes 99, May Henk Crpraal, Micrprcessr Architectures; frm VLIW t TTA, Jhn Wiley, 1998, ISBN X 3. Jseph A. Fisher, Pal Farabschi and Guiseppe Desli, Custm-Fit Prcessrs: Letting Applicatins Define Architectures, 4. Jan Hgerbrugge, Cde Generatin fr Transprt Triggered Architectures, Delft University f Technlgy, Jhan Janssen and Henk Crpraal, Partitined Register File fr TTAs, Delft University f Technlgy 6. Redfrd, J., Iler, J. and Berger, E., The PM44: A Single-Chip SIMD GigaOp DSP fr Imaging, Pixel Magic Inc, Andver MA 7. The Barc Chamelen ASIC; A very high speed, very high accuracy, clr crrectin utility, Barc Graphics, Redfrd, J., Iler, J. and Berger, E., The PM44: A Single-Chip SIMD GigaOp DSP fr Imaging, Pixel Magic Inc, Andver MA 9. Evaluatin f the Perfrmance f the C6201 Prcessr & Cmpiler, Lughbrugh Sund Images plc., TMX320C6201 DIGITAL SIGNAL PROCESSOR, Texas Instruments Inc., The Imagine engine; Dcumentatin & User Manual, Arcbel Graphics B.V., March 1994

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

CATA Composer R2016 Fact Sheet. Add a New Dimension to Your Product Communications

CATA Composer R2016 Fact Sheet. Add a New Dimension to Your Product Communications CATA Cmpser R2016 Fact Sheet Add a New Dimensin t Yur Prduct Cmmunicatins Versin 1.0-8/11/2015 Table f Cntents 1. CATIA Cmpser: VALUE AT A GLANCE... 3 2. CATIA Cmpser: Overview... 4 2.1. Immediate Prductivity

More information

Acceptance and verification PCI tests according to MIL-STD

Acceptance and verification PCI tests according to MIL-STD Acceptance and verificatin PCI tests accrding t MIL-STD-188-125 Bertrand Daut, mntena technlgy V1 - August 2013 CONTENTS 1. INTRODUCTION... 1 2. DEFINITIONS... 1 3. SCHEMATIC OF THE TEST SETUP WITH USE

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

DesignCon A New Reference Design Development Environment for JPEG 2000 Applications

DesignCon A New Reference Design Development Environment for JPEG 2000 Applications DesignCn 2003 System-n-Chip and ASIC Design Cnference Reference Design Paper A New Reference Design Develpment Envirnment fr JPEG 2000 Applicatins Authrs Bill Finch Vice President, CAST Inc. Warren Miller

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules

LINE POWER SUPPLIES Low-Loss Supplies for Line Powered EnOcean Modules Lw-Lss Supplies fr Line Pwered EnOcean Mdules A line pwer supply has t ffer the required energy t supply the actuatr electrnic and t supply the EnOcean TCM/RCM radi cntrl mdule. This paper cntains sme

More information

Hospital Task Scheduling using Constraint Programming

Hospital Task Scheduling using Constraint Programming Hspital Task Scheduling using Cnstraint Prgramming Authr: Chaman Chahal Supervisr: Dr. P. Bse, Schl f Cmputer Science Organizatin: Carletn University Curse: COMP4905 Date: Dec. 11, 2012 1 Abstract Hspitals

More information

HIGH POWER UPS SELECTION METHODOLOGY AND INSTALLATION GUIDELINE FOR HIGH RELIABILITY POWER SUPPLY

HIGH POWER UPS SELECTION METHODOLOGY AND INSTALLATION GUIDELINE FOR HIGH RELIABILITY POWER SUPPLY HIGH POWER UPS SELECTION METHODOLOGY AND INSTALLATION GUIDELINE FOR HIGH RELIABILITY POWER SUPPLY A. Sudrià 1, E. Jaureguialz 2, A. Sumper 1, R. Villafáfila 1 and J. Rull 1 1 Centre fr Technlgical Innvatin

More information

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS 37 Many events mnitred and cntrlled by the micrprcessr are analg events. ADC & DAC CONVERTERS These range frm mnitring all frms f events, even

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

.,Plc..d,~t l~ucjio PA300 DIGITAL BASS PROCESSOR USER'S MANUAL. 2 Why use the DIGITAL BASS PROCESSOR? 2 About the PWM Subsonic Filter

.,Plc..d,~t l~ucjio PA300 DIGITAL BASS PROCESSOR USER'S MANUAL. 2 Why use the DIGITAL BASS PROCESSOR? 2 About the PWM Subsonic Filter .,Plc..d,~t l~ucji PA300 DIGITAL BASS PROCESSOR Cngratulatins n yur purchase f a Planet Audi signal prcessr. It has been designed, engineered and manufactured t bring yu the highest level f perfrmance

More information

Experion MX Formation Measurement

Experion MX Formation Measurement Experin MX Frmatin Measurement Experin MX will help imprve yur business perfrmance in tday s challenging ecnmic envirnment. This fully integrated quality cntrl and prcess knwledge system prvides superir

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

A New Clustering Method for Landsat Images Using Local Maximums of a Multidimensional Histogram

A New Clustering Method for Landsat Images Using Local Maximums of a Multidimensional Histogram Purdue University Purdue e-pubs LARS Sympsia Labratry fr Applicatins f Remte Sensing 1-1-1981 A New Clustering Methd fr Landsat Images Using Lcal Maximums f a Multidimensinal Histgram K. Matsumt M. Naka

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

Optimization of Monopole Four-Square Array Antenna Using a Decoupling Network and a Neural Network to Model Ground Plane Effects

Optimization of Monopole Four-Square Array Antenna Using a Decoupling Network and a Neural Network to Model Ground Plane Effects Optimizatin f Mnple Fur-Square Array Antenna Using a ecupling Netwrk and a Neural Netwrk t Mdel Grund Plane Effects Pedram azdanbakhsh, Klaus Slbach University uisburg-essen, Hchfrequenztechnik, Bismarckstr.8,

More information

Guide for ESP32-Sense Development Kit

Guide for ESP32-Sense Development Kit Guide fr ESP32-Sense Develpment Kit 1. Overview The ESP32 tuch sensr develpment kit, ESP32-Sense Kit, is used fr evaluating and develping ESP32 tuch sensr system. ESP32-Sense Kit cnsists f ne mtherbard

More information

Spectracom GSG ecall Test Suite

Spectracom GSG ecall Test Suite 18-Dec-2017 GSG App Nte Spectracm GSG ecall Test Suite Table f Cntents 1. Intrductin... 1 2. Befre Starting the Test... 2 3. Running the ecall Test Suite... 4 4. Psitin Errr Tests 2.2.2-2.2.4... 10 5.

More information

Documentation of the PIC32 Pin Finder

Documentation of the PIC32 Pin Finder App. Versin: 1.1.1.120 Dcument Versin: 1.0 Dcument Create date: 2009-10-16 Dcument Update: 2009-10-19 22:37 Authr: B Gärdmark Cmpany: Spectrn System Develpment AB WEB: www.spectrn.us Cpyright 2009 All

More information

Image Processing of ST2000XM Images with Small Focal Length

Image Processing of ST2000XM Images with Small Focal Length Image Prcessing f ST2000XM Images with Small Fcal Length Part1 CCDSTACK Wrkflw (Release 1.2) Bernhard Hubl, 2007-08-19 CCDSTACK_ST2000XM_eng.dc 02.04.2008 1 / 8 1. CALIBRATION WITH CCDSTACK 1.1. Requirements

More information

CSEN 601: Computer System Architecture Summer 2014

CSEN 601: Computer System Architecture Summer 2014 CSEN 601: Cmputer System Architecture Summer 2014 Practice Assignment 7 Slutin Exercise 7-1: Based n the MIPS pipeline implementatin yu studied, what are the cntrl signals that have t be stred in the ID/EX

More information

Lab2 Digital Weighing Scale (Sep 18)

Lab2 Digital Weighing Scale (Sep 18) GOAL Lab2 Digital Weighing Scale (Sep 18) The gal f Lab 2 is t demnstrate a digital weighing scale. INTRODUCTION The electrnic measurement f mass has many applicatins. A digital weighing scale typically

More information

Design, Modelling and Application of Microcontroller (MCU) on Marine Tanks

Design, Modelling and Application of Microcontroller (MCU) on Marine Tanks Prceeding f Ocean, Mechanical and Aerspace -Science and Engineering-, Vl.3 Nvember 7, 2016 Design, Mdelling and Applicatin f Micrcntrller (MCU) n Marine Tanks a) Malaysian Maritime Academy, Melaka, Malaysia

More information

VITERBI DECODER Application Notes

VITERBI DECODER Application Notes VITERBI DECODER Applicatin Ntes 6-19-2012 Table f Cntents GENERAL DESCRIPTION... 3 FEATURES... 3 FUNCTIONAL DESCRIPTION... 4 INTERFACE... 5 Symbl... 5 Signal descriptin... 5 Typical Cre Intercnnectin...

More information

Workflow Working Group

Workflow Working Group Wrkflw Wrking Grup June 19, 2007 Chiba University Ann McCarthy Lexmark Internatinal Inc. Chair, Wrkflw Wrking Grup presented by: William Li Wrkflw WG Charter T identify a small number f the mst cmmnly

More information

Connection tariffs

Connection tariffs Cnnectin tariffs 2016-2019 A. TARIFF CONDITIONS FOR GRID USERS DIRECTLY CONNECTED TO THE ELIA GRID AND FOR DISTRIBUTION GRID OPERATORS, EXCEPTED FOR DISTRIBUTION GRID OPERATORS CONNECTED AT TRANSFORMER

More information

PaperStream IP (TWAIN) change history

PaperStream IP (TWAIN) change history PaperStream IP (TWAIN) change histry Service Update 6 Versin 1.30.0.5032 Crrected issue: 1. Fixed the defect that Sftware Operatin Panel culd nt functin prperly r culd stp respnding when tw r mre scanners

More information

Design and Implementation of a Novel Directional Coupler for UHF RFID Reader

Design and Implementation of a Novel Directional Coupler for UHF RFID Reader 22 ELETRONIS, VOL. 20, NO. 1, JUNE 2016 Design and Implementatin f a Nvel Directinal upler fr UHF RFID Reader Jianxing Li, Shanlin Sng, Xiayu hen, Hua Nian and Weiguang Shi Abstract The directinal cupler

More information

Why Kodak CTP is best for process free plates

Why Kodak CTP is best for process free plates Eastman Kdak Cmpany 343 State Street Rchester, NY 14650-0238 USA Revised: April 11, 2017 White Paper Cntact Name Nathanael Eijbersen Wrldwide Prduct Manager, Output Devices nathanael.eijbersen@kdak.cm

More information

PaperStream IP (TWAIN x64) change history

PaperStream IP (TWAIN x64) change history PaperStream IP (TWAIN x64) change histry Service Update 7 Versin 1.56.1 Crrected issue: 1. Fixed the prblem that scanning failed when using the scanner thrugh PaperStream IP Net. Versin 1.50.0.6382 New

More information

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements AccuBuild Versin 9.3 Release 05/11/2015 Dcument Management Speed Perfrmance Imprvements The entire dcument management system and security system design was retled which shuld result in majr speed imprvements

More information

ULTRASONIC METHOD FOR NONINTRUSIVE LOW-LIQUID-LEVEL SENSING

ULTRASONIC METHOD FOR NONINTRUSIVE LOW-LIQUID-LEVEL SENSING ULTRASONIC METHOD FOR NONINTRUSIVE LOW-LIQUID-LEVEL SENSING E. James Ce rn and B. Br Djrdjevic Martin Marietta Labratries Baltimre, Maryland 21227 David M. Barnett Martin Marietta Astrnautics Denver, Clrad

More information

D a i s y M o d e m s

D a i s y M o d e m s D a i s y M d e m s D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems t access yur data frm arund the wrld, build yur

More information

2016 Operations Stay Treat Improving System Reliability. A Case Study of Accelerator UPSs. Anthony Cuffe

2016 Operations Stay Treat Improving System Reliability. A Case Study of Accelerator UPSs. Anthony Cuffe 2016 Operatins Stay Treat Imprving System Reliability A Case Study f Acceleratr UPSs Anthny Cuffe Summary A Case Study f Imprving UPS Reliability Typical UPS Usage Backstry Initial Status and Analysis

More information

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Labratry: Intrductin t Mechatrnics Instructr TA: Edgar Martinez Sberanes (eem370@mail.usask.ca) 2015-01-12 Lab 1. Intrductin Lab Sessins Lab 1. Intrductin Read manual and becme familiar with the peratin

More information

Study of New architecture needs for AOCS / Avionics Abstract. Abstract

Study of New architecture needs for AOCS / Avionics Abstract. Abstract The ESA "Study f New architecture needs fr AOCS / Avinics" was perfrmed in parallel t the study Attitude estimatin systems, Requirements n sensr suite. Bth studies have the cmmn bjective t derive a develpment

More information

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule

More information

Sci. Technol. Arts Res. J., Oct-Dec 2015, 4(4):

Sci. Technol. Arts Res. J., Oct-Dec 2015, 4(4): DOI: http://dx.di.rg/10.4314/star.v4i4.20 ISSN: 2226-7522 (Print) and 2305-3372 (Online) Science, Technlgy and Arts Research Jurnal Sci. Technl. Arts Res. J., Oct-Dec 2015, 4(4): 131-137 Jurnal Hmepage:

More information

1. Give an example of how one can exploit the associative property of convolution to more efficiently filter an image.

1. Give an example of how one can exploit the associative property of convolution to more efficiently filter an image. CS 376 Cmputer Visin Spring 2011 Prblem set 1 Out: Tuesday Feb 1 Due: Mnday Feb 14 11:59 PM See the end f this dcument fr submissin instructins. Visit us during ffice hurs t discuss any questins n the

More information

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t wirelessly access

More information

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t access yur data

More information

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II ADANA SCIENCE AND TECHNOLOGY UNIVERSITY ELECTRICAL ELECTRONICS ENGINEERING DEPARTMENT ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6 Operatinal Amplifiers II OPERATIONAL AMPLIFIERS Objectives The

More information

Insertion Loss (db)

Insertion Loss (db) Optical Interleavers Optplex s Optical Interleaver prducts are based n ur patented Step-Phase Interfermeter design. Used as a DeMux (r Mux) device, an ptical interleaver separates (r cmbines) the Even

More information

A Modified Stripe-RGBW TFT-LCD with Image-Processing Engine for Mobile Phone Displays

A Modified Stripe-RGBW TFT-LCD with Image-Processing Engine for Mobile Phone Displays 1628 IEEE Transactins n Cnsumer Electrnics, Vl. 53, N. 4, NOVEMBER 27 A Mdified Stripe-RGBW TFT-LCD with Image-Prcessing Engine fr Mbile Phne Displays Chih-Chang Lai and Ching-Chih Tsai, Senir Member,

More information

USER MANUAL HIGH INTERCEPT LOW NOISE AMPLIFIER (HILNA TM ) V1

USER MANUAL HIGH INTERCEPT LOW NOISE AMPLIFIER (HILNA TM ) V1 USER MANUAL HIGH INTERCEPT LOW NOISE AMPLIFIER (HILNA TM ) V1 PART NUMBERS: HILNA-V1 HILNA-V1-M/F RF, Wireless, and Embedded Systems Engineering NuWaves Engineering 132 Edisn Drive Middletwn, Ohi 45044

More information

SARAD GmbH Tel.: 0351 / Wiesbadener Straße 10 FAX: 0351 / Dresden Internet:

SARAD GmbH Tel.: 0351 / Wiesbadener Straße 10 FAX: 0351 / Dresden   Internet: SARAD GmbH Tel.: 0351 / 6580712 Wiesbadener Straße 10 FAX: 0351 / 6580718 01159 Dresden e-mail: supprt@sarad.de GERMANY Internet: www.sarad.de APPLICATION NOTE AN-001_EN The Installatin f autnmus instrumentatin

More information

David R. Beering Christopher Erickson

David R. Beering Christopher Erickson Spectrum Aggregatin and Interference/Jamming Mitigatin in Pint-t-Pint Satellite Cmmunicatins Systems with the Opprtunistic Mdem TM by Cntinuus Satellite Data David R. Beering drbeering@sprynet.cm +1 630-235-7965

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

JPS Interoperability Solutions SNV-12 Voter Executive Outline

JPS Interoperability Solutions SNV-12 Voter Executive Outline JPS Interperability Slutins SNV-12 Vter Executive Outline December 1, 2017 Prepared by: JPS Interperability Slutins, Inc. 5800 Departure Drive Raleigh, NC 27616 (919) 790-1011 supprt@jpsinterp.cm sales@jpsinterp.cm

More information

Enhanced Balance Bandwidth Quadrature Coupler Using Parallel Coupled Microstrip Lines

Enhanced Balance Bandwidth Quadrature Coupler Using Parallel Coupled Microstrip Lines VOL.6, NO., 211 228 Enhanced Balance Bandwidth Quadrature Cupler Using Parallel Cupled Micrstrip Lines Vamsi Krishna Velidi, Girja Shankar and Subrata Sanyal Department f Electrnics and Electrical Cmmunicatin

More information

Communication Theory II

Communication Theory II Cmmunicatin Thery II Lecture 2: Review n Furier analysis f signals and systems Ahmed Elnakib, PhD Assistant Prfessr, Mansura University, Egypt Febraury 12 th, 2015 1 Quiz 1 In a blank paper write yur name

More information

Photoshop Elements: Color and Tonal Correction Basics

Photoshop Elements: Color and Tonal Correction Basics Phtshp Elements: Clr and Tnal Crrectin Basics Cntrast Lighten Phtshp Elements: Clr and Tnal Crrectin Basics 1 Sharpen Expsure Phtshp Elements: Clr and Tnal Crrectin Basics 2 Highlights and Shadws All key

More information

Upgrading to PlanetPress Suite Version 5

Upgrading to PlanetPress Suite Version 5 Upgrading t PlanetPress Suite Versin 5 Creatin date: September 2, 2005 Revisin date: June 14, 2006 Table f Cntents System Requirements... 4 Imprtant Cnsideratins... 4 Knwn Issues... 6 Prcedure t imprt

More information

PreLab5 Temperature-Controlled Fan (Due Oct 16)

PreLab5 Temperature-Controlled Fan (Due Oct 16) PreLab5 Temperature-Cntrlled Fan (Due Oct 16) GOAL The gal f Lab 5 is t demnstrate a temperature-cntrlled fan. INTRODUCTION The electrnic measurement f temperature has many applicatins. A temperature-cntrlled

More information

Wireless Oximetry. BME 200/300 Design October 15, Client: Dr. Chris Green Advisor: Dr. Amit Nimunkar

Wireless Oximetry. BME 200/300 Design October 15, Client: Dr. Chris Green Advisor: Dr. Amit Nimunkar Wireless Oximetry BME 200/300 Design Octber 15, 2010 Client: Dr. Chris Green Advisr: Dr. Amit Nimunkar Overview Pulse Oximetry Mtivatin Requirements Current Devices & Cncepts Pwer Wireless Hardware Next

More information

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version PaperStream IP (TWAIN x64) fr SP Series change histry Service Update 7 Versin 1.46.0.5900 Crrected issue: 1. Minr errrs have been mdified. Versin 1.46.0.5775 New feature: 1. SP-1425 is newly supprted.

More information

Specification for a communicating Panelboard system to monitor, control and maintain LV electrical installations

Specification for a communicating Panelboard system to monitor, control and maintain LV electrical installations Specificatin fr a cmmunicating Panelbard system t mnitr, cntrl and maintain LV electrical installatins A system fr: - Mnitring the prtectin and cntrl devices in an electrical installatin and prviding the

More information

Standard Authorization Request Form

Standard Authorization Request Form When cmpleted, email t: gerry.cauley@nerc.net Standard Authrizatin Request Frm Title f Prpsed Standard Frequency Respnse, versin 1 Request Date 4/1/06 SAR Requestr Infrmatin Name Dn McInnis (Terry Bilke

More information

The Mathematics of the Rubik s Cube

The Mathematics of the Rubik s Cube In this lessn, students will explre the pssible number ways the pieces f a Rubik's Cube can be arranged, and still fit the criteria fr a Rubik's Cube. Clrs are riented in a set way, s sme pieces (such

More information

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

More information

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014 SnTek, a Xylem brand 9940 Summers Ridge Rad, San Dieg, CA 92121-3091 USA Telephne (858) 546-8327 Fax (858) 546-8150 E-mail: inquiry@sntek.cm Internet: http://www.sntek.cm RiverSurveyr S5/M9 & HydrSurveyr

More information

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note

RS232 Communication Between a Sunny Boy 2500U and a PC. Technical Note RS232 Cmmunicatin Between a Sunny By 2500U and a PC Technical Nte Revisin 1.5 July 8, 2003 Kent Sheldn Revisin Histry 1.5 July 8, 2003 Kent Sheldn Cntact update 20830 Red Dg Rad Grass Valley, CA 95945

More information

Introduction. Version 8.2.2

Introduction. Version 8.2.2 Intrductin As with each new versin, minr changes and new ptins are added. Sme f these changes are nt visible because they are designed t imprve functins and crrect sme minr bug. Fr visible changes, please

More information

The Motorcycle Industry in Europe. L-category vehicles type approval regulation ACEM comments on draft TRL durability study

The Motorcycle Industry in Europe. L-category vehicles type approval regulation ACEM comments on draft TRL durability study L-categry vehicles type apprval regulatin ACEM cmments n draft TRL durability study 1. ACEM members welcme the pprtunity t cmment n the draft TRL durability study. Since 2004, ACEM members have supprted

More information

PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE. Gary L. Burkhardt and R.E. Beissner

PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE. Gary L. Burkhardt and R.E. Beissner PROBABILITY OF DETECTION OF FLAWS IN A GAS TURBINE ENGINE COMPONENT USING ELECTRIC CURRENT PERTURBATION Gary L. Burkhardt and R.E. Beissner Suthwest Research Institute 6220 CUlebra Rad San Antni, Texas

More information

ELECTRICAL MEASUREMENTS

ELECTRICAL MEASUREMENTS Physics Department Electricity and Magnetism Labratry ELECTRICAL MEASUREMENTS 1. Aim. Learn t use measuring instruments: Digital multimeter. Analg scillscpe. Assembly f simple elementary circuit. Cllectin

More information

Fourier Series LABVIEW GUI Documentation

Fourier Series LABVIEW GUI Documentation Furier Series LABVIEW GUI Dcumentatin INTRODUCTION The Furier Series GUI is meant t be used as a learning tl t better understand the Furier Series. The user is able t input the amplitude and frequency

More information

Rubik s Cube Recognition and Identification using Computer Vision

Rubik s Cube Recognition and Identification using Computer Vision Rubik s Cube Recgnitin and Identificatin using Cmputer Visin Saichand Bandarupalli and Rahul Dev Appapgu Curse N: CSCI507 Clrad Schl f Mines Intrductin Named after Ern Rubik, its inventr (in 1947) Has

More information

Review of Image Enhancement in Spatial Domain

Review of Image Enhancement in Spatial Domain Internatinal Jurnal f Cmputer Science and Infrmatin Technlgy Research ISSN 2348-120X (nline) Vl. 2, Issue 4, pp: (194-200), Mnth: Octber - December 2014, Available at: www.researchpublish.cm Review f Image

More information

Evaluation, Enhancement, Development & Implementation of Content Based Image Retrieval Algorithms

Evaluation, Enhancement, Development & Implementation of Content Based Image Retrieval Algorithms 6. Image Retrieval 6.1 Intrductin The chapter deals with image features, characteristics f image databases used and prpsed methds fr image retrieval. The image retrieval has been carried ut n the basis

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

Operational Amplifiers High Speed Operational Amplifiers

Operational Amplifiers High Speed Operational Amplifiers F Electrnics: Operatinal Amplifiers Page 11.1 Operatinal Amplifiers High Speed Operatinal Amplifiers Operatinal amplifiers with 3 db bandwidths f up t 1.5 GHz are nw available, such peratinal amplifiers

More information

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

More information

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J...

The demand for a successful flaw analysis is that the test equipment produces no distortion on the echos no noise. I _... I i.j J... SYSTEM ANALYSIS FOR WIDE BAND ULTRASONIC TEST SET-UPS Ulrich Opara Krautkramer GmbH Clgne, West Germany INTRODUCTION In the last years, the discussins abut ultrasnic test equipment fcussed n amplifier

More information

Oerlikon Skyshield MOOTW / C-RAM System

Oerlikon Skyshield MOOTW / C-RAM System Oerlikn Skyshield MOOTW / C-RAM System Rheinmetall Air Defence AG - Innvative technlgy against mdern air threats Page 1/10 Prtectin against RAM Attacks RAM stands fr rckets, artillery and mrtar. These

More information

100G SERDES Power Study

100G SERDES Power Study 100G SERDES Pwer Study Phil Sun, Cred IEEE 802.3ck Task Frce Intrductin 100Gbps SERDES pwer challenge and lwer-pwer slutins have been presented. sun_3ck_01a_0518 intrduced balanced lwer-pwer EQ, training

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

An m-level Active-Clamped Converter Topology Operating Principle

An m-level Active-Clamped Converter Topology Operating Principle An m-level Active-lamped nverter Tplgy Operating Principle S. Busquets-Mnge and J. Niclás-Apruzzese Department f Electrnic Engineering, Technical University f atalnia, Barcelna, Spain sergi.busquets@upc.edu,

More information

Common Network Operation Tools

Common Network Operation Tools Cmmn Netwrk Operatin Tls Prcess fr the develpment f data exchanges Mnika Kaldnek Adviser, System Operatins Brussels xxx2014 Backgrund > WHY: Regulatin 715/2009 (Art 8)...ENTSOG shall adpt: cmmn netwrk

More information

MUELLER CO. MAGIC BOX IN-SERVICE POLYETHYLENE INSERTION MACHINE

MUELLER CO. MAGIC BOX IN-SERVICE POLYETHYLENE INSERTION MACHINE 23rd Wrld Gas Cnference, Amsterdam 2006 MUELLER CO. MAGIC BOX IN-SERVICE POLYETHYLENE INSERTION MACHINE B. KORTTE USA ABSTRACT This paper details the features, functins and benefits f the Mueller C. MAGIC

More information

Input-Series Two-Stage DC-DC Converter with Inductor Coupling

Input-Series Two-Stage DC-DC Converter with Inductor Coupling Input-Series w-stage DC-DC Cnverter with Inductr Cupling ing Qian Wei Sng Brad Lehman Nrtheastern University Dept. Electrical & Cmputer Engineering Bstn MA 0 USA Abstract: his paper presents an input-series

More information

Configure and Use Bar Tabs

Configure and Use Bar Tabs One Blue Hill Plaza, 16th Flr, PO Bx 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Vice) 845-920-0800 (Fax) 845-920-0880 Cnfigure and Use Bar Tabs In rder fr Bar Tabs t wrk a Credit Card

More information

Maxon Motor & Motor Controller Manual

Maxon Motor & Motor Controller Manual Maxn Mtr & Mtr Cntrller Manual Nte: This manual is nly fr use fr the Maxn mtr and cntrller utlined belw. This infrmatin is based upn the tutrial vides fund nline and thrugh testing. NOTE: Maximum Permitted

More information

a) Which points will be assigned to each center in the first iteration? b) What will be the values of the k new centers (means)?

a) Which points will be assigned to each center in the first iteration? b) What will be the values of the k new centers (means)? CS 378 Cmputer Visin Prblem set 2 Out: Tuesday Sept 22 Due: Mnday Oct 5, by 11:59 PM See the end f this dcument fr submissin instructins. I. Shrt answer prblems [30 pints] 1. Suppse we are using k-means

More information

PTE-100-V USER S MANUAL VOLTAGE, FREQUENCY, AND SYNCHRONIZING RELAY TESTING UNIT USER S MANUAL DISCLAIMER

PTE-100-V USER S MANUAL VOLTAGE, FREQUENCY, AND SYNCHRONIZING RELAY TESTING UNIT USER S MANUAL DISCLAIMER VOLTAGE, FREQUENCY, AND SYNCHRONIZING RELAY TESTING UNIT Quality is the cre reference fr EurSMC s activities, aimed t fully satisfy ur custmers needs and expectatins. DISCLAIMER The infrmatin, prduct specificatins,

More information

HIL TESTING OF A MODERN DRILLING RIG. Using Simulink as modelling tool

HIL TESTING OF A MODERN DRILLING RIG. Using Simulink as modelling tool HIL TESTING OF A MODERN DRILLING RIG Using Simulink as mdelling tl 2014 2012 Marine Cybernetics www.marinecyb.cm SOFTWARE IS FANTASTIC Sftware allws us t design, build and perate amazing machines. Sftware

More information

Modelling of Land Subsidence & Sea level rise in Semarang city, Indonesia

Modelling of Land Subsidence & Sea level rise in Semarang city, Indonesia Sessin 3.3.C Task 10 Mdelling f Land Subsidence & Sea level rise in Semarang city, Indnesia Expected time: 2.5 hur Data: Objectives: Data file: Sessin 3-3-C Task X MdellingSubsidenceSemarang After this

More information

Locating An IRIS From Image Using Canny And Hough Transform

Locating An IRIS From Image Using Canny And Hough Transform Lcating An IRIS Frm Image Using Canny And Hugh Transfrm Prvi Bhatt Abstract: Iris recgnitin, a relatively new bimetric technlgy, has great advantages, such as variability, stability and security, thus

More information

Dispatcher Control for MotoTRBO Capacity Plus Systems

Dispatcher Control for MotoTRBO Capacity Plus Systems Dispatcher Cntrl fr MtTRBO Capacity Plus Systems This tutrial prvides brief instructins t set up the dispatch cntrl ver MtTRBO Capacity Plus systems, using SmartPTT dispatch sftware. Bth cases are cnsidered:

More information

This course is intended for people who aspire to careers as computer programmers and game developers.

This course is intended for people who aspire to careers as computer programmers and game developers. Instructr Sam Stkes Email sstkes@micrsft.cm Classrm SAC 2012 Class time 7 PM t 10 PM Office Call r email t set up apt. Office Hurs Phne 949 6275736 Skype: scalsamstkes URL http://blgs.msdn.cm/devschl Curse

More information

YOUR FUTURE STARTS AT IMEC

YOUR FUTURE STARTS AT IMEC IMEC IN NUMBERS YOUR FUTURE STARTS AT IMEC Last year, mre than 300 Ph.D. researchers cntributed with their wrk t imec s lng-term research. 2,300 Mre than peple wrk at imec, 36% f which are guest researchers

More information

Experiment 2 Complex Impedance, Steady State Analysis, and Filters

Experiment 2 Complex Impedance, Steady State Analysis, and Filters Experiment 2 Cmplex Impedance, Steady State Analysis, and Filters Purpse: The bjective f this experiment is t learn abut steady state analysis and basic filters. Backgrund: Befre ding this experiment,

More information

Notified Body Office, VUZ a.s. Novodvorská 1698, Praha 4, Czech Republic

Notified Body Office, VUZ a.s. Novodvorská 1698, Praha 4, Czech Republic RAILCOM Final Reprting Interactive Cnference Electrmagnetic cmpatibility at train-track track interface - lw frequency dmain Karel Beneš Ntified Bdy Office, VUZ a.s. Nvdvrská 1698, 142 01 Praha 4, Czech

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

Radiated Susceptibility Investigation of Electronic Board from Near Field Scan Method

Radiated Susceptibility Investigation of Electronic Board from Near Field Scan Method Radiated Susceptibility Investigatin f Electrnic Bard frm Near Field Scan Methd Niclas LACRAMPE Wrk supprted by EFT SAFE3A research prject (Prject reference : ANR-14-CE22-0022) July, 6th 2017 Outline 1

More information