Control Systems (TACS)

Size: px
Start display at page:

Download "Control Systems (TACS)"

Transcription

1 U Transient Analysis of I Control Systems (TACS) Introduced in EMTP in 1976 Developed to model controls for HVdc converters (Pacific Intertie) Model interactions between system transients and control systems Each variant of EMTP has it own variant ATP has two: TACS and Models Intro to TACS 1 What TACS can do Model control systems» Generator excitation and governor control» Control loops for power electronic converters» Firing circuit for power electronics» Relay algorithms Intro to TACS 2 1

2 What TACS can do Monitor and post-process network variables» Analog and digital filters» RMS voltages and currents» Calculate P and Q» Compute motor/generator torque or flux» Reference frame transformations Intro to TACS 3 What TACS can do Simulate mechanical/electromechanical Non-linear reponses Create models for devices without built-in models for example, arc resistances Create harmonic sources Variable frequency sources Intro to TACS 4 2

3 U TACS Relationship to I Network Solution Control system models solved separate from network» Different equation formats» First network then TACS in each time step» Leads to on step time delay Power System (Network) Measurements Commands Controlled Sources TACS Intro to TACS 5 General Format TACS design from point of view of reproducing Laplace domain block diagram» Converted to difference equations» Arbitrary connections of blocks Signal and variable names limited to 6 characters Can implement digital controls Some limited FORTRAN expressions Intro to TACS 6 3

4 TACS and ATPDraw ATPDraw Interface for TACS» Not as nice as circuit interface, but much improved Not essentially to always draw connecting lines» Use the same variable names instead» Will generate a warning message about duplicate names when first run ATP file Several of the example cases shipped with ATPDraw have TACS modelling Intro to TACS 7 Built-in variables Enter these as input node names» TIMEX = simulation time in seconds (from 0.0)» ISTEP = number of time steps since the start of the simulation» DELTAT = simulation time step (TIMEX=ISTEP*DELTAT)» FREQHZ = system frequency in Hz (defined by first sinusoidal source in the Network part of the simulation)»omegar = 2 * * FREQHZ (rad/sec) Intro to TACS 8 4

5 Pre-Defined TACS Internal Sources» ZER0 = 0.0» MINUS1 = -1.0» UNITY = PLUS1 = 1.0» PI = FORTRAN Compiler Constant for PI Intro to TACS 9 User-Defined TACS Sources Used as inputs for other TACS blocks or to control a TACS source in the network User calls from TACS menu As is the case for network sources, the user defines start and stop time Intro to TACS 10 5

6 User-Defined TACS Sources Used as inputs for other TACS blocks or to control a TACS source in the network As is the case for network sources, the user defines start and stop time Options:» Type 11: DC Source (called Level Signal in rule book)» Type 14: Cosine (AC Source)» Type 23: Pulse (repeats, alternates between 0.0 and set amplitude» Type 24: Ramp (output rises from 0.0 to amplitude of set period and repeats until stop time for the source or end of simulation Intro to TACS 11 TACS Measurements from Network Used as inputs for other TACS blocks Type 90: Node voltage measurement» Node to ground voltage Type 91: Switch current» Must be connected to a switch Type 92: Internal variable from special ATP components (dynamic synchronous machine or universal machine) Type 93: Switch position (output = 0.0 for open switch and 1.0 for closed switch) Intro to TACS 12 6

7 Transfer Functions User can define general transfer functions Laplace domain polynomials in numerator and denominator Can have constant gain block (zero order on numerator and denominator) General Format: N 0 N 1 s N 2 s 2 N 3 s 3 Gs ( ) gain D 0 D 1 s D 2 s 2 D 3 s 3 N m s m D m s m Intro to TACS 13 Sample Transfer Function G(s) Intro to TACS 14 7

8 Limiters User can specify limits for transfer functions outputs»1 st order or zero order only» Can set hard (static) limits (enter numbers)» Can use outputs from other TACS functions (dynamic limits) Windup limiter» Zero order transfer function» TACS processes block and then looks at output» Prior to limit application, output can move far beyond limit» Time needed to back off of the limit Intro to TACS 15 Limiters (continued) Non-Windup limiter» Doesn t saturate and backs off limit quickly» Implement with first order transfer function One pole, no zeros in the function Additional poles and zeros are ignored Both windup and non-windup limits occur in practice» Need to understand behavior of the system you re modeling Intro to TACS 16 8

9 Built-In Devices Implement common functions difficult to make up» Frequency sensor» Externally controlled switch» Level switch» Transport delay» Pulse Delay» Digitizer» Point-by-point nonlinearity (lookup table)» Time controlled switch» Controlled integrator Intro to TACS 17» Derivative» Input-IF» Signal selector» Sample and track» Min/Max function» Min/Max tracking» Counter» True RMS Built-In Devices Intro to TACS 18 9

10 Free-Format FORTRAN Expressions Supplmental variables in rule book Somewhat free format ATP recognizes as device types 99, 98 and 88 Options:» Algebraic operators: +, -, *, /, **» Relational operators.eq.,.ne.,.lt.,.le.,.ge.,.gt. Ouputs are 0.0 or 1.0 Intro to TACS 19 Free-Format FORTRAN Expressions Allowed functions:» SQRT, ABS, EXP, LOG, LOG10» SIN, COS, TAN, COTAN (argument in radians)» ASIN, ACOS, ATAN (answer in radians)» SINH, COSH, TANH» TRUNC, MINUS, INVRS» RAD, DEG, NOT» SIGN (-1 for neg. number, +1 for pos. number or zero)» SEQ6, RAN (random number generator) Intro to TACS 20 10

11 Free-Format FORTRAN Expressions Limitations:» The user is allowed up to 20 levels of nesting.» Can't do SQRT(A**2+B**2) and similar» Can combine functions: SQRT(ABS(INVRS(X) ) )» Does not allow: GOTO, IF, DO, SUBROUTINE, or FUNCTION Intro to TACS 21 Outputs from TACS TACS controlled source in the network» Source type 60» The variable name in TACS and the name of the node the source is connected to must match» Including phase identifier (single phase source) TACS controlled switches Interface to type 59 (or 58) dynamic synchronous machine Interface to type 19 dynamic (universal machine) Plot data file Variable inductor.. Intro to TACS 22 11

12 Initial Conditions Can set initial conditions to improve start up behavior» Especially if correct outputs at time = 0+ are desired Network and TACS undergo separate steady-state initialization, with network computed first» TACS output to Network are initially zero unless specified Especially useful for:» First order or higher transfer functions» FORTRAN statements» Several of the built-in devices Intro to TACS 23 Accessing TACS Models Intro to TACS 24 12

13 TACS Sources Intro to TACS 25 TACS Devices Intro to TACS 26 13

14 TACS Measuring Source Intro to TACS 27 Source Dialog Intro to TACS 28 14

15 Transfer Function Intro to TACS 29 TACS Device Dialog Intro to TACS 30 15

16 FORTRAN Statement Intro to TACS 31 Slave Source Intro to TACS 32 16

17 Outputs from TACS TACS node: Type» 0=Output.» 1=Input signal positive sum up.» 2=Input signal negative sum up.» 3=Input signal disconnected.» (only necessary if node name is user specified) Intro to TACS 33 Node Dialog Intro to TACS 34 17

18 TACS Outputs Intro to TACS 35 Output Dialog Intro to TACS 36 18

19 RLC Circuit, Network and TACS Simple RLC circuit modelled as:» Network components» TACS only model» Results Compared Intro to TACS 37 ATPDraw Diagram GEN VSRC RL VLC U LDEL ISER VOUT LDEL U Intro to TACS 38 19

20 Compare Outputs 15 VOUT from TACS and VLC from Network * (file drawrlc.pl4; x-var t) t: VOUT v:vlc Intro to TACS 39 Example Results 15 Time Step Delay Between TACS and Network * (file drawrlc.pl4; x-var t) v:vlc v:ldel Intro to TACS 40 20

TIMS Lab 1: Phase-Locked Loop

TIMS Lab 1: Phase-Locked Loop TIMS Lab 1: Phase-Locked Loop Modules: VCO, Multiplier, Quadrature Utilities, Wideband True RMS Meter, Tuneable LPF, Digital Utilities, Noise Generator, Speech, Headphones 0 Pre-Laboratory Reading Phase-locked

More information

Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory. Experiment #3

Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory. Experiment #3 Cleveland State University Department of Electrical and Computer Engineering Control Systems Laboratory Experiment #3 Closed Loop Steady State Error and Transient Performance INTRODUCTION The two primary

More information

Variable Frequency Drives

Variable Frequency Drives Variable Frequency Drives Date : Feb 09, 2015-07:30 AM - Feb 10, 04:30 PM Event URL : http:///events/variable-frequency-drives-feb-2015-rochester- Organizer : American Traincoâ Venue : Location : Rochester

More information

Reading Questions. ChE 436

Reading Questions. ChE 436 Reading Questions ChE 436 PPC, Ch. 1 Competencies - What are the 2 level-three competencies listed for the Process Control class? (These are also on the ChE 436 web page). 1.1 Many of the products from

More information

Trane TR150 Variable Frequency Drive Guide Specification Section GENERAL II. PRODUCTS

Trane TR150 Variable Frequency Drive Guide Specification Section GENERAL II. PRODUCTS Trane TR150 Variable Frequency Drive Guide Specification Section 15172 I. GENERAL A. This specification covers all variable frequency drives (VFDs) designated on the drawing schedules. All standard and

More information

Electromyography II Laboratory (Hand Dynamometer Transducer)

Electromyography II Laboratory (Hand Dynamometer Transducer) (Hand Dynamometer Transducer) Introduction As described in the Electromyography I laboratory session, electromyography (EMG) is an electrical signal that can be recorded with electrodes placed on the surface

More information

MODELING OF THE CARDIOVASCULAR SYSTEM AND ITS CONTROL MECHANISMS FOR THE EXERCISE SCENARIO

MODELING OF THE CARDIOVASCULAR SYSTEM AND ITS CONTROL MECHANISMS FOR THE EXERCISE SCENARIO MODELING OF THE CARDIOVASCULAR SYSTEM AND ITS CONTROL MECHANISMS FOR THE EXERCISE SCENARIO PhD Thesis Summary eng. Ana-Maria Dan PhD. Supervisor: Prof. univ. dr. eng. Toma-Leonida Dragomir The objective

More information

Armstrong IVS 102 Drive Specification

Armstrong IVS 102 Drive Specification Armstrong IVS 102 Drive Specification Part I: General Description 1. This specification covers complete variable frequency drives (VFDs) designated on the drawing schedules to be variable speed. All standard

More information

Numerical Integration of Bivariate Gaussian Distribution

Numerical Integration of Bivariate Gaussian Distribution Numerical Integration of Bivariate Gaussian Distribution S. H. Derakhshan and C. V. Deutsch The bivariate normal distribution arises in many geostatistical applications as most geostatistical techniques

More information

Genetic Algorithms and their Application to Continuum Generation

Genetic Algorithms and their Application to Continuum Generation Genetic Algorithms and their Application to Continuum Generation Tracy Moore, Douglass Schumacher The Ohio State University, REU, 2001 Abstract A genetic algorithm was written to aid in shaping pulses

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

VLT HVAC Drive. Variable Frequency Drive w/ Electronically Controlled Bypass Guide Specification. Section 15172

VLT HVAC Drive. Variable Frequency Drive w/ Electronically Controlled Bypass Guide Specification. Section 15172 VLT HVAC Drive Variable Frequency Drive w/ Electronically Controlled Bypass Guide Specification I. PART 1- GENERAL A. DESCRIPTION Section 15172 1. This specification covers complete a variable frequency

More information

Transient Stability Studies

Transient Stability Studies PowerApps Validation Document Transient Stability Studies (Comparison with Standard Textbook Results) Page 1 of 8 PowerApps Validation Document... 1 Transient Stability Studies... 1 1 Problem Statement...

More information

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices By Zhang Feng, Senior Medical Applications Engineer Marten Smith, Medical Marketing Manager Medical Products Group Microchip

More information

Lecture 2. In The Name of Allah. Instrumentation. Dr. Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Lecture 2. In The Name of Allah. Instrumentation. Dr. Ali Karimpour Associate Professor Ferdowsi University of Mashhad In The Name of Allah Instrumentation Dr. Ali Karimpour Associate Professor Ferdowsi University of Mashhad Transducer Specification Topics to be covered include: Introduction Transducers Transducer Specification

More information

SNJB College of Engineering Department of Computer Engineering

SNJB College of Engineering Department of Computer Engineering 1. Intel s programmable device (8253) facilitates the generation of accurate time delays. a) counter b) timer c) both a & b d) none of these 2. The programmable timer device (8253) contains three independent

More information

Physiological Control of Left Ventricular Assist Devices Based on Gradient of Flow (1)

Physiological Control of Left Ventricular Assist Devices Based on Gradient of Flow (1) 2005 American Control Conference June 8-10, 2005. Portland, OR, USA FrA13.4 Physiological Control of Left Ventricular Assist Devices Based on Gradient of Flow (1) Shaohui Chen (2), James F. Antaki (3),

More information

VLT HVAC Drive. Variable Frequency Drive w/ Electro-Mechanical Bypass Guide Specification. Section 15172

VLT HVAC Drive. Variable Frequency Drive w/ Electro-Mechanical Bypass Guide Specification. Section 15172 VLT HVAC Drive Variable Frequency Drive w/ Electro-Mechanical Bypass Guide Specification I. PART 1- GENERAL A. DESCRIPTION Section 15172 1. This specification covers complete a variable frequency drives

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 10, April 2013

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 10, April 2013 ECG Processing &Arrhythmia Detection: An Attempt M.R. Mhetre 1, Advait Vaishampayan 2, Madhav Raskar 3 Instrumentation Engineering Department 1, 2, 3, Vishwakarma Institute of Technology, Pune, India Abstract

More information

Impact of Particle Mass Distribution on the Measurement Accuracy of Low-Cost PM-Sensors

Impact of Particle Mass Distribution on the Measurement Accuracy of Low-Cost PM-Sensors Impact of Particle Mass Distribution on the Measurement Accuracy of Low-Cost PM-Sensors Bernd Laquai, 20.10.2017 Commodity PM-measurement devices are used more and more by citizens concerned about air

More information

Design of the HRV Analysis System Based on AD8232

Design of the HRV Analysis System Based on AD8232 207 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 207) ISB: 978--60595-50-8 Design of the HRV Analysis System Based on AD8232 Xiaoqiang Ji,a, Chunyu ing,b, Chunhua Zhao

More information

Discrete Signal Processing

Discrete Signal Processing 1 Discrete Signal Processing C.M. Liu Perceptual Lab, College of Computer Science National Chiao-Tung University http://www.cs.nctu.edu.tw/~cmliu/courses/dsp/ ( Office: EC538 (03)5731877 cmliu@cs.nctu.edu.tw

More information

CHAPTER 4 ANFIS BASED TOTAL DEMAND DISTORTION FACTOR

CHAPTER 4 ANFIS BASED TOTAL DEMAND DISTORTION FACTOR 47 CHAPTER 4 ANFIS BASED TOTAL DEMAND DISTORTION FACTOR In distribution systems, the current harmonic distortion should be limited to an acceptable limit to avoid heating, losses and malfunctioning of

More information

ADVANCED VBA FOR PROJECT FINANCE Near Future Ltd. Registration no

ADVANCED VBA FOR PROJECT FINANCE Near Future Ltd. Registration no ADVANCED VBA FOR PROJECT FINANCE f i n a n c i a l f o r e c a s t i n G 2017 Near Future Ltd. Registration no. 10321258 www.nearfuturefinance.com info@nearfuturefinance.com COURSE OVERVIEW This course

More information

VENTRICULAR DEFIBRILLATOR

VENTRICULAR DEFIBRILLATOR VENTRICULAR DEFIBRILLATOR Group No: B03 Ritesh Agarwal (06004037) ritesh_agarwal@iitb.ac.in Sanket Kabra (06007017) sanketkabra@iitb.ac.in Prateek Mittal (06007021) prateekm@iitb.ac.in Supervisor: Prof.

More information

DLD channels PRO LINE Device Manual FW 1.0

DLD channels PRO LINE Device Manual FW 1.0 Tel: 032230 30 10 order@ledlab.se Rev. 20170309 pag. 1/38 FEATURES Output: 12 channels BUSSEQUENCERFADERDIMMERDRIVER Input: DC 12/24/48 Vdc (Supply voltage range 10,8Vdc 53,5Vdc) BUS Command: DMX512ARDM,

More information

Re: ENSC 370 Project Gerbil Functional Specifications

Re: ENSC 370 Project Gerbil Functional Specifications Simon Fraser University Burnaby, BC V5A 1S6 trac-tech@sfu.ca February, 16, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370 Project Gerbil Functional

More information

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42

Chapter 3 Software Packages to Install How to Set Up Python Eclipse How to Set Up Eclipse... 42 Table of Contents Preface..... 21 About the Authors... 23 Acknowledgments... 24 How This Book is Organized... 24 Who Should Buy This Book?... 24 Where to Find Answers to Review Questions and Exercises...

More information

Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation

Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation Aldebaro Klautau - http://speech.ucsd.edu/aldebaro - 2/3/. Page. Frequency Tracking: LMS and RLS Applied to Speech Formant Estimation ) Introduction Several speech processing algorithms assume the signal

More information

A Brain Computer Interface System For Auto Piloting Wheelchair

A Brain Computer Interface System For Auto Piloting Wheelchair A Brain Computer Interface System For Auto Piloting Wheelchair Reshmi G, N. Kumaravel & M. Sasikala Centre for Medical Electronics, Dept. of Electronics and Communication Engineering, College of Engineering,

More information

Neuron, Volume 63 Spatial attention decorrelates intrinsic activity fluctuations in Macaque area V4.

Neuron, Volume 63 Spatial attention decorrelates intrinsic activity fluctuations in Macaque area V4. Neuron, Volume 63 Spatial attention decorrelates intrinsic activity fluctuations in Macaque area V4. Jude F. Mitchell, Kristy A. Sundberg, and John H. Reynolds Systems Neurobiology Lab, The Salk Institute,

More information

PoDL Tutorial. Dogs at the IEEE?

PoDL Tutorial. Dogs at the IEEE? PoDL Tutorial Dogs at the IEEE? Agenda What is PoDL? Quick Overview of PoDL Operation Walk Through the Draft PoDL = PoE for Single-Pair Ethernet 100BASE-T1 + PoDL: 100M and power over a single 24ga twisted

More information

SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM)

SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM) SPEECH TO TEXT CONVERTER USING GAUSSIAN MIXTURE MODEL(GMM) Virendra Chauhan 1, Shobhana Dwivedi 2, Pooja Karale 3, Prof. S.M. Potdar 4 1,2,3B.E. Student 4 Assitant Professor 1,2,3,4Department of Electronics

More information

Cerus P-Series General Specifications Section 15172

Cerus P-Series General Specifications Section 15172 Cerus P-Series s Section 15172 Variable Frequency Drives PART 1-GENERAL 1.01 SECTION INCLUDES A. Variable Frequency Drive(VFD) 1.02 RELATED SECTIONS A. Section 16195 1.03 REFERENCES A. NEMA250 B. EN 50178

More information

Test Equipment Depot Washington Street Melrose, MA TestEquipmentDepot.com

Test Equipment Depot Washington Street Melrose, MA TestEquipmentDepot.com Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 TestEquipmentDepot.com Table of Contents Table of Contents... iii Preface... viii Getting Started... 9 0.1 Breadboard... 9 0.2

More information

Texas A&M University Electrical Engineering Department. ELEN 665 RF Communication Circuits Laboratory Fall 2010

Texas A&M University Electrical Engineering Department. ELEN 665 RF Communication Circuits Laboratory Fall 2010 Texas A&M University Electrical Engineering Department ELEN 665 RF Communication Circuits Laboratory Fall 2010 Laboratory #6: Analysis and Simulation of a CMOS VCO Objectives: To learn the use of periodic

More information

DEVICE FOR MUSCLE COORDINATION IMPROVEMENT

DEVICE FOR MUSCLE COORDINATION IMPROVEMENT 9th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 24-26 April 2014, Tallinn, Estonia DEVICE FOR MUSCLE COORDINATION IMPROVEMENT Gorordo, I.; Mäntylä, J.; Popkov, A.; Saastamoinen, J.;

More information

EHS QUICKSTART GUIDE RTLAB / CPU SECTION EFPGASIM TOOLBOX.

EHS QUICKSTART GUIDE RTLAB / CPU SECTION EFPGASIM TOOLBOX. EHS QUICKSTART GUIDE EFPGASIM TOOLBOX RTLAB / CPU SECTION www.opal-rt.com 1751 Richardson, suite 2525 Montréal (Québec) Canada H3K 1G6 www.opal-rt.com 2017 All rights reserved Printed in Canada Contents

More information

Project: Feedback Systems for Alternative Treatment of Obstructive Sleep Apnea

Project: Feedback Systems for Alternative Treatment of Obstructive Sleep Apnea Project: Feedback Systems for Alternative Treatment of Obstructive Sleep Apnea Idea: Create auditory and visual feedback systems to relate the amount of force back to the person exerting the force Potential

More information

The Effect of Analysis Methods and Input Signal Characteristics on Hearing Aid Measurements

The Effect of Analysis Methods and Input Signal Characteristics on Hearing Aid Measurements The Effect of Analysis Methods and Input Signal Characteristics on Hearing Aid Measurements By: Kristina Frye Section 1: Common Source Types FONIX analyzers contain two main signal types: Puretone and

More information

SIPROTEC. Overcurrent Time Protection 7SJ80. Motor Protection 7SK80. Preface. Table of contents. Data in the PROFIBUS DP messages 1

SIPROTEC. Overcurrent Time Protection 7SJ80. Motor Protection 7SK80. Preface. Table of contents. Data in the PROFIBUS DP messages 1 Preface SIPROTEC Overcurrent Time Protection 7SJ80 Table of contents Data in the PROFIBUS DP messages 1 Standard mapping 3-1 2 Standard mapping 3-2 3 Index Motor Protection 7SK80 Communication Modules

More information

w. D. Jolly, F. A. Bruton, and C. Fedor

w. D. Jolly, F. A. Bruton, and C. Fedor ULTRASONIC TRANSDUCER CHARACTERIZATION STATION w. D. Jolly, F. A. Bruton, and C. Fedor Southwest Research Institute 6220 Culebra Road San Antonio, Texas 78284 INTRODUCTION The portable ultrasonic transducer

More information

Assignment Question Paper I. 1. What is the external and internal commands and write 5 commands for each with result?

Assignment Question Paper I. 1. What is the external and internal commands and write 5 commands for each with result? Subject:- INFORMATION TECHNOLOGY Max Marks -30 kvksa esa gy djuk vfuok;z gsa 1. What is the external and internal commands and write 5 commands for each with result? 2. Writes the features of UNIX Operating

More information

Review Questions in Introductory Knowledge... 37

Review Questions in Introductory Knowledge... 37 Table of Contents Preface..... 17 About the Authors... 19 How This Book is Organized... 20 Who Should Buy This Book?... 20 Where to Find Answers to Review Questions and Exercises... 20 How to Report Errata...

More information

REQUIREMENTS SPECIFICATION

REQUIREMENTS SPECIFICATION REQUIREMENTS SPECIFICATION The control software for an automated insulin pump CSc 365 Critical Systems Engineering 2002 Revised version, 2001/2002. Page 1, 18/7/02 1. Introduction This specification defines

More information

ETAP Validation Cases and Comparison Results

ETAP Validation Cases and Comparison Results ETAP Validation Cases and Comparison Results ETAP is Verified and Validated (V&V) against field results, real system measurements, published cases, other programs, and hand calculations in order to ensure

More information

McQuay. Enclosed Variable Frequency Drive MED. Replacement Parts List No New 09/2008

McQuay. Enclosed Variable Frequency Drive MED. Replacement Parts List No New 09/2008 Replacement Parts List No. 700011800 New 09/2008 McQuay Enclosed Variable Frequency Drive MED To find your Daikin Applied parts distributor, call 1-800-377-2787 or visit www.daikinapplied.com Contents

More information

Study on the control of variable resistance for isokinetic muscle training system

Study on the control of variable resistance for isokinetic muscle training system Technology and Health Care 25 (2017) S45 S52 DOI 10.3233/THC-171305 IOS Press S45 Study on the control of variable resistance for isokinetic muscle training system Lan Wang, Zhenyuan Zhang, Yi Yu and Guangwei

More information

Step 3 Tutorial #3: Obtaining equations for scoring new cases in an advanced example with quadratic term

Step 3 Tutorial #3: Obtaining equations for scoring new cases in an advanced example with quadratic term Step 3 Tutorial #3: Obtaining equations for scoring new cases in an advanced example with quadratic term DemoData = diabetes.lgf, diabetes.dat, data5.dat We begin by opening a saved 3-class latent class

More information

Operational Fault Tolerance of CMAC Networks

Operational Fault Tolerance of CMAC Networks 340 Carter, Rudolph and Nucci Operational Fault Tolerance of CMAC Networks Michael J. Carter Franklin J. Rudolph Adam J. Nucci Intelligent Structures Group Department of Electrical and Computer Engineering

More information

Ear Beamer. Aaron Lucia, Niket Gupta, Matteo Puzella, Nathan Dunn. Department of Electrical and Computer Engineering

Ear Beamer. Aaron Lucia, Niket Gupta, Matteo Puzella, Nathan Dunn. Department of Electrical and Computer Engineering Ear Beamer Aaron Lucia, Niket Gupta, Matteo Puzella, Nathan Dunn The Team Aaron Lucia CSE Niket Gupta CSE Matteo Puzella EE Nathan Dunn CSE Advisor: Prof. Mario Parente 2 A Familiar Scenario 3 Outlining

More information

Fig. 1: Typical PLL System

Fig. 1: Typical PLL System Integrating The PLL System On A Chip by Dean Banerjee, National Semiconductor The ability to produce a set of many different frequencies is a critical need for virtually all wireless communication devices.

More information

TOTAL IONIZING DOSE RADIATION TEST REPORT RH3080

TOTAL IONIZING DOSE RADIATION TEST REPORT RH3080 TOTAL IONIZING DOSE RADIATION TEST REPORT RH3080 April 2018 Product: Total ionizing dose level: Source: Dose Rate: Facilities: Radiation Test Report RH3080 High dose rate: 200 krad(si) Low dose rate: 100

More information

Color, Shape and Texture Based Segmentation and Classification on Colon Cancer Images

Color, Shape and Texture Based Segmentation and Classification on Colon Cancer Images Color, Shape and Texture Based Segmentation and Classification on Colon Cancer Images AISHWARYA.G 1, KANIMOZHI.R. 2, 1 PG Scholar, Ece, Annamalai University, Tamil Nadu. 2 Assistant Professor, Ece, Annamalai

More information

Supplementary Figure S1: Histological analysis of kainate-treated animals

Supplementary Figure S1: Histological analysis of kainate-treated animals Supplementary Figure S1: Histological analysis of kainate-treated animals Nissl stained coronal or horizontal sections were made from kainate injected (right) and saline injected (left) animals at different

More information

Technical support: +49 (0)7223 /

Technical support: +49 (0)7223 / ISO 9001 certified Technical support: +49 (0)7223 / 9493-0 Technical description ADDIVARIOUS PX 901 Screw terminal board 8 th edition 08/2000 Copyright All rights reserved. This manual is intended for

More information

Design and Implementation of Programmable Hearing Aid Using FPAA

Design and Implementation of Programmable Hearing Aid Using FPAA Design and Implementation of Programmable Hearing Aid Using FPAA Priya. K *1 and P. Eswaran *2 *Department of Electronics and Communication Engineering, SRM University, Chennai, Tamilnadu-603 203 Abstract.

More information

QuantiPhi for RL78 and MICON Racing RL78

QuantiPhi for RL78 and MICON Racing RL78 QuantiPhi for RL78 and MICON Racing RL78 Description: Using cutting-edge model-based design tools, you will design a strategy for a Renesas MICON car, a miniature, autonomous electric vehicle. You will

More information

Information Processing During Transient Responses in the Crayfish Visual System

Information Processing During Transient Responses in the Crayfish Visual System Information Processing During Transient Responses in the Crayfish Visual System Christopher J. Rozell, Don. H. Johnson and Raymon M. Glantz Department of Electrical & Computer Engineering Department of

More information

and Technology I. INTRODUCTION METHOD & MATERIAL

and Technology I. INTRODUCTION METHOD & MATERIAL GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES CADID (CARDIAC DISEASES DETECTION) Geethu James 1, Amala Varghese 2, Ann Mariya Baby 3, Anu Varghese Kodiyan 4 & Binet Rose Devassy 5 1,2,3,4 Electronics

More information

SPECIFICATION GUIDE. Phoenix EX AC Drive Closed Loop AC Vector Control 3 HP to 3500 HP 200 to 600 VAC Input

SPECIFICATION GUIDE. Phoenix EX AC Drive Closed Loop AC Vector Control 3 HP to 3500 HP 200 to 600 VAC Input US Drives Inc. 2221 Niagara Falls Boulevard P.O. Box 281 Niagara Falls, NY 14304-0281 Tel: (716) 731-1606 Fax: (716) 731-1524 Visit us at www.usdrivesinc.com GUIDE Phoenix EX AC Drive Closed Loop AC Vector

More information

Graphical User Interface for Windows for MCM Module

Graphical User Interface for Windows for MCM Module Page 1 of 8 Installation:- Please ensure that you have the latest updated GUI and download the GUIv.x.x.x.x.ZIP from our website. Extract the folder to a temporary location (These files can be deleted

More information

The Do s and Don ts of Pressure Transducers

The Do s and Don ts of Pressure Transducers The Do s and Don ts of Pressure Transducers ABSTRACT When specifying a pressure transducer for a process measurement, a number of items have to be considered. Some of the more important ones are discussed

More information

EVRC TTY/TDD Extension

EVRC TTY/TDD Extension GPP C.S00-0- Version.0 Date: April 00 EVRC TTY/TDD Extension COPYRIGHT GPP and its Organizational Partners claim copyright in this document and individual Organizational Partners may copyright and issue

More information

LATEST TRENDS on SYSTEMS (Volume I) New Seismocardiographic Measuring System with Separate QRS Detection. M. Stork 1, Z. Trefny 2

LATEST TRENDS on SYSTEMS (Volume I) New Seismocardiographic Measuring System with Separate QRS Detection. M. Stork 1, Z. Trefny 2 New Seismocardiographic Measuring System with Separate QRS Detection M. Stork 1, Z. Trefny 2 1 Department of Applied Electronics and Telecommunications University of West Bohemia, P.O. Box 314, 30614 Plzen,

More information

Poly Phobos 4 VCO Reference Manual

Poly Phobos 4 VCO Reference Manual Hello, This is the Reference PDF for: Poly Phobos 4 VCO Module. SPECS Width: 24hp Depth: Physical is 2 inches (50.8mm), clearance is 2.25 inches (57.15mm) (ribbon cable included). Current: Ribbon Cable

More information

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

More information

Modeling Sentiment with Ridge Regression

Modeling Sentiment with Ridge Regression Modeling Sentiment with Ridge Regression Luke Segars 2/20/2012 The goal of this project was to generate a linear sentiment model for classifying Amazon book reviews according to their star rank. More generally,

More information

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region International Journal of Scientific & Engineering Research, Volume 2, Issue 2, February-2011 1 Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region Vishal Sharma, Sanjay Kumar

More information

Variable Frequency Drives Lessons Learned

Variable Frequency Drives Lessons Learned Variable Frequency Drives Lessons Learned Presented by: Trindera Engineering 204 N. Division Street #300 Spokane, WA 99202 (509) 435-0523 www.trindera.com 1 Introductions Grady J. Weisz, P.E. (Gweisz@Trindera.com)

More information

Light-based feedback for controlling intracellular signaling dynamics

Light-based feedback for controlling intracellular signaling dynamics Nature Methods Light-based feedback for controlling intracellular signaling dynamics Jared E Toettcher, Delquin Gong, Wendell A Lim & Orion D Weiner Supplementary Figure 1 Supplementary Figure 2 Supplementary

More information

An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG

An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG Introduction An electrocardiogram (ECG) is a recording of the electricity of the heart. Analysis of ECG data can give important information about the health of the heart and can help physicians to diagnose

More information

Enhancement of VCO Linearity and Phase Noise by Implementing Frequency Locked Loop

Enhancement of VCO Linearity and Phase Noise by Implementing Frequency Locked Loop EUROCON 2007 The International Conference on Computer as a Tool Warsaw, September 9-12 Enhancement of VCO Linearity and Phase Noise by Implementing Frequency Locked Loop Emre Ayranci, Kenn Christensen,

More information

INVESTIGATION OF ROUNDOFF NOISE IN IIR DIGITAL FILTERS USING MATLAB

INVESTIGATION OF ROUNDOFF NOISE IN IIR DIGITAL FILTERS USING MATLAB Clemson University TigerPrints All Theses Theses 5-2009 INVESTIGATION OF ROUNDOFF NOISE IN IIR DIGITAL FILTERS USING MATLAB Sierra Williams Clemson University, sierraw@clemson.edu Follow this and additional

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BYAENSI Publication EISSN: 1998-1090 ttp://www.aensiweb.com/anas 2017 Special 11(6): pages 728-734 Open Access Journal Diabetes Type -1

More information

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient

Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient , ISSN (Print) : 319-8613 Implementation of Inference Engine in Adaptive Neuro Fuzzy Inference System to Predict and Control the Sugar Level in Diabetic Patient M. Mayilvaganan # 1 R. Deepa * # Associate

More information

Spiking Inputs to a Winner-take-all Network

Spiking Inputs to a Winner-take-all Network Spiking Inputs to a Winner-take-all Network Matthias Oster and Shih-Chii Liu Institute of Neuroinformatics University of Zurich and ETH Zurich Winterthurerstrasse 9 CH-857 Zurich, Switzerland {mao,shih}@ini.phys.ethz.ch

More information

Part I. Boolean modelling exercises

Part I. Boolean modelling exercises Part I. Boolean modelling exercises. Glucose repression of Icl in yeast In yeast Saccharomyces cerevisiae, expression of enzyme Icl (isocitrate lyase-, involved in the gluconeogenesis pathway) is important

More information

TSH Series, 2 Watt. 12 VDC 165 ma 82 % TSH 1212D ±12 VDC ±80 ma 82 % TSH 1215D ±15 VDC ±65 ma 82 % TSH 2405S 5 VDC 400 ma 78 % TSH 2412S 24 VDC ±10%

TSH Series, 2 Watt. 12 VDC 165 ma 82 % TSH 1212D ±12 VDC ±80 ma 82 % TSH 1215D ±15 VDC ±65 ma 82 % TSH 2405S 5 VDC 400 ma 78 % TSH 2412S 24 VDC ±10% TSH Series, 2 Watt Features Ultra compact SMD package (SOIC-14/18) Isolated single and dual output models I/O isolation 1 000 VDC High efficiency up to 82% Operating temperature 40 C to +85 C Reflow solder

More information

Comparative Analysis of Voltage Controlled Oscillator using CMOS

Comparative Analysis of Voltage Controlled Oscillator using CMOS Indian Journal of Science and Technology, Vol 9(14), DOI: 10.17485/ijst/2016/v9i14/84749, April 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Comparative Analysis of Voltage Controlled Oscillator

More information

Digital. hearing instruments have burst on the

Digital. hearing instruments have burst on the Testing Digital and Analog Hearing Instruments: Processing Time Delays and Phase Measurements A look at potential side effects and ways of measuring them by George J. Frye Digital. hearing instruments

More information

PLC Fundamentals. Module 4: Programming with Ladder Logic. Academic Services Unit PREPARED BY. January 2013

PLC Fundamentals. Module 4: Programming with Ladder Logic. Academic Services Unit PREPARED BY. January 2013 PLC Fundamentals Module 4: Programming with Ladder Logic PREPARED BY Academic Services Unit January 2013 Applied Technology High Schools, 2013 Module 4: Programming with Ladder Logic Module Objectives

More information

REACTION TIME MEASUREMENT APPLIED TO MULTIMODAL HUMAN CONTROL MODELING

REACTION TIME MEASUREMENT APPLIED TO MULTIMODAL HUMAN CONTROL MODELING XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 2009, Lisbon, Portugal REACTION TIME MEASUREMENT APPLIED TO MULTIMODAL HUMAN CONTROL MODELING Edwardo Arata Y. Murakami 1 1 Digital

More information

Hemodynamic Analysis System

Hemodynamic Analysis System Hemodynamic Analysis System Advisor: Professor Mitch Tyler Client: Professor Naomi Chesler Team members: Sarah Czaplewski, Megan Jones, Sara Schmitz, and William Zuleger Overview Pulmonary Hypertension

More information

MCC Human Machine lnterface

MCC Human Machine lnterface MCC Human Machine lnterface User Manual - Version 1.0 Corporate Office: 1349 Jacobsburg Road, Wind Gap, PA 18091 Production Facility: 3370 Fox Hill Road, Easton, PA 18045 Sales: 800.642.9396 Email: sales@icscarwashsystems.com

More information

Review of Veterinary Epidemiologic Research by Dohoo, Martin, and Stryhn

Review of Veterinary Epidemiologic Research by Dohoo, Martin, and Stryhn The Stata Journal (2004) 4, Number 1, pp. 89 92 Review of Veterinary Epidemiologic Research by Dohoo, Martin, and Stryhn Laurent Audigé AO Foundation laurent.audige@aofoundation.org Abstract. The new book

More information

Chapter 1: Managing workbooks

Chapter 1: Managing workbooks Chapter 1: Managing workbooks Module A: Managing worksheets You use the Insert tab on the ribbon to insert new worksheets. True or False? Which of the following are options for moving or copying a worksheet?

More information

Development of a new loudness model in consideration of audio-visual interaction

Development of a new loudness model in consideration of audio-visual interaction Development of a new loudness model in consideration of audio-visual interaction Kai AIZAWA ; Takashi KAMOGAWA ; Akihiko ARIMITSU 3 ; Takeshi TOI 4 Graduate school of Chuo University, Japan, 3, 4 Chuo

More information

Multi-Layered Oxygen Tension Maps of the Retina

Multi-Layered Oxygen Tension Maps of the Retina Multi-Layered Oxygen Tension Maps of the Retina By Adam S. Norige A Thesis Submitted to the Faculty of the WORCESTER POLYTECHINIC INSTITUTE In partial fulfillment of the requirements for the Degree of

More information

INTERFACING ARRANGEMENT AND SOFTWARE DEVELOPMENT FOR ACQUISITION AND ANALYSIS OF RESPIRATORY DATA

INTERFACING ARRANGEMENT AND SOFTWARE DEVELOPMENT FOR ACQUISITION AND ANALYSIS OF RESPIRATORY DATA BRAC University Journal, vol. I, no. 1, 2004, pp. 99-107 INTERFACING ARRANGEMENT AND SOFTWARE DEVELOPMENT FOR ACQUISITION AND ANALYSIS OF RESPIRATORY DATA Nasreeen Akter Department of Mathematics and Natural

More information

A Quick-Start Guide for rseqdiff

A Quick-Start Guide for rseqdiff A Quick-Start Guide for rseqdiff Yang Shi (email: shyboy@umich.edu) and Hui Jiang (email: jianghui@umich.edu) 09/05/2013 Introduction rseqdiff is an R package that can detect differential gene and isoform

More information

Hybrid EEG-HEG based Neurofeedback Device

Hybrid EEG-HEG based Neurofeedback Device APSIPA ASC 2011 Xi an Hybrid EEG-HEG based Neurofeedback Device Supassorn Rodrak *, Supatcha Namtong, and Yodchanan Wongsawat ** Department of Biomedical Engineering, Faculty of Engineering, Mahidol University,

More information

ULTRASOUND IMAGING EE 472 F2018. Prof. Yasser Mostafa Kadah

ULTRASOUND IMAGING EE 472 F2018. Prof. Yasser Mostafa Kadah ULTRASOUND IMAGING EE 472 F2018 Prof. Yasser Mostafa Kadah www.k-space.org Recommended Textbook Diagnostic Ultrasound: Physics and Equipment, 2nd ed., by Peter R. Hoskins (Editor), Kevin Martin (Editor),

More information

Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System

Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System R. K. Saha, S. Karmakar, S. Saha, M. Roy, S. Sarkar and S.K. Sen Microelectronics Division, Saha Institute of

More information

Noise reduction in modern hearing aids long-term average gain measurements using speech

Noise reduction in modern hearing aids long-term average gain measurements using speech Noise reduction in modern hearing aids long-term average gain measurements using speech Karolina Smeds, Niklas Bergman, Sofia Hertzman, and Torbjörn Nyman Widex A/S, ORCA Europe, Maria Bangata 4, SE-118

More information

Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks

Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks 1.Syed Khursheed ul Hasnain C Eng MIEE National University of Sciences & Technology, Pakistan

More information

ENT 318/3 Artificial Organs

ENT 318/3 Artificial Organs ENT 318/3 Artificial Organs Modeling of cardiovascular system and VAD Lecturer Ahmad Nasrul bin Norali 1 What is modeling and why we need it? In designing product, sometimes we have to make sure that the

More information

>Talko. Have your modular speak out the CV, the LPC, 8 bits, vintage way. Page 1

>Talko. Have your modular speak out the CV, the LPC, 8 bits, vintage way. Page 1 >Talko Have your modular speak out the CV, the LPC, 8 bits, vintage way. Page 1 Table of Contents 1Short description...3 2Technical details... 3 3Banks... 4 4Panel... 4 4.1Mode Switch...4 4.2Sound jack

More information