Introducing a Target-Based Approach to Rapid Prototyping of ECUs

Size: px
Start display at page:

Download "Introducing a Target-Based Approach to Rapid Prototyping of ECUs"

Transcription

1 Introducing a Target-Based Approach to Rapid Prototyping of ECUs FEBRUARY, 1997 Abstract This paper presents a target-based approach to Rapid Prototyping of Eectronic Contro Units (ECUs). With this approach, the constraints of actua production ECUs are introduced eary in the deveopment cyce. This reduces the cost impact of software defects and fosters a more quaity-assured software engineering process. This paper aso presents ADvantage, a Computer Aided Contro System Design (CACSD) tooset. ADvantage is used to impement the target-based approach to Rapid Prototyping of ECUs (RPE). ADvantage aso fuy supports other methods of rapid prototyping such as the ideaized environment RPE approach often used today. 1. Introduction Contros engineers commony use RPE to deveop and assess contro strategies and to provide software engineers with controer agorithm requirements. RPE is usuay performed using graphica controer design packages that automaticay generate code for execution on portabe computers. The computers simuate the contro aws, and interface directy to the actua (or emuated) pant often an automobie driven on a test track. Because it executes foating-point code on generic processors, this approach is sometimes termed ideaized RPE. There is a growing recognition within the automotive industry that whie RPE in an ideaized environment is better than earier methods (described beow), it is sti not the idea prototyping paradigm. The main probem with this approach is that controer agorithms deveoped in an ideaized environment behave differenty when executed in the constrained production environment. Constraints such as fixed-point arithmetic, RTOS scheduing overhead, and CPU performance are considered by many RPE practitioners as too important to ignore. Another area of concern is that the controer agorithms suppied by contros engineers using ideaized RPE often undergo significant changes during target impementation by the software engineers. The changes incude conversions such as foating-point to fixedpoint, Lapace to Z-domain to discrete equations, and optimizations for ess memory and faster execution. In many cases, these changes either are not documented or are not made known to the contros engineer. But for a its fauts, the advantages of rapid, automated deveopment far outweigh the benefits of earier prototyping methods, which did execute the code on the target. This is because the earier methods required software engineers to convert the controer agorithms by hand to target-specific assemby code. Whie accurate, this was a painfuy sow and error-prone procedure Stone Schoo Road Ann Arbor, MI USA

2 INTERNATIONAL FEBRUARY, The Throwaway Prototype Mode In a paper presented at the 1996 IEEE CACSD Symposium [1], Dephi Chassis Systems concuded that: Rapid prototyping is not efficient for making minor modifications to existing production contro systems or for specifying requirements for production intent fixed-point processors ate in the deveopment cyce. On the positive side, Dephi found that RPE shortens deveopment cyces by using an automated approach (i.e., Rapid Prototyping) and that RPE is appropriate for new concept evauation or feasibiity studies. It is generay agreed that RPE faciitates the process of deriving initia software requirements by aowing contros engineers to quicky buid and assess working prototypes. Unfortunatey, after the prototype assessment is finished, the prototype modes are not used for subsequent ECU software deveopment steps, such as fixed-point requirement specification, design, coding, testing, and maintenance. In essence, the ideaized RPE modes are thrown away eary in the deveopment cyce. 3. The Evoutionary Prototype Mode A more efficient RPE paradigm woud sti provide an ideaized RPE capabiity, but it woud then aow for rapid impementation and execution of fixed-point code on the target CPU. Either the actua or a functionay-equivaent RTOS woud be used. The target-based RPE modes coud be reused and refined as the ECU deveopment cyce evoves. target-based RPE mode as the first design iteration. During the ast few years, the Evoutionary Rapid Prototyping mode has gained much support within the software engineering community at arge. Refer to the Proceedings of the Internationa Workshop on Rapid System Prototyping, sponsored by IEEE Computer Society, for recent advancements in Rapid Prototyping technoogy. 4. The Accuracy Question Another concern with ideaized RPE is that the prototyping mode wi behave differenty than the production unit, but how differenty? In their paper describing a Virtua Engine RPE approach [2], Toyota Motor Corporation identified discrepancies between engine data cacuated by the production CPU and engine data cacuated by the prototype CPU. Toyota attributed these sight differences to foating versus fixed-point impementations, poor contro-fow modes, and inadequate interrupt capabiity. Target-based RPE greaty reduces these differences and, in some cases, eiminates them. 5. Expanding Engineering Roes In the future, market forces wi require more sophisticated controer agorithms with enhanced functionaity. At the same time, the market wi resist added costs due to increases in processor size and speed. Thus, contros and software engineers wi need to work more cosey together from project inception, as they estimate word size effects and the computationa deay associated with each new contro strategy. These estimates wi require accurate timing and memory usage studies and truncation/round-off error anayses. It is at this point, that target-based RPE wi no onger be merey optiona. Evoutionary Rapid Prototyping is an iterative software deveopment method that uses the PAGE 2

3 INTERNATIONAL FEBRUARY, The ADvantage Soution In an often cited paper [3], Barker et a., presented a framework mode for a CACSD working environment. The authors repeatedy stressed the importance of an open system architecture: Open systems aow [users] to choose the products with the best price/performance features knowing that they wi work as expected. With a cosed proprietary system it is the deveoper who has contro over the system deveopment, so the user is... ocked into a singe suppier. Appied Dynamics Internationa (ADI) has deveoped a CACSD environment, ADvantage, which embraces many aspects of the framework mode mentioned above. In particuar, ADvantage is based on many pubished standards and provides automated inks, or bridges, to popuar commercia CACSD packages. ADvantage adheres to the foowing pubished standards: ANSI C and FORTRAN 77 anguage standards IP Modue standard (ANSI/VITA ) VMEbus hardware standard (incuding the recent high bandwidth VME64 addendum) The ADvantage Integrated Deveopment Environment (IDE) is the software manifestation of the ADvantage CACSD framework. The ADvantage IDE provides a common project patform and integrated too inks, as shown in Figure 1. The ADvantage open architecture benefits RPE engineers in many ways. It aows engineers to: maintain their existing mode investments as they migrate to a target-based RPE method deveop their own custom RPE environment by mixing products from four of the top CACSD vendors and more than tweve major hardware suppiers easiy incorporate an unimited variety of standards-based I/O devices and software modes, either deveoped in-house or provided by other commercia vendors Figure 1. The ADvantage IDE PAGE 3

4 INTERNATIONAL FEBRUARY, ADvantage Architecture The ADvantage software architecture uses a host/ target approach rather than a sef-hosted method. With host/target architecture, the kerne needed for a target processor is sma and can easiy be ported to any processor or microcontroer. In such a system, it is aso easier to ensure deterministic behavior and give users meticuous contro of the code execution, shoud they desire it. Figure 2 shows the target software architecture that executes on each processor within the Appied Dynamics Rea-Time Station (AD RTS). The targets incude foating-point CPUs such as PowerPC 604 and fixed-point microcontroers such as MC Thus, both ideaized and target-based RPE are supported. Production BEACON Hand Code RTOS Scheduer Thread Libraries Rea-Time Services Nanokerne Figure 2. Target Architecture 7.1. CACSD CACSD SIMULINK SystemBuid ACSL ADSIM EASY5 The CACSD software interface shown in Figure 2 is based on the source code output from each too s automatic code generator (e.g., ISI s AutoCode, TM and The MathWorks Rea-Time Workshop TM ). With the ADvantage IDE, modes from different CACSD packages are easiy connected for mutipe processor execution (e.g., a SIMULINK pant mode output can be sensed by a controer deveoped in SystemBuid) BEACON BEACON differs from most CACSD toos in that its design intent was to automate the deveopment and testing of software for embedded microcontroers, and not to generate code for simuation on genera-purpose CPUs. BEACON can be used for both ideaized and target-based RPE because it generates either foating or fixedpoint software for every bock in its paette. But target-based RPE requires much more than efficient fixed-point capabiity. For exampe, software deveopers need, and BEACON provides, fine-grain contro over the code generation with itte intervention from an under-the-scenes sorter (i.e., no surprises). deveopers aso need a diverse controfow capabiity; BEACON s contro-fow paette contains bocks for sequentia fow, conditiona/ predicate ogic, and repetition. One of BEACON s most important features is that it produces diagrams that can be shared and reviewed by contros and software engineers as precise, unambiguous software requirements and design specification. As the Engineering Institute and many others beieve, software reviews are one of the most important parts of any software deveopment process [4] RTexec RTexec is ADvantage s instrumented rea-time kerne. RTexec provides standard rea-time ibraries, device drivers, and mutithread faciities. A set of basic thread ibraries is provided to et programmers deveop their own schedue schemes. In addition, an RTexec scheduer is avaiabe that performs Rate Monotonic Scheduing and aows for eventtriggered tasks. PAGE 4

5 INTERNATIONAL FEBRUARY, 1997 The priority of any task, whether rate or event based, can be set by the programmer. RTexec aso has mechanisms for mutua excusion, exception handing, and thread profiing Host-based The host environment is the patform for the CACSD packages, BEACON, and ADvantage IDE. The host environment aso provides a fu-featured suite of software support toos. Interact for source-eve debugging (such as breakpointing, singe stepping and dispay of the function ca stack). SIMpane for an animation, caibration and data acquisition environment based on the popuar software from DataViews. Onine hep for quick information access. These support toos are very fexibe and can be used to perform a wide range of anayses. The SIMpane dispay that profies thread timing statistics (Figure 3) is just one exampe. Figure 3. Thread Profiing 8. ADvantage Hardware Architecture The ADvantage RPE hardware component is the AD RTS famiy of products, and in particuar, the portabe In-Vehice System (IVS). The AD RTS has a VMEbus that provides a mutipe processing, distributed execution environment via Singe Board Computers (SBC). These SBCs incude: User Interface Processor (UIP) for host/target communication. Compute Engines (CEs) for executing pant modes or ideaized RPE controers. Parae Inteigent Resources (PIRs) for high and ow speed I/O on a ocaized bus. Target ECU (an IP Modue) for target-based RPE and I/O servicing. The target ECU device contains the target microcontroer on an IP Modue. Dua Ported Memory (DPM) provides an interface between the microcontroer and the IP Modue Bus (IP Bus). Information on the IP Bus is then avaiabe to any other board within the AD RTS. For exampe, the User Interface Board (UIB) can be used to send/receive data between the microcontroer and host, and thus the RPE engineer. In another case, a compute engine may be used to simuate a pant s response to the controer signas for simuation studies. See Figure 4. In addition to the DPM, the target microcontroer aso has access to oca SRAM and PROM, currenty 256KB each, but subject to change. This isoates the target microcontroer from the IP Bus. Thus, the IP Bus (and the entire AD RTS system) cannot interfere with the target microcontroer during execution except in a controed manner via the DPM. PAGE 5

6 INTERNATIONAL FEBRUARY, 1997 The I/O between the externa hardware (or test vehice) and AD RTS is possibe in many forms incuding custom pod (such as DPM), specia purpose communication buses (incuding J1850 or CAN), or directy from the target ECU using its own I/O faciities. Using I/O directy from the target ECU is preferred when performing target-based RPE. The other I/O methods are most appicabe when performing ideaized RPE. If these I/O options are not adequate, ADI s Systems Integration Services is avaiabe to provide custom I/O soutions. Host / User Target ECU TCP/IP Specia I/O IP Sots IP bus User Interface Board Digita I/O Anaog I/O I/O Cabes Vehice Under Test (with or w/o production ECU) Figure 4. Hardware Architecture Compute Engine IP bus via VMEbus or CE oca bus 9. Concusions Target-based rapid prototyping is ikey to become the preferred approach for the next generation of RPE. ADI has deveoped a product ine, ADvantage, which provides a target-based capabiity whie preserving and maintaining a customer s existing RPE modeing investments. The AD RTS aso supports mutipe processors and high bandwidth communications such that a mutitude of rea-time anayses can be performed within the same environment. Anayses can range from ow-speed ideaized RPE to high-fideity, asynchronous engine simuation for hardware-inthe-oop testing. 10. References [1] M. R. DePoyster, J. F. Hoying, K.N. Majeed, Rapid Prototyping of Chassis Contro Systems, Proceedings of the 1996 IEEE Internationa Symposium on Computer-Aided Contro System Design. [2] A. Kimura, I. Maeda, Deveopment of Engine Contro System Using Rea Time Simuator, Proceedings of the 1996 IEEE Internationa Symposium on Computer-Aided Contro System Design. [3] H.A. Barker, M. Chen, P.W. Grant, C.P. Jobing, P. Townsend, Open Architecture for Computer-Aided Contro Engineering, IEEE Contro Systems, Apri [4] M. Pauk, et a., Capabiity Maturity Mode for, Engineering Institute, Carnegie Meon University, Pittsburgh, PA, About ADI Appied Dynamics Internationa provides hardware, software, and engineering services for embedded software deveopers and contro system engineers. Since 1957, ADI rea-time computer systems have been used extensivey in advanced contro system appications in the aerospace, defense, training, and automotive industries. For more information on the compete ADI product famiy, pease contact us at: Appied Dynamics Internationa, Inc Stone Schoo Road Ann Arbor, MI USA Teephone: (313) Facsimie: (313) E-Mai: adinfo@adi.com Appied Dynamics Internationa Limited Oxford House, Oxford Street Weingborough Northamptonshire NN8 4HG United Kingdom Teephone: Facsimie: E-Mai: adinfo%appdyn.uucp@britain.eu.net

7 Production RTOS CACSD BEACON Hand Code Scheduer Thread Libraries Rea-Time Services Nanokerne Simuink SystemBuid ACSL ADSIM EASY5 11. About ADI Appied Dynamics Internationa provides hardware, software, and engineering services for embedded software deveopers and contro system engineers. Since 1957, ADI rea-time computer systems have been used extensivey in advanced contro system appications in the aerospace, defense, training, and automotive industries. For more information on the compete ADI product famiy, pease ca us at (313) or visit our web site:. Appied Dynamics Internationa, Inc Stone Schoo Road Ann Arbor, MI USA Teephone: (313) Facsimie: (313) E-Mai: Appied Dynamics Internationa Limited Oxford House, Oxford Street Weingborough Northamptonshire NN8 4HG United Kingdom Teephone: Facsimie: E-Mai:

CSE120 Principles of Operating Systems. Prof Yuanyuan (YY) Zhou Lecture 4: Threads

CSE120 Principles of Operating Systems. Prof Yuanyuan (YY) Zhou Lecture 4: Threads CSE120 Principes of Operating Systems Prof Yuanyuan (YY) Zhou Lecture 4: Threads Announcement Project 0 Due Project 1 out Homework 1 due on Thursday Submit it to Gradescope onine 2 Processes Reca that

More information

A Memory Grouping Method for Sharing Memory BIST Logic

A Memory Grouping Method for Sharing Memory BIST Logic A Memory Grouping Method for Sharing Memory BIST Logic Masahide Miyazai, Tomoazu Yoneda, and Hideo Fuiwara Graduate Schoo of Information Science, Nara Institute of Science and Technoogy (NAIST), 8916-5

More information

MCSE Training Guide: Windows Architecture and Memory

MCSE Training Guide: Windows Architecture and Memory MCSE Training Guide: Windows 95 -- Ch 2 -- Architecture and Memory Page 1 of 13 MCSE Training Guide: Windows 95-2 - Architecture and Memory This chapter wi hep you prepare for the exam by covering the

More information

Industrial Process Control Trainers with Discovery software PROCON PROCESS CONTROL TRAINERS

Industrial Process Control Trainers with Discovery software PROCON PROCESS CONTROL TRAINERS SYSTEMS Edition 1 I 38S-1 PROCON PROCESS CONTROL TRAINERS Industria Process Contro Trainers with Discovery software Leve & Fow Contro Temperature Contro Pressure Contro SYSTEMS-1 1 Temperature Rig 38-600

More information

DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS

DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS DETERMINING INTUITIONISTIC FUZZY DEGREE OF OVERLAPPING OF COMPUTATION AND COMMUNICATION IN PARALLEL APPLICATIONS USING GENERALIZED NETS Pave Tchesmedjiev, Peter Vassiev Centre for Biomedica Engineering,

More information

file://j:\macmillancomputerpublishing\chapters\in073.html 3/22/01

file://j:\macmillancomputerpublishing\chapters\in073.html 3/22/01 Page 1 of 15 Chapter 9 Chapter 9: Deveoping the Logica Data Mode The information requirements and business rues provide the information to produce the entities, attributes, and reationships in ogica mode.

More information

Avaya Extension to Cellular User Guide Avaya Aura TM Communication Manager Release 5.2.1

Avaya Extension to Cellular User Guide Avaya Aura TM Communication Manager Release 5.2.1 Avaya Extension to Ceuar User Guide Avaya Aura TM Communication Manager Reease 5.2.1 November 2009 2009 Avaya Inc. A Rights Reserved. Notice Whie reasonabe efforts were made to ensure that the information

More information

Introduction to USB Development

Introduction to USB Development Introduction to USB Deveopment Introduction Technica Overview USB in Embedded Systems Recent Deveopments Extensions to USB USB as compared to other technoogies USB: Universa Seria Bus A seria bus standard

More information

Telephony Trainers with Discovery Software

Telephony Trainers with Discovery Software Teephony Trainers 58 Series Teephony Trainers with Discovery Software 58-001 Teephony Training System 58-002 Digita Switching System 58-003 Digita Teephony Training System 58-004 Digita Trunk Network System

More information

An Introduction to Design Patterns

An Introduction to Design Patterns An Introduction to Design Patterns 1 Definitions A pattern is a recurring soution to a standard probem, in a context. Christopher Aexander, a professor of architecture Why woud what a prof of architecture

More information

Product Design & Development

Product Design & Development Product Design & Deveopment Product Architecture 1 2 1 What is Product Architecture? Product architecture is the assignment of the product's functions to physica buiding bocks or "chunks". Product modue

More information

Enhanced continuous, real-time detection, alarming and analysis of partial discharge events

Enhanced continuous, real-time detection, alarming and analysis of partial discharge events DMS PDMG-RH Partia discharge monitor for GIS Enhanced continuous, rea-time detection, aarming and anaysis of partia discharge events Automatic PD faut cassification High resoution Seectabe UHF fiters and

More information

Mobile App Recommendation: Maximize the Total App Downloads

Mobile App Recommendation: Maximize the Total App Downloads Mobie App Recommendation: Maximize the Tota App Downoads Zhuohua Chen Schoo of Economics and Management Tsinghua University chenzhh3.12@sem.tsinghua.edu.cn Yinghui (Catherine) Yang Graduate Schoo of Management

More information

Symmetra. Product Overview. Redundancy. Scalability. Serviceability. Manageability. Components. How to Configure. Specifications.

Symmetra. Product Overview. Redundancy. Scalability. Serviceability. Manageability. Components. How to Configure. Specifications. Introducing Symmetra, the Word's First Power Array, and the foundation for Buiding Near-Continuous Avaiabiity Power Systems Power Array Symmetra What is a "Power Array?" Product Overview Legacy UPS vs

More information

Four Circuit 4 Wire Unit With Dante Network Audio Interface

Four Circuit 4 Wire Unit With Dante Network Audio Interface Network Audio 4 Wire Interface Four Circuit 4 Wire Unit With Dante Network Audio Interface GS-FW012 ip 4 Wire With Dante Interface Highights Four x 4 Wire Circuits Loca Cue Input Dante Network Audio Three

More information

Neural Network Enhancement of the Los Alamos Force Deployment Estimator

Neural Network Enhancement of the Los Alamos Force Deployment Estimator Missouri University of Science and Technoogy Schoars' Mine Eectrica and Computer Engineering Facuty Research & Creative Works Eectrica and Computer Engineering 1-1-1994 Neura Network Enhancement of the

More information

As Michi Henning and Steve Vinoski showed 1, calling a remote

As Michi Henning and Steve Vinoski showed 1, calling a remote Reducing CORBA Ca Latency by Caching and Prefetching Bernd Brügge and Christoph Vismeier Technische Universität München Method ca atency is a major probem in approaches based on object-oriented middeware

More information

Sample of a training manual for a software tool

Sample of a training manual for a software tool Sampe of a training manua for a software too We use FogBugz for tracking bugs discovered in RAPPID. I wrote this manua as a training too for instructing the programmers and engineers in the use of FogBugz.

More information

Endoscopic Motion Compensation of High Speed Videoendoscopy

Endoscopic Motion Compensation of High Speed Videoendoscopy Endoscopic Motion Compensation of High Speed Videoendoscopy Bharath avuri Department of Computer Science and Engineering, University of South Caroina, Coumbia, SC - 901. ravuri@cse.sc.edu Abstract. High

More information

CSE120 Principles of Operating Systems. Architecture Support for OS

CSE120 Principles of Operating Systems. Architecture Support for OS CSE120 Principes of Operating Systems Architecture Support for OS Why are you sti here? You shoud run away from my CSE120! 2 CSE 120 Architectura Support Announcement Have you visited the web page? http://cseweb.ucsd.edu/casses/fa18/cse120-a/

More information

The Internet and the web

The Internet and the web The Internet and the web Contents Introduction 3 1 The Internet at home 4 2 Loca Area Networks sma office/home office 5 3 Loca Area Networks business 6 4 Wide Area Networks 8 5 Wireess networks 9 6 Mobie

More information

Further Optimization of the Decoding Method for Shortened Binary Cyclic Fire Code

Further Optimization of the Decoding Method for Shortened Binary Cyclic Fire Code Further Optimization of the Decoding Method for Shortened Binary Cycic Fire Code Ch. Nanda Kishore Heosoft (India) Private Limited 8-2-703, Road No-12 Banjara His, Hyderabad, INDIA Phone: +91-040-3378222

More information

mobile telephone HD Voice Mobile Telephone GSM Highlights MKII Fully Updated Re-Design HD Voice 7kHz Bandwidth Dante / AES67 Option Highlights GSM

mobile telephone HD Voice Mobile Telephone GSM Highlights MKII Fully Updated Re-Design HD Voice 7kHz Bandwidth Dante / AES67 Option Highlights GSM GS-MPI005HD MKII Broadcaster s Mobie Phone Highights HD Voice 7kHz Bandwidth MKII Fuy Updated Re-Design Coour Touchscreen Handset Interface For Ca Screening Dante / AES67 Option Highights UMTS (3G) Highights

More information

UnixWare 7 System Administration UnixWare 7 System Configuration

UnixWare 7 System Administration UnixWare 7 System Configuration UnixWare 7 System Administration - CH 3 - UnixWare 7 System Configuration Page 1 of 8 [Figures are not incuded in this sampe chapter] UnixWare 7 System Administration - 3 - UnixWare 7 System Configuration

More information

Language Identification for Texts Written in Transliteration

Language Identification for Texts Written in Transliteration Language Identification for Texts Written in Transiteration Andrey Chepovskiy, Sergey Gusev, Margarita Kurbatova Higher Schoo of Economics, Data Anaysis and Artificia Inteigence Department, Pokrovskiy

More information

CSE120 Principles of Operating Systems. Prof Yuanyuan (YY) Zhou Scheduling

CSE120 Principles of Operating Systems. Prof Yuanyuan (YY) Zhou Scheduling CSE120 Principes of Operating Systems Prof Yuanyuan (YY) Zhou Scheduing Announcement Homework 2 due on October 25th Project 1 due on October 26th 2 CSE 120 Scheduing and Deadock Scheduing Overview In discussing

More information

The Big Picture WELCOME TO ESIGNAL

The Big Picture WELCOME TO ESIGNAL 2 The Big Picture HERE S SOME GOOD NEWS. You don t have to be a rocket scientist to harness the power of esigna. That s exciting because we re certain that most of you view your PC and esigna as toos for

More information

ngenius Instrumentation Overview

ngenius Instrumentation Overview ngenius Instrumentation Overview NetScout Systems, Inc. 4 Technoogy Park Drive Westford, MA 01886 Teephone: 978-614-4000 Fax: 978-614-4004 Web: http://www.netscout.com NetScout is a registered trademark

More information

A Petrel Plugin for Surface Modeling

A Petrel Plugin for Surface Modeling A Petre Pugin for Surface Modeing R. M. Hassanpour, S. H. Derakhshan and C. V. Deutsch Structure and thickness uncertainty are important components of any uncertainty study. The exact ocations of the geoogica

More information

A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS

A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS A HIGH PERFORMANCE, LOW LATENCY, LOW POWER AUDIO PROCESSING SYSTEM FOR WIDEBAND SPEECH OVER WIRELESS LINKS Etienne Cornu 1, Aain Dufaux 2, and David Hermann 1 1 AMI Semiconductor Canada, 611 Kumpf Drive,

More information

lnput/output (I/O) AND INTERFACING

lnput/output (I/O) AND INTERFACING CHAPTER 7 NPUT/OUTPUT (I/O) AND INTERFACING INTRODUCTION The input/output section, under the contro of the CPU s contro section, aows the computer to communicate with and/or contro other computers, periphera

More information

LCD Video Controller. LCD Video Controller. Introduction Safety Precautions Indentifying the Components... 5

LCD Video Controller. LCD Video Controller. Introduction Safety Precautions Indentifying the Components... 5 LCD Video Controer LCD Video Controer Introduction... 3 Safety Precautions... 4 Indentifying the Components... 5 Main Board... 5 Main Board ASIC Features... 6 LVDS Transmitter... 8 Backight Inverter...

More information

Meeting Exchange 4.1 Service Pack 2 Release Notes for the S6200/S6800 Servers

Meeting Exchange 4.1 Service Pack 2 Release Notes for the S6200/S6800 Servers Meeting Exchange 4.1 Service Pack 2 Reease Notes for the S6200/S6800 Servers The Meeting Exchange S6200/S6800 Media Servers are SIP-based voice and web conferencing soutions that extend Avaya s conferencing

More information

Windows NT, Terminal Server and Citrix MetaFrame Terminal Server Architecture

Windows NT, Terminal Server and Citrix MetaFrame Terminal Server Architecture Windows NT, Termina Server and Citrix MetaFrame - CH 3 - Termina Server Architect.. Page 1 of 13 [Figures are not incuded in this sampe chapter] Windows NT, Termina Server and Citrix MetaFrame - 3 - Termina

More information

Lecture outline Graphics and Interaction Scan Converting Polygons and Lines. Inside or outside a polygon? Scan conversion.

Lecture outline Graphics and Interaction Scan Converting Polygons and Lines. Inside or outside a polygon? Scan conversion. Lecture outine 433-324 Graphics and Interaction Scan Converting Poygons and Lines Department of Computer Science and Software Engineering The Introduction Scan conversion Scan-ine agorithm Edge coherence

More information

Solutions for Broadcast and Production. Loudness Measurement

Solutions for Broadcast and Production. Loudness Measurement Soutions for Broadcast and Production Loudness Measurement Loudness Anaysis Loudness Anaysis and Handing in TV and Radio Broadcast A reiabe and standardized method for evauating program oudness today is

More information

Microsoft Visual Studio 2005 Professional Tools. Advanced development tools designed for professional developers

Microsoft Visual Studio 2005 Professional Tools. Advanced development tools designed for professional developers Microsoft Visua Studio 2005 Professiona Toos Advanced deveopment toos designed for professiona deveopers If you re a professiona deveoper, Microsoft has two new ways to fue your deveopment efforts: Microsoft

More information

IBC DOCUMENT PROG007. SA/STA SERIES User's Guide V7.0

IBC DOCUMENT PROG007. SA/STA SERIES User's Guide V7.0 IBC DOCUMENT SA/STA SERIES User's Guide V7.0 Page 2 New Features for Version 7.0 Mutipe Schedues This version of the SA/STA firmware supports mutipe schedues for empoyees. The mutipe schedues are impemented

More information

Computing devices have become increasingly mobile at the client end, and the

Computing devices have become increasingly mobile at the client end, and the Pronto: Mobie Gateway With Pubish- Subscribe Paradigm Over Wireess Network Eiko Yoneki University of Cambridge Pronto, a messaging middeware system for mobie appications, provides both centraized and decentraized

More information

Self-Control Cyclic Access with Time Division - A MAC Proposal for The HFC System

Self-Control Cyclic Access with Time Division - A MAC Proposal for The HFC System Sef-Contro Cycic Access with Time Division - A MAC Proposa for The HFC System S.M. Jiang, Danny H.K. Tsang, Samue T. Chanson Hong Kong University of Science & Technoogy Cear Water Bay, Kowoon, Hong Kong

More information

Development of a National Portal for Tuvalu. Business Case. SPREP Pacific iclim

Development of a National Portal for Tuvalu. Business Case. SPREP Pacific iclim Deveopment of a Nationa Porta for Tuvau Business Case SPREP Pacific iclim Apri 2018 Tabe of Contents 1. Introduction... 3 1.1 Report Purpose... 3 1.2 Background & Context... 3 1.3 Other IKM Activities

More information

A Comparison of a Second-Order versus a Fourth- Order Laplacian Operator in the Multigrid Algorithm

A Comparison of a Second-Order versus a Fourth- Order Laplacian Operator in the Multigrid Algorithm A Comparison of a Second-Order versus a Fourth- Order Lapacian Operator in the Mutigrid Agorithm Kaushik Datta (kdatta@cs.berkeey.edu Math Project May 9, 003 Abstract In this paper, the mutigrid agorithm

More information

Dynamic Symbolic Execution of Distributed Concurrent Objects

Dynamic Symbolic Execution of Distributed Concurrent Objects Dynamic Symboic Execution of Distributed Concurrent Objects Andreas Griesmayer 1, Bernhard Aichernig 1,2, Einar Broch Johnsen 3, and Rudof Schatte 1,2 1 Internationa Institute for Software Technoogy, United

More information

Chapter 3: Introduction to the Flash Workspace

Chapter 3: Introduction to the Flash Workspace Chapter 3: Introduction to the Fash Workspace Page 1 of 10 Chapter 3: Introduction to the Fash Workspace In This Chapter Features and Functionaity of the Timeine Features and Functionaity of the Stage

More information

Commentary Unit With Talkback And Dante Network Audio Interface

Commentary Unit With Talkback And Dante Network Audio Interface Network Audio Commentary Interface ensound Commentary Unit With Takback And Dante Network Audio Interface VITA Network Audio Commentary Interface Highights For Commentary Or Takback Two Assignabe 4 Wire

More information

RTS-LIKE Pisa Soft PLC Real Time solutions. An alternative to the Windows WEC7 offer

RTS-LIKE Pisa Soft PLC Real Time solutions. An alternative to the Windows WEC7 offer RTS-LIKE Pisa 2014 Soft PLC Rea Time soutions. An aternative to the Windows WEC7 offer Agenda LP30/LP31 Codesys Windows soution Cyce time and contro processes Codesys and Rea Time Linux - OSADL LP3x -

More information

May 13, Mark Lutz Boulder, Colorado (303) [work] (303) [home]

May 13, Mark Lutz Boulder, Colorado (303) [work] (303) [home] "Using Python": a Book Preview May 13, 1995 Mark Lutz Bouder, Coorado utz@kapre.com (303) 546-8848 [work] (303) 684-9565 [home] Introduction. This paper is a brief overview of the upcoming Python O'Reiy

More information

Application of Intelligence Based Genetic Algorithm for Job Sequencing Problem on Parallel Mixed-Model Assembly Line

Application of Intelligence Based Genetic Algorithm for Job Sequencing Problem on Parallel Mixed-Model Assembly Line American J. of Engineering and Appied Sciences 3 (): 5-24, 200 ISSN 94-7020 200 Science Pubications Appication of Inteigence Based Genetic Agorithm for Job Sequencing Probem on Parae Mixed-Mode Assemby

More information

RST. Radar System Tester

RST. Radar System Tester RST Radar System Tester Radar System Tester The Radar System Tester (RST) is a reiabe and convenient test too for anaysis, maintenance and repair of a ong ine of equipment attached to anaogue radars, and

More information

Confidence in measurement

Confidence in measurement Confidence in measurement Caibration Goba caibration network www.kister.com Tech Center Tech Office Production Center Kister caibration network Acceerometers Data Acquisition (Crash) Whee Force Transducers

More information

International Laboratory Accreditation Cooperation. The ILAC Mutual Recognition Arrangement

International Laboratory Accreditation Cooperation. The ILAC Mutual Recognition Arrangement Internationa Laboratory Accreditation Cooperation The ILAC Mutua Recognition Arrangement Enhancing the acceptance of products and services across nationa borders Removing barriers to goba trade Accreditation

More information

High Resolution Digital Crane Scale User Instructions

High Resolution Digital Crane Scale User Instructions BCS High Resoution Digita Crane Scae User Instructions AWT 35-501402 Issue AB Breckne is part of Avery Weigh-Tronix. Avery Weigh-Tronix is a trademark of the Iinois Too Works group of companies whose utimate

More information

Archive Software with value add services:

Archive Software with value add services: E-Mai Archive Software with vaue add services: Protect your emais from data oss through reasonabe and secure backup features. Increase the productivity of your team by using the integrated search engine

More information

C PTS 3.3, class 0.05 Three-phase Stationary Test System

C PTS 3.3, class 0.05 Three-phase Stationary Test System C PTS 3.3, cass 0.05 Three-phase Stationary Test System Three phase test system PTS 3.3 C The PTS 3.3 C portabe test system consists of an integrated three-phase current and votage source and a three-phase

More information

RDF Objects 1. Alex Barnell Information Infrastructure Laboratory HP Laboratories Bristol HPL November 27 th, 2002*

RDF Objects 1. Alex Barnell Information Infrastructure Laboratory HP Laboratories Bristol HPL November 27 th, 2002* RDF Objects 1 Aex Barne Information Infrastructure Laboratory HP Laboratories Bristo HPL-2002-315 November 27 th, 2002* E-mai: Andy_Seaborne@hp.hp.com RDF, semantic web, ontoogy, object-oriented datastructures

More information

ECL Portal. Standardized SCADA solution for ECL Comfort 310. Data sheet. Description

ECL Portal. Standardized SCADA solution for ECL Comfort 310. Data sheet. Description Standardized SCADA soution for ECL Comfort 310 Description The is an effective turnkey SCADA (Supervisory Contro And Data Acquisition) too for professiona users ike service personne of district energy

More information

Chapter Multidimensional Direct Search Method

Chapter Multidimensional Direct Search Method Chapter 09.03 Mutidimensiona Direct Search Method After reading this chapter, you shoud be abe to:. Understand the fundamentas of the mutidimensiona direct search methods. Understand how the coordinate

More information

Maru: Hardware-Assisted Secure Cloud Computing

Maru: Hardware-Assisted Secure Cloud Computing Maru: Hardware-Assisted Secure Coud Computing Peter Pietzuch prp@imperia.ac.uk Large-Scae Distributed Systems Group Department of Computing, Imperia Coege London Peter R. Pietzuch http://sds.doc.ic.ac.uk

More information

Designing for Schedulability Integrating Schedulability Analysis with Object-Oriented Design

Designing for Schedulability Integrating Schedulability Analysis with Object-Oriented Design Designing for Scheduabiity ntegrating Scheduabiity Anaysis with Object-Oriented Design Manas Sasena Department of Computer Science University of Pittsburgh Pittsburgh, PA 15260, USA manas@cs.pitt.edu Panagiota

More information

Backing-up Fuzzy Control of a Truck-trailer Equipped with a Kingpin Sliding Mechanism

Backing-up Fuzzy Control of a Truck-trailer Equipped with a Kingpin Sliding Mechanism Backing-up Fuzzy Contro of a Truck-traier Equipped with a Kingpin Siding Mechanism G. Siamantas and S. Manesis Eectrica & Computer Engineering Dept., University of Patras, Patras, Greece gsiama@upatras.gr;stam.manesis@ece.upatras.gr

More information

Design of IP Networks with End-to. to- End Performance Guarantees

Design of IP Networks with End-to. to- End Performance Guarantees Design of IP Networks with End-to to- End Performance Guarantees Irena Atov and Richard J. Harris* ( Swinburne University of Technoogy & *Massey University) Presentation Outine Introduction Mutiservice

More information

Novel 1.35 mm precision coaxial connector enables very high-performance E-Band cable assemblies

Novel 1.35 mm precision coaxial connector enables very high-performance E-Band cable assemblies Nove 1.35 mm precision coaxia connector enabes very high-performance E-Band cabe assembies By Danie Barnett, Teedyne Storm Microwave, Woodridge, Iinois, USA and Hans-Urich Nicke, SPINNER GmbH, Munich,

More information

A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS. A. C. Finch, K. J. Mackenzie, G. J. Balsdon, G. Symonds

A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS. A. C. Finch, K. J. Mackenzie, G. J. Balsdon, G. Symonds A METHOD FOR GRIDLESS ROUTING OF PRINTED CIRCUIT BOARDS A C Finch K J Mackenzie G J Basdon G Symonds Raca-Redac Ltd Newtown Tewkesbury Gos Engand ABSTRACT The introduction of fine-ine technoogies to printed

More information

Building a multi-pb Object Database for the LHC

Building a multi-pb Object Database for the LHC Buiding a muti-pb Database for the LHC Buiding a muti-pb Object Database for the LHC The RD45 Project Jamie Shiers Appication Software and Databases Group Information Technoogy Division Buiding a muti-pb

More information

Guardian 365 Pro App Guide. For more exciting new products please visit our website: Australia: OWNER S MANUAL

Guardian 365 Pro App Guide. For more exciting new products please visit our website: Australia:   OWNER S MANUAL Guardian 365 Pro App Guide For more exciting new products pease visit our website: Austraia: www.uniden.com.au OWNER S MANUAL Privacy Protection Notice As the device user or data controer, you might coect

More information

Load Balancing by MPLS in Differentiated Services Networks

Load Balancing by MPLS in Differentiated Services Networks Load Baancing by MPLS in Differentiated Services Networks Riikka Susitaiva, Jorma Virtamo, and Samui Aato Networking Laboratory, Hesinki University of Technoogy P.O.Box 3000, FIN-02015 HUT, Finand {riikka.susitaiva,

More information

Navigating and searching theweb

Navigating and searching theweb Navigating and searching theweb Contents Introduction 3 1 The Word Wide Web 3 2 Navigating the web 4 3 Hyperinks 5 4 Searching the web 7 5 Improving your searches 8 6 Activities 9 6.1 Navigating the web

More information

MAXPRO IP Video Solutions LEARN ONE, KNOW THEM ALL. Open, Flexible and Scalable Video Surveillance Platform

MAXPRO IP Video Solutions LEARN ONE, KNOW THEM ALL. Open, Flexible and Scalable Video Surveillance Platform MAXPRO IP Video Soutions LEARN ONE, KNOW THEM ALL Open, Fexibe and Scaabe Video Surveiance Patform 1 LEARN ONE, KNOW THEM ALL Are you ooking for... Systems that are interoperabe with a wide range of surveiance

More information

Pneumo-Mechanical Simulation of a 2 Dof Planar Manipulator

Pneumo-Mechanical Simulation of a 2 Dof Planar Manipulator Pneumo-Mechanica Simuation of a 2 Dof Panar Manipuator Hermes GIBERTI, Simone CINQUEMANI Mechanica Engineering Department, Poitecnico di Miano, Campus Bovisa Sud, via La Masa 34, 2156, Miano, Itay ABSTRACT

More information

Research on UAV Fixed Area Inspection based on Image Reconstruction

Research on UAV Fixed Area Inspection based on Image Reconstruction Research on UAV Fixed Area Inspection based on Image Reconstruction Kun Cao a, Fei Wu b Schoo of Eectronic and Eectrica Engineering, Shanghai University of Engineering Science, Abstract Shanghai 20600,

More information

Designing Cost-Effective Ethernet Automotive E/E Architecture Against Security Threats IEEE-SA Ethernet & Automotive Technology Day

Designing Cost-Effective Ethernet Automotive E/E Architecture Against Security Threats IEEE-SA Ethernet & Automotive Technology Day Designing Cost-Effective Ethernet Automotive E/E Architecture Against Security Threats 2017 IEEE-SA Ethernet & IP @ Automotive Technoogy Day 2 Agenda Connected vehice attack surfaces High eve security

More information

On-Chip CNN Accelerator for Image Super-Resolution

On-Chip CNN Accelerator for Image Super-Resolution On-Chip CNN Acceerator for Image Super-Resoution Jung-Woo Chang and Suk-Ju Kang Dept. of Eectronic Engineering, Sogang University, Seou, South Korea {zwzang91, sjkang}@sogang.ac.kr ABSTRACT To impement

More information

Operating Avaya Aura Conferencing

Operating Avaya Aura Conferencing Operating Avaya Aura Conferencing Reease 6.0 June 2011 04-603510 Issue 1 2010 Avaya Inc. A Rights Reserved. Notice Whie reasonabe efforts were made to ensure that the information in this document was compete

More information

Portable Compiler Optimisation Across Embedded Programs and Microarchitectures using Machine Learning

Portable Compiler Optimisation Across Embedded Programs and Microarchitectures using Machine Learning Portabe Compier Optimisation Across Embedded Programs and Microarchitectures using Machine Learning Christophe Dubach, Timothy M. Jones, Edwin V. Bonia Members of HiPEAC Schoo of Informatics University

More information

TOUCH 2100 TOUCH 2100

TOUCH 2100 TOUCH 2100 EASE OF USE Fryer Machine understands that fi nding skied operators and programmers is becoming increasingy difficut. The Touch 2100 contro was designed with this in mind. Fryer s unique software patform

More information

General Specifications

General Specifications Genera Specifications FiedMate R3.03 Versatie Device Management Wizard 1. Features FiedMate is a PC based configuration too that performs numerous tasks, incuding initia setup, daiy

More information

Link Registry Protocol Options

Link Registry Protocol Options Link Registry Protoco Options Norman Finn, March 2017 HUAWEI TECHNOLOGIES CO., LTD. IEEE 802.1 TSN At east two obvious choices for P802.1CS Link Registration Protoco An IS-IS-ike protoco. TCP (Transmission

More information

(12) United States Patent

(12) United States Patent US006697794B1 (12) United States Patent (10) Patent N0.: Miby (45) Date of Patent: Feb. 24, 2004 (54) PROVDNG DATABASE SYSTEM NATVE 6,285,996 B1 * 9/2001 Jou et a1...... 707/2 OPERATONS FOR USER DEFNED

More information

Nearest Neighbor Learning

Nearest Neighbor Learning Nearest Neighbor Learning Cassify based on oca simiarity Ranges from simpe nearest neighbor to case-based and anaogica reasoning Use oca information near the current query instance to decide the cassification

More information

3600 Flow Monitor Operation and Maintenance Manual

3600 Flow Monitor Operation and Maintenance Manual 3600 Fow Monitor Operation and Maintenance Manua May 1998 530002A2 An introductory guide to the ADS 3600 intrinsicay safe fow monitor ADS Corporation 4940 Research Drive Huntsvie, AL 35805 USA (256) 430-3366

More information

Service Scheduling for General Packet Radio Service Classes

Service Scheduling for General Packet Radio Service Classes Service Scheduing for Genera Packet Radio Service Casses Qixiang Pang, Amir Bigoo, Victor C. M. Leung, Chris Schoefied Department of Eectrica and Computer Engineering, University of British Coumbia, Vancouver,

More information

AgreeYa Solutions. Site Administrator for SharePoint User Guide

AgreeYa Solutions. Site Administrator for SharePoint User Guide AgreeYa Soutions Site Administrator for SharePoint 5.2.4 User Guide 2017 2017 AgreeYa Soutions Inc. A rights reserved. This product is protected by U.S. and internationa copyright and inteectua property

More information

Bridge Talk Release Notes for Meeting Exchange 5.0

Bridge Talk Release Notes for Meeting Exchange 5.0 Bridge Tak Reease Notes for Meeting Exchange 5.0 This document ists new product features, issues resoved since the previous reease, and current operationa issues. New Features This section provides a brief

More information

Product Architecture/ Design for Manufacturing

Product Architecture/ Design for Manufacturing Product Architecture/ Design for Manufacturing 4013.315 Architectura Engineering System Design May 20 th, 2009 Moonseo Park Associate Professor, PhD 39 동 433 Phone 880-5848, Fax 871-5518 E-mai: mspark@snu.ac.kr

More information

DXP Digital Communications System 7: :., ; :., Station User s Guide

DXP Digital Communications System 7: :., ; :., Station User s Guide DXP Digita Communications System 7: :., ; :., Industry-Standard Teephone Station User s Guide This user s guide appies to industry-standard singe-ine teephones such as the mode 2500-** when used with the

More information

ECEn 528 Prof. Archibald Lab: Dynamic Scheduling Part A: due Nov. 6, 2018 Part B: due Nov. 13, 2018

ECEn 528 Prof. Archibald Lab: Dynamic Scheduling Part A: due Nov. 6, 2018 Part B: due Nov. 13, 2018 ECEn 528 Prof. Archibad Lab: Dynamic Scheduing Part A: due Nov. 6, 2018 Part B: due Nov. 13, 2018 Overview This ab's purpose is to expore issues invoved in the design of out-of-order issue processors.

More information

Formulation of Loss minimization Problem Using Genetic Algorithm and Line-Flow-based Equations

Formulation of Loss minimization Problem Using Genetic Algorithm and Line-Flow-based Equations Formuation of Loss minimization Probem Using Genetic Agorithm and Line-Fow-based Equations Sharanya Jaganathan, Student Member, IEEE, Arun Sekar, Senior Member, IEEE, and Wenzhong Gao, Senior member, IEEE

More information

Hiding secrete data in compressed images using histogram analysis

Hiding secrete data in compressed images using histogram analysis University of Woongong Research Onine University of Woongong in Dubai - Papers University of Woongong in Dubai 2 iding secrete data in compressed images using histogram anaysis Farhad Keissarian University

More information

Hour 3: The Network Access Layer Page 1 of 10. Discuss how TCP/IP s Network Access layer relates to the OSI networking model

Hour 3: The Network Access Layer Page 1 of 10. Discuss how TCP/IP s Network Access layer relates to the OSI networking model Hour 3: The Network Access Layer Page 1 of 10 Hour 3: The Network Access Layer At the base of the TCP/IP protoco stack is the Network Access ayer, the coection of services and specifications that provide

More information

Readme ORACLE HYPERION PROFITABILITY AND COST MANAGEMENT

Readme ORACLE HYPERION PROFITABILITY AND COST MANAGEMENT ORACLE HYPERION PROFITABILITY AND COST MANAGEMENT Reease 11.1.2.4.000 Readme CONTENTS IN BRIEF Purpose... 2 New Features in This Reease... 2 Instaation Information... 2 Supported Patforms... 2 Supported

More information

High Performance Computing - Introduction to GPGPU Programming. Prof Matt Probert

High Performance Computing - Introduction to GPGPU Programming. Prof Matt Probert High Performance Computing - Introduction to GPGPU Programming Prof Matt Probert http://www-users.york.ac.uk/~mijp1 Overview What are GPUs? GPU Architecture Memory Programming in CUDA The Future What is

More information

NCH Software Express Delegate

NCH Software Express Delegate NCH Software Express Deegate This user guide has been created for use with Express Deegate Version 4.xx NCH Software Technica Support If you have difficuties using Express Deegate pease read the appicabe

More information

Self Service Personality Module and Serial Distributed Control Link

Self Service Personality Module and Serial Distributed Control Link Contents Sef Service Personaity Modue and Seria Distributed Contro Link Chapter 2.3 GENERAL DESCRIPTION...2.3-1 SELF SERVICE PERSONALITY MODULE...2.3-1 SDC MASTER NODE...2.3-2 FLEX DISK INTERFACE...2.3-2

More information

Sensitivity Analysis of Hopfield Neural Network in Classifying Natural RGB Color Space

Sensitivity Analysis of Hopfield Neural Network in Classifying Natural RGB Color Space Sensitivity Anaysis of Hopfied Neura Network in Cassifying Natura RGB Coor Space Department of Computer Science University of Sharjah UAE rsammouda@sharjah.ac.ae Abstract: - This paper presents a study

More information

General Specifications

General Specifications Genera Specifications FiedMate R3.04 Versatie Device Management Wizard GS 01R01A01-01E 1. Features FiedMate is a PC based configuration too that performs numerous tasks, incuding initia setup, daiy maintenance,

More information

Intelligent Machinery Protection

Intelligent Machinery Protection Inteigent Machinery Protection Bearing and Shaft Vibration Shaft and Thrust Position Speed and Tachometer DN26 G3 from Sensonics...the scaabe and compact soution The need to protect your critica pant equipment

More information

Hardware Installation & Reference Manual Expandable I/O Subsystem

Hardware Installation & Reference Manual Expandable I/O Subsystem e Hardware Instaation & Reference Manua Expandabe I/O Subsystem PN 560075/G May 1998 Notice 1995-1998 Equinox Systems Inc. A rights reserved. Reproduction without permission prohibited. EquinoxJ and SuperSeriaJ

More information

From i* to istar 2.0: An Evolving Social Modelling Language

From i* to istar 2.0: An Evolving Social Modelling Language From i* to istar 2.0: An Evoving Socia Modeing Language Lin Liu 1 Schoo of Software, Tsinghua University, Beijing, 100084, China iniu@tsinghua.edu.cn Abstract. Conceptua Modeing, as a thought too, heps

More information

A study of comparative evaluation of methods for image processing using color features

A study of comparative evaluation of methods for image processing using color features A study of comparative evauation of methods for image processing using coor features FLORENTINA MAGDA ENESCU,CAZACU DUMITRU Department Eectronics, Computers and Eectrica Engineering University Pitești

More information

Special Edition Using Microsoft Excel Selecting and Naming Cells and Ranges

Special Edition Using Microsoft Excel Selecting and Naming Cells and Ranges Specia Edition Using Microsoft Exce 2000 - Lesson 3 - Seecting and Naming Ces and.. Page 1 of 8 [Figures are not incuded in this sampe chapter] Specia Edition Using Microsoft Exce 2000-3 - Seecting and

More information