Given the specification of a system Develop a working system

Size: px
Start display at page:

Download "Given the specification of a system Develop a working system"

Transcription

1

2 Team of engineers who build a system need: An abstraction of the system An unambiguous communication medium A way to describe the subsystems Inputs Outputs Behavior Functional Decomposition Function transformation from inputs to outputs Decomposition reduce to constituent parts 2

3 By the end of this chapter, you should: Understand the differences between bottomup and top-down design. Know what functional decomposition is and how to apply it. Be able to apply functional decomposition to different problem domains. Understand the concept of coupling and cohesion, and how they impact design. 3

4 Given constituent parts Develop a working system Build modules to accomplish specific tasks Integrate modules together into working system For example Given a supply AND, OR and NOT gates. Build a computer Pros Leads to efficient subsystem Cons Complexity is difficult to manage Little thought to designing reusable modules Redesign cycles 4

5 Given the specification of a system Develop a working system Divide the problem into abstract modules Reiterate until constituent parts are reached Pros Highly predictable design cycle Efficient division of labor Cons More time spent in planning 5

6 Recursively divide and conquer Split a module into several submodules Define the input, output, and behavior Stop when you reach realizable components Determine Level 0 functional requirements N=1 Determine architecture and functional requirements for modules at Level N At the detailed design level? Yes DONE No N=N+1 6

7 The design process is iterative Upfront time saves redesign time later Submodules should have similar complexity Precise input, output, and behavior specifications Look for innovation Don t decompose ad infinitium Use suitable abstraction to describe submodules 7

8 Look at how it has been done before Use existing technology Keep it simple Communicate results 8

9 The system must Accept an audio input signal source with a maximum input voltage of 0.5V peak. Have adjustable volume control between zero volume and the maximum volume level. Deliver a maximum of 50W to an 8Ω speaker. Be powered by a standard 120V 60Hz AC outlet. 9

10 audio input signal power, 120 VAC Audio Power Amplifier audio output signal 10

11 Module Inputs Outputs Functionality Audio Power Amplifier Audio input signal: 0.5V peak. Power: 120 volts AC rms, 60Hz. User volume control: variable control. Audio output signal:?v peak value. Amplify the input signal to produce a 50W maximum output signal. The amplification should have variable user control. The output volume should be variable between no volume and a maximum volume level. The peak value of the audio output voltage is determined from the system requirements on power gain. Vpeak= (8Ω*50W)=20V 11

12 Audio Amplifier Design audio input signal voltage buffered amplified input Buffer Amplifier High Gain Amplifier signal Power Output Stage audio output signal DC voltages Power Supply power, 120 VAC 12

13 Module Buffer Amplifier Inputs - Audio input signal: 0.5V peak. - Power: ± 25V DC. Outputs - Audio signal: 0.5V peak. Functionality Buffer the input signal and provide unity voltage gain. It should have an input resistance >1MΩ and an output resistance <100Ω. The system must produce a ±25V AC output signal to satisfy the Level 0 requirements, so supply values that exceed that are required to power the electronics. The output resistance are educated quesses, based on knowledge of what is achievable with the technology. The exact resistance requirements are refined later on the basis of the overall design. 13

14 Module High Gain Amplifier Inputs - Audio input signal: 0.5V peak. - User volume control: variable control. - Power: ± 25V DC Outputs - Audio signal: 20V peak. Functionality Provide an adjustable voltage gain, between 1 and 40. It should have an input resistance >100kΩ and an output resistance <100Ω. The gain of 40 is determined from the overall system power gain: 20 V/0.5 V. The output resistance are educated quesses. 14

15 Module Power Output Stage Inputs - Audio input signal: 20V peak. - Power: ± 25V DC Outputs - Audio signal: 20V peak at up to 2.5 A. Functionality Provide unity voltage gain with output current as required by a resistive load of up to 2.5A. It should have an input resistance >1MΩ and an output resistance <1Ω. For the power output stage, it is clear that 20 V peak needs to be delivered. The current needed to drive the speaker is: I=20/8 = 2.5 A. 15

16 Module Power Supply Inputs V AC rms Outputs - Audio signal: 25V DC with up to 3.0 A of current with a regulation of <1%. Functionality Convert AC wall output voltage to positive and negative DC output voltages, and provide enough current to drive all amplifiers. The power supply needs to deliver h± 25 V DC, while the 3.0 A current capability was selected to supply the 2.5 A needed for the peak output requirement plus the current needed to power the other amplifiers stages. For cascaded amplifier stages, the overall voltage gain is given by the product of gains multiplied by the voltage divider losses between stages: Voltage gain = [100k/(100k+100)][1M/(1M+100)] 40 16

17 Output 120 V AC Rectified DC DC V AC Transformer Rectifier Voltage Smoothing Filter Regulator(s) Voltage 17

18 Electronics Design Digital Design Software Design See the book for more in-depth examples 18

19 The system must Measure temperature between 0 and 200 C. Have an accuracy of 0.4% of full scale. Display the temperature digitally, including one digit beyond the decimal point. Be powered by a standard 120V 60Hz AC outlet. Use an RTD (thermal resistive device) that has an accuracy of 0.55 C over the range. The resistance of the RTD varies linearly with temperature from 100Ω at 0 C to 178Ω at 200 C. 19

20 Ambient Temperature Power, 120 VAC Digital Thermometer Digital Temperature Display 20

21 Module Digital Thermometer Inputs - Ambient temperature: C. - Power: 120V AC power. Outputs - Digital temperature display: A four digit display, including one digit beyond the decimal point. Functionality Displays temperature on digital readout with an accuracy of 0.4% of full scale. ATD current converter could be used, integrated circuit temperature-sensing packages could be considered, and microcontroller-based solutions are feasible as well. The overall accuracy that the system must achieve is 0.4%, and that translates into 0.8 C of allowable error for the 200 C range. 21

22 b 0 BCD 0 Ambient Temperature Temperature Conversion Unit V T Analog to Digital Converter b 1... b N-1 Binary Coded Decimal (BCD) Conversion Unit BCD 1 BCD 2 BCD 3 7-Segment LED Driver +/- x V DC Power, 120 VAC Power Supply, 22

23 Module Temperature Conversion Unit Inputs - Ambient temperature: C. - Power:?V DC (to power the electronics). Outputs - V T : temperature proportional voltage. V T = αt, and Functionality ranges from? to?v. Produces an output voltage that is linearly proportional to temperature. It must achieve an accuracy of?%. The voltage necessary to power the electronics is not known. The output voltage range and accuracy are unknown. The RTD will introduce up to 0.55 C of error and electronics will introduce additional error (exact amount is unknown). An educated guess is that max error allowed for temp. unit is 0.6 C (this means that electronics would introduce no more than 0.05 C and RTD introduces 0.55 C of error). 23

24 Module A/D Converter Inputs - V T : voltage proportional to temperature that ranges from? to?v. - Power:?V DC. Outputs - b N-1 -b 0 :?-bit binary representation of V T. Functionality Converts analog input to binary digital output. Two unknowns the range of input voltage and number of bits. The number of bits affects accuracy. The number of bits is calculated from the max. allowable error that the A/D can introduce (0.2 C), the number of discrete intervals, and the temp. range: Max error = range/num. intervals = 200 C/2 N 0.2 C N 9.97 bits. Voltage range usually is fixed for a particular IC solution. 24

25 Module BCD Conversion Unit Inputs - 10-bit binary number: Represents the range C. - Power:?V DC. Outputs - BCD 0 : 4-bit BCD representation of tenths digit. Functionality - - BCD 3 : 4-bit BCD representation of hundreds digit. Converts the 10-bit binary number to BCD representation. 25

26 Module Seven-Segment LED Driver Inputs - BCD 0 : 4-bit BCD representation of tenths digit. - - BCD 3 : 4-bit BCD representation of hundreds digit. - Power:?V DC Outputs - Four 7-segment driver lines. Functionality Converts the BCD for each digit into outputs that turn on LEDs in seven-segment package to display temperature. 26

27 Module Power Supply Inputs V AC rms. Outputs - ±? V DC with up to? ma of current. - Regulation of?% Functionality Converts AC wall output voltage to positive and negative DC output voltages, with enough current to drive all circuit subsystems. 27

28 How would you determine the unknown details in the previous 2 slides? 28

29 What is coupling? How much coupling is there in the modules in the Level 1 of the previous amplifier example? Phenomena of highly coupled systems A failure in 1 module propagates Difficult to redesign 1 module Phenomena of low coupled systems Discourages reutilization of a module 29

30 What is cohesion? Phenomena of highly cohesive systems Easy to test modules independently Simple (non-existent) control interface Phenomena of low cohesive systems Less reuse of modules 30

31 Design Level 0 Present a single module block diagram with inputs and outputs identified. Present the functional requirements: inputs, outputs, and functionality. Design Level 1 Present the Level 1 diagram (system architecture) with all modules and interconnections shown. Describe the theory of operation. This should explain how the modules work together to achieve the functional objectives. Present the functional requirements for each module at this level. Design Level N (for N>1) Repeat the process from design Level 1 as necessary. Design Alternatives Describe the different alternatives that were considered, the tradeoffs, and the rationale for the choices made. This should be based upon concept evaluation methods in Chapter 4. 31

32 Design approach: top-down and bottom-up Functional Decomposition Iterative decomposition Input, output, and function Applicable to many problem domains Coupling interconnectedness of modules Cohesion focus of modules 32

Introduction (concepts and definitions)

Introduction (concepts and definitions) Objectives: Introduction (digital system design concepts and definitions). Advantages and drawbacks of digital techniques compared with analog. Digital Abstraction. Synchronous and Asynchronous Systems.

More information

Example #6 1. An amplifier with a nominal gain

Example #6 1. An amplifier with a nominal gain 1. An amplifier with a nominal gain A=1000 V/V exhibits a gain change of 10% as the operating temperature changes from 25 o C to 75 o C. If it is required to constrain the change to 0.1% by applying negative

More information

Digital multimeter IENGINEERS- CONSULTANTS LECTURE NOTES SERIES ELECTRONICS ENGINEERING 1 YEAR UPTU. Page 1

Digital multimeter IENGINEERS- CONSULTANTS LECTURE NOTES SERIES ELECTRONICS ENGINEERING 1 YEAR UPTU. Page 1 Digital multimeter Measurement of any quantity is a result of comparison between the quantity to be measured and a definite world wide standard. The instruments which are used for such comparison are called

More information

EE251: Tuesday October 10

EE251: Tuesday October 10 EE251: Tuesday October 10 Analog to Digital Conversion Text Chapter 20 through section 20.2 TM4C Data Sheet Chapter 13 Lab #5 Writeup Lab Practical #1 this week Homework #4 is due on Thursday at 4:30 p.m.

More information

P R O T R O N I X D i g i t a l P o w e r M e t e r M o d e l : A I n s t r u c t i o n M a n u a l

P R O T R O N I X D i g i t a l P o w e r M e t e r M o d e l : A I n s t r u c t i o n M a n u a l PROTRONIX 數字式功率計 Digital Power Meter Model: 1201A Instruction Manual 使用說明書 Table of Contents Specification ----------------------------------------------------------------------- 1 General Description

More information

VCE VET ELECTRONICS. Written examination. Friday 1 November 2002

VCE VET ELECTRONICS. Written examination. Friday 1 November 2002 Victorian Certificate of Education 2002 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Figures Words STUDENT NUMBER Letter VCE VET ELECTRONICS Written examination Friday 1 November 2002 Reading time: 3.00

More information

Signal Characteristics and Conditioning

Signal Characteristics and Conditioning Signal Characteristics and Conditioning Starting from the sensors, and working up into the system:. What characterizes the sensor signal types. Accuracy and Precision with respect to these signals 3. General

More information

CHAPTER 6 DIGITAL INSTRUMENTS

CHAPTER 6 DIGITAL INSTRUMENTS CHAPTER 6 DIGITAL INSTRUMENTS 1 LECTURE CONTENTS 6.1 Logic Gates 6.2 Digital Instruments 6.3 Analog to Digital Converter 6.4 Electronic Counter 6.6 Digital Multimeters 2 6.1 Logic Gates 3 AND Gate The

More information

ENGR 210 Lab 12: Analog to Digital Conversion

ENGR 210 Lab 12: Analog to Digital Conversion ENGR 210 Lab 12: Analog to Digital Conversion In this lab you will investigate the operation and quantization effects of an A/D and D/A converter. A. BACKGROUND 1. LED Displays We have been using LEDs

More information

Common Reference Example

Common Reference Example Operational Amplifiers Overview Common reference circuit diagrams Real models of operational amplifiers Ideal models operational amplifiers Inverting amplifiers Noninverting amplifiers Summing amplifiers

More information

BCD Adder. Lecture 21 1

BCD Adder. Lecture 21 1 BCD Adder -BCD adder A 4-bit binary adder that is capable of adding two 4-bit words having a BCD (binary-coded decimal) format. The result of the addition is a BCD-format 4-bit output word, representing

More information

16.2 DIGITAL-TO-ANALOG CONVERSION

16.2 DIGITAL-TO-ANALOG CONVERSION 240 16. DC MEASUREMENTS In the context of contemporary instrumentation systems, a digital meter measures a voltage or current by performing an analog-to-digital (A/D) conversion. A/D converters produce

More information

Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC)

Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC) 1 Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC) 2 1. DAC In an electronic circuit, a combination of high voltage (+5V) and low voltage (0V) is usually used to represent a binary

More information

Pulse Sensor Individual Progress Report

Pulse Sensor Individual Progress Report Pulse Sensor Individual Progress Report TA: Kevin Chen ECE 445 March 31, 2015 Name: Ying Wang NETID: ywang360 I. Overview 1. Objective This project intends to realize a device that can read the human pulse

More information

4. Digital Measurement of Electrical Quantities

4. Digital Measurement of Electrical Quantities 4.1. Concept of Digital Systems Concept A digital system is a combination of devices designed for manipulating physical quantities or information represented in digital from, i.e. they can take only discrete

More information

6-Bit A/D converter (parallel outputs)

6-Bit A/D converter (parallel outputs) DESCRIPTION The is a low cost, complete successive-approximation analog-to-digital (A/D) converter, fabricated using Bipolar/I L technology. With an external reference voltage, the will accept input voltages

More information

An Introduction to RTD Processing

An Introduction to RTD Processing by Kenneth A. Kuhn March 8, 2009 Introduction This paper discusses the techniques for creating a voltage proportional to temperature using what is known as an RTD (Resistance Temperature Detector also

More information

VersaPoint I/O Module

VersaPoint I/O Module Module provides two-input channels for resistive temperature sensors. It supports platinum or nickel sensors according to the DIN standard and SAMA Directive. In addition, CU10, CU50, CU53, KTY81 and KTY84

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

Lecture 2. Digital Basics

Lecture 2. Digital Basics Lecture Digital Basics Peter Cheung Department of Electrical & Electronic Engineering Imperial College London URL: www.ee.ic.ac.uk/pcheung/teaching/de1_ee/ E-mail: p.cheung@imperial.ac.uk Lecture Slide

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #7 Lab Report Analog-Digital Applications Submission Date: 08/01/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

ELG3331: Digital Tachometer Introduction to Mechatronics by DG Alciatore and M B Histand

ELG3331: Digital Tachometer Introduction to Mechatronics by DG Alciatore and M B Histand ELG333: Digital Tachometer Introduction to Mechatronics by DG Alciatore and M B Histand Our objective is to design a system to measure and the rotational speed of a shaft. A simple method to measure rotational

More information

User friendly tobacco barn heat controller for use by upcoming farmers

User friendly tobacco barn heat controller for use by upcoming farmers IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 2 (Feb. 2013), V3 PP 19-23 User friendly tobacco barn heat controller for use by upcoming farmers Elisha C Mabunda

More information

DIGITAL CIRCUITS AND SYSTEMS ASSIGNMENTS 1 SOLUTIONS

DIGITAL CIRCUITS AND SYSTEMS ASSIGNMENTS 1 SOLUTIONS DIGITAL CIRCUITS AND SYSTEMS ASSIGNMENTS 1 SOLUTIONS 1. Analog signal varies continuously between two amplitudes over the given interval of time. Between these limits of amplitude and time, the signal

More information

DEA 115, Digital Input/Output Modules

DEA 115, Digital Input/Output Modules Catalog 12 Input/Output Modules for S5 115 DEA 115, Digital Input/Output Modules Digital input/output module The digital input modules from the Systeme Helmholz GmbH convert the external binary signals

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

CC532 Collaborative System Design

CC532 Collaborative System Design CC532 Collaborative Design Part I: Fundamentals of s Engineering 5. s Thinking, s and Functional Analysis Views External View : showing the system s interaction with environment (users) 2 of 24 Inputs

More information

Chapter-15. Communication systems -1 mark Questions

Chapter-15. Communication systems -1 mark Questions Chapter-15 Communication systems -1 mark Questions 1) What are the three main units of a Communication System? 2) What is meant by Bandwidth of transmission? 3) What is a transducer? Give an example. 4)

More information

Designing an Audio Amplifier Using a Class B Push-Pull Output Stage

Designing an Audio Amplifier Using a Class B Push-Pull Output Stage Designing an Audio Amplifier Using a Class B Push-Pull Output Stage Angel Zhang Electrical Engineering The Cooper Union for the Advancement of Science and Art Manhattan, NY Jeffrey Shih Electrical Engineering

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #1 Lab Report Frequency Response of Operational Amplifiers Submission Date: 05/29/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams

More information

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter University of Portland EE 271 Electrical Circuits Laboratory Experiment: Digital-to-Analog Converter I. Objective The objective of this experiment is to build and test a circuit that can convert a binary

More information

ZLED7000 / ZLED7020 Application Note - Buck Converter LED Driver Applications

ZLED7000 / ZLED7020 Application Note - Buck Converter LED Driver Applications ZLED7000 / ZLED7020 Application Note - Buck Converter LED Driver Applications Contents 1 Introduction... 2 2 Buck Converter Operation... 2 3 LED Current Ripple... 4 4 Switching Frequency... 4 5 Dimming

More information

Time: 3 hours Max Marks: 70 Answer any FIVE questions All questions carry equal marks *****

Time: 3 hours Max Marks: 70 Answer any FIVE questions All questions carry equal marks ***** Code: 9A04601 DIGITAL COMMUNICATIONS (Electronics and Communication Engineering) 1 (a) Explain in detail about non-uniform quantization. (b) What is the disadvantage of uniform quantization over the non-uniform

More information

The Rail to Rail Advantage Power Amp Design

The Rail to Rail Advantage Power Amp Design AN-10 The Rail to Rail Advantage Power Amp Design Synopsis: Examples are given to illustrate the technical advantages for a power operational amplifier whose output voltage can closely approach the power

More information

Universal High Brightness LED Driver

Universal High Brightness LED Driver FEATURES Over 90% Efficiency 10V to 600V Input Range Constant Current LED Driver Applications from a few ma to more than 1A output LED String From One to Hundreds of Diodes Linear and PWM Dimming Capability

More information

Operational Amplifiers (Op Amps)

Operational Amplifiers (Op Amps) Operational Amplifiers (Op Amps) Introduction * An operational amplifier is modeled as a voltage controlled voltage source. * An operational amplifier has a very high input impedance and a very high gain.

More information

UNIVERSAL INPUT RESISTANCE OUTPUT

UNIVERSAL INPUT RESISTANCE OUTPUT UNIVERSAL INPUT RESISTANCE OUTPUT FEATURES Jumper selectable analog input DIP switch selectable pulse input type DIP switch selectable time bases 256 step output resolution Field changeable resistance

More information

Current Rebuilding Concept Applied to Boost CCM for PF Correction

Current Rebuilding Concept Applied to Boost CCM for PF Correction Current Rebuilding Concept Applied to Boost CCM for PF Correction Sindhu.K.S 1, B. Devi Vighneshwari 2 1, 2 Department of Electrical & Electronics Engineering, The Oxford College of Engineering, Bangalore-560068,

More information

Universal and Dimmable LED Driver

Universal and Dimmable LED Driver Universal and Dimmable LED Driver Features Input voltage range from 5V to 450V Cascode topology for lower switching loss and surge voltage Constant off time control Line compensation of output current

More information

Class Subject Code Subject Prepared By Lesson Plan for Time: Lesson. No 1.CONTENT LIST: Introduction to UnitII 2. SKILLS ADDRESSED: Learning I year, 02 sem CS6201 Digital Principles & System Design S.Seedhanadevi

More information

UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT ELECTROMYOGRAM (EMG) DETECTOR WITH AUDIOVISUAL OUTPUT

UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT ELECTROMYOGRAM (EMG) DETECTOR WITH AUDIOVISUAL OUTPUT UNIVESITY OF UTAH ELECTICAL AND COMPUTE ENGINEEING DEPATMENT ECE 3110 LABOATOY EXPEIMENT NO. 5 ELECTOMYOGAM (EMG) DETECTO WITH AUDIOVISUAL OUTPUT Pre-Lab Assignment: ead and review Sections 2.4, 2.8.2,

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

Homework Assignment 03

Homework Assignment 03 Homework Assignment 03 Question 1 (Short Takes), 2 points each unless otherwise noted. 1. Two 0.68 μf capacitors are connected in series across a 10 khz sine wave signal source. The total capacitive reactance

More information

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification:

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification: DIGITAL IC TRAINER Model : DE-150 Object: To Study the Operation of Digital Logic ICs TTL and CMOS. To Study the All Gates, Flip-Flops, Counters etc. To Study the both the basic and advance digital electronics

More information

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter

EE283 Electrical Measurement Laboratory Laboratory Exercise #7: Digital Counter EE283 Electrical Measurement Laboratory Laboratory Exercise #7: al Counter Objectives: 1. To familiarize students with sequential digital circuits. 2. To show how digital devices can be used for measurement

More information

DATA CONVERSION AND LAB (17.368) Fall Class # 07. October 16, 2008

DATA CONVERSION AND LAB (17.368) Fall Class # 07. October 16, 2008 DATA CONVERSION AND LAB (17.368) Fall 2008 Class # 07 October 16, 2008 Dohn Bowden 1 Today s Lecture Outline Course Admin Lab #3 next week Exam in two weeks 10/30/08 Detailed Technical Discussions Digital

More information

RF Generators. Requirements:

RF Generators. Requirements: Requirements: RF Generators to deliver a requested forward power (adjustable) level into an RF system power level is adjusted manually, or power level is controlled by a digital or analog input signal

More information

Lecture 02: Digital Logic Review

Lecture 02: Digital Logic Review CENG 3420 Lecture 02: Digital Logic Review Bei Yu byu@cse.cuhk.edu.hk CENG3420 L02 Digital Logic. 1 Spring 2017 Review: Major Components of a Computer CENG3420 L02 Digital Logic. 2 Spring 2017 Review:

More information

PHYS225 Lecture 22. Electronic Circuits

PHYS225 Lecture 22. Electronic Circuits PHYS225 Lecture 22 Electronic Circuits Last lecture Digital to Analog Conversion DAC Converts digital signal to an analog signal Computer control of everything! Various types/techniques for conversion

More information

Digital Logic ircuits Circuits Fundamentals I Fundamentals I

Digital Logic ircuits Circuits Fundamentals I Fundamentals I Digital Logic Circuits Fundamentals I Fundamentals I 1 Digital and Analog Quantities Electronic circuits can be divided into two categories. Digital Electronics : deals with discrete values (= sampled

More information

DP2000 ORDERING GUIDE To Order MODEL NO.

DP2000 ORDERING GUIDE To Order MODEL NO. 1 8 DIN VERSATILE PROCESS MONITORS CONFIGURABLE DP2000-S, 1 8 DIN meter, shown smaller than actual size. DP2000 Series Complete with Input Board RoHS 2 Compliant DP2000-J1, with TJ36-ICSS-116G-12, transition

More information

Dimming Universal High Brightness LED Driver

Dimming Universal High Brightness LED Driver Dimming Universal High Brightness LED Driver Features Input voltage range from 5V to 450V Cascode topology for lower switching loss and surge voltage Constant off time control Line compensation of output

More information

Electronic Noise. Analog Dynamic Range

Electronic Noise. Analog Dynamic Range Electronic Noise Dynamic range in the analog domain Resistor noise Amplifier noise Maximum signal levels Tow-Thomas Biquad noise example Implications on power dissipation EECS 247 Lecture 4: Dynamic Range

More information

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION EE6352 - ELECTRICAL ENGINEERING AND INSTRUMENTATION UNIT V ANALOG AND DIGITAL INSTRUMENTS Digital Voltmeter (DVM) It is a device used for measuring the magnitude of DC voltages. AC voltages can be measured

More information

Hello, and welcome to the Texas Instruments Precision overview of AC specifications for Precision DACs. In this presentation we will briefly cover

Hello, and welcome to the Texas Instruments Precision overview of AC specifications for Precision DACs. In this presentation we will briefly cover Hello, and welcome to the Texas Instruments Precision overview of AC specifications for Precision DACs. In this presentation we will briefly cover the three most important AC specifications of DACs: settling

More information

Data Converters. Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT

Data Converters. Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT Data Converters Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT Purpose To convert digital values to analog voltages V OUT Digital Value Reference Voltage Digital Value DAC Analog Voltage Analog Quantity:

More information

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02)

Asst. Prof. Thavatchai Tayjasanant, PhD. Power System Research Lab 12 th Floor, Building 4 Tel: (02) 2145230 Aircraft Electricity and Electronics Asst. Prof. Thavatchai Tayjasanant, PhD Email: taytaycu@gmail.com aycu@g a co Power System Research Lab 12 th Floor, Building 4 Tel: (02) 218-6527 1 Chapter

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

Advanced Digital Signal Processing Part 2: Digital Processing of Continuous-Time Signals

Advanced Digital Signal Processing Part 2: Digital Processing of Continuous-Time Signals Advanced Digital Signal Processing Part 2: Digital Processing of Continuous-Time Signals Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical Engineering

More information

MIC6211 A11. General Description. Features. Applications. Ordering Information. Functional Configuration. Pin Configuration.

MIC6211 A11. General Description. Features. Applications. Ordering Information. Functional Configuration. Pin Configuration. MIC62 MIC62 IttyBitty Operational Amplifier General Description The MIC62 IttyBitty op amp is a general-purpose, highperformance, single- or split-supply, operational amplifier in a space-saving, surface-mount

More information

SIGNAL INTERFACE MODULE

SIGNAL INTERFACE MODULE SIGNAL INTERFACE MODULE FEATURES Optically isolated inputs Field adjustable output Second onboard DC supply Positive / negative voltage output APPLICATIONS Phase cut to ma / VDC conversion Signal scaling

More information

96x48. m/s. Digital panel meter 3½-digit DV3, DT3. Without setpoints. Analog output. Sensor supply

96x48. m/s. Digital panel meter 3½-digit DV3, DT3. Without setpoints. Analog output. Sensor supply m/s Digital panel meter 3½digit DV3, DT3 Without setpoints Analog Sens supply status 06/03/0 panelmeter_gb.doc page subject to alterations; errs including printer s errs Digital panel meter Direct voltage

More information

Continuous time and Discrete time Signals and Systems

Continuous time and Discrete time Signals and Systems Continuous time and Discrete time Signals and Systems 1. Systems in Engineering A system is usually understood to be an engineering device in the field, and a mathematical representation of this system

More information

INTRODUCTION TO DIGITAL CONCEPT

INTRODUCTION TO DIGITAL CONCEPT COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE 421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE 422) INTRODUCTION TO DIGITAL CONCEPT Digital and Analog Quantities Digital relates to data in the form of digits,

More information

Menu EEL EEL 3744 A/D and D/A Conversion Process. A-to-D, D-to-A, Part 1

Menu EEL EEL 3744 A/D and D/A Conversion Process. A-to-D, D-to-A, Part 1 Menu A/D-D/A Conversion Processes >Example: Grandma Singing Hymns Digital Signal Processing Analog-to-Digital Conversion >A/D Conversion Methods Operational Amplifier in D/A & A/D Digital-to-Analog Look

More information

Precision in Practice Achieving the best results with precision Digital Multimeter measurements

Precision in Practice Achieving the best results with precision Digital Multimeter measurements Precision in Practice Achieving the best results with precision Digital Multimeter measurements Paul Roberts Fluke Precision Measurement Ltd. Abstract Digital multimeters are one of the most common measurement

More information

Project 1 Final System Design and Performance Report. Class D Amplifier

Project 1 Final System Design and Performance Report. Class D Amplifier Taylor Murphy & Remo Panella EE 333 12/12/18 Project 1 Final System Design and Performance Report Class D Amplifier Intro For this project, we designed a class D amplifier circuit. Class D amplifiers work

More information

Exercise 2: Temperature Measurement

Exercise 2: Temperature Measurement Exercise 2: Temperature Measurement EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain and demonstrate the use of an RTD in a temperature measurement application by using

More information

Electronic Systems. Dr. Kenneth Kin-Yip Wong. ENGG st Semester, Department of Electrical and Electronic Engineering

Electronic Systems. Dr. Kenneth Kin-Yip Wong. ENGG st Semester, Department of Electrical and Electronic Engineering Electronic Systems ENGG1015 1 st Semester, 2011 Dr. Kenneth Kin-Yip Wong Department of Electrical and Electronic Engineering Introduction Today H ENGG1015: Hybrid 1 semester L Recall that ENGG1015 is about

More information

96x48. m/s. Digital panel meter 3½-digit DV3, DT3. Without setpoints. Analog output. Sensor supply

96x48. m/s. Digital panel meter 3½-digit DV3, DT3. Without setpoints. Analog output. Sensor supply m/s Digital panel meter 3½digit DV3, DT3 Without setpoints Analog Sens supply status /0/04 panelmeter6x4_gb.doc page subject to alterations; errs including printer s errs 6x4 Digital panel meter Direct

More information

The Digital Linear Amplifier

The Digital Linear Amplifier The Digital Linear Amplifier By Timothy P. Hulick, Ph.D. 886 Brandon Lane Schwenksville, PA 19473 e-mail: dxyiwta@aol.com Abstract. This paper is the second of two presenting a modern approach to Digital

More information

For the mechanical system of figure shown above:

For the mechanical system of figure shown above: I.E.S-(Conv.)-00 ELECTRONICS AND TELECOMMUNICATION ENGINEERING PAPER - I Time Allowed: Three Hours Maximum Marks : 0 Candidates should attempt any FIVE questions. Some useful data: Electron charge : 1.6

More information

Analog-Digital Interface

Analog-Digital Interface Analog-Digital Interface Tuesday 24 November 15 Summary Previous Class Dependability Today: Redundancy Error Correcting Codes Analog-Digital Interface Converters, Sensors / Actuators Sampling DSP Frequency

More information

Pulse-Width Modulation (PWM)

Pulse-Width Modulation (PWM) Pulse-Width Modulation (PWM) Modules: Integrate & Dump, Digital Utilities, Wideband True RMS Meter, Tuneable LPF, Audio Oscillator, Multiplier, Utilities, Noise Generator, Speech, Headphones. 0 Pre-Laboratory

More information

SU QuarkNet Workshop 2012 Lab Activity 5 ELECTRONICS II: ADCs & DAQ

SU QuarkNet Workshop 2012 Lab Activity 5 ELECTRONICS II: ADCs & DAQ SU Lab Activity 5 ELECTRONICS II: ADCs & DAQ Laboratory Goals 1. Learn about data conversion (analog to digital, ADC). 2. Understand how an ADC works, measure the calibration curve, and determine the frequency

More information

Design and Implementation of Shift Frequency Measurement System for Metal Detector

Design and Implementation of Shift Frequency Measurement System for Metal Detector Design and Implementation of Shift Frequency Measurement System for Metal Detector Yin Thu Win 1,a*, Aung Lwin Moe 2,b and Aung Ko Ko Thet 1,c 1 Yangon Technological University, Insein, Yangon, Myanmar

More information

Data Conversion and Lab (17.368) Fall Lecture Outline

Data Conversion and Lab (17.368) Fall Lecture Outline Data Conversion and Lab (17.368) Fall 2013 Lecture Outline Class # 07 October 17, 2013 Dohn Bowden 1 Today s Lecture Outline Administrative Detailed Technical Discussions Digital to Analog Conversion Lab

More information

Lab 2: Combinational Circuits Design

Lab 2: Combinational Circuits Design Lab : Combinational Circuits Design PURPOSE: The purpose of this laboratory assignment is to investigate the design of combinational circuits using SSI circuits and basic logic gates such as ANDs, ORs,

More information

For the filter shown (suitable for bandpass audio use) with bandwidth B and center frequency f, and gain A:

For the filter shown (suitable for bandpass audio use) with bandwidth B and center frequency f, and gain A: Basic Op Amps The operational amplifier (Op Amp) is useful for a wide variety of applications. In the previous part of this article basic theory and a few elementary circuits were discussed. In order to

More information

Isolated, Linearized Thermocouple Input 7B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Linearized Thermocouple Input 7B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Linearized Thermocouple Input 7B47 FEATURES Interfaces, amplifies and filters input voltages from a J, K, T, E, R, S, B or N-type thermocouple. Module provides a precision output of either +1

More information

Digital Electronics. Functions of Combinational Logic

Digital Electronics. Functions of Combinational Logic Digital Electronics Functions of Combinational Logic Half-dder Basic rules of binary addition are performed by a half adder, which has two binary inputs ( and B) and two binary outputs (Carry out and Sum).

More information

Isolated, Thermocouple Input 7B37 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Thermocouple Input 7B37 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Thermocouple Input 7B37 FEATURES Interfaces, amplifies, and filters input voltages from a J, K, T, E, R, S, or B-type thermocouple. Module provides a precision output of either +1 V to +5 V or

More information

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Abstract IoT devices are often hailed as the future of technology, where everything is connected.

More information

ECE1750, Spring Week 5 MOSFET Gate Drivers

ECE1750, Spring Week 5 MOSFET Gate Drivers ECE1750, Spring 2018 Week 5 MOSFET Gate Drivers 1 Power MOSFETs (a high-speed, voltage-controlled switch) D: Drain D If desired, a series blocking diode can be inserted here to prevent reverse current

More information

AtlasSound.com 1/8 AF " 1.375" 4.125" 2.375" 2.75" 140 Watt Autoformer AF140. Note: The wire colors are for identification purposes only.

AtlasSound.com 1/8 AF  1.375 4.125 2.375 2.75 140 Watt Autoformer AF140. Note: The wire colors are for identification purposes only. AF140 140 Watt Autoformer Specifications Frequency Response Insertion Loss 30Hz 15kHz (±1dB).3dB Features Serves as a Method for Matching Loudspeaker Loads to Amplifier s Suitable for Professional and

More information

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition Chapter 7 Sampling, Digital Devices, and Data Acquisition Material from Theory and Design for Mechanical Measurements; Figliola, Third Edition Introduction Integrating analog electrical transducers with

More information

Definitions. Spectrum Analyzer

Definitions. Spectrum Analyzer SIGNAL ANALYZERS Spectrum Analyzer Definitions A spectrum analyzer measures the magnitude of an input signal versus frequency within the full frequency range of the instrument. The primary use is to measure

More information

Downloaded from

Downloaded from Question 14.1: In an n-type silicon, which of the following statement is true: (a) Electrons are majority carriers and trivalent atoms are the dopants. (b) Electrons are minority carriers and pentavalent

More information

Lecture 3: Sensors, signals, ADC and DAC

Lecture 3: Sensors, signals, ADC and DAC Instrumentation and data acquisition Spring 2010 Lecture 3: Sensors, signals, ADC and DAC Zheng-Hua Tan Multimedia Information and Signal Processing Department of Electronic Systems Aalborg University,

More information

3. Discrete and Continuous-Time Analysis of Current-Mode Cell

3. Discrete and Continuous-Time Analysis of Current-Mode Cell 3. Discrete and Continuous-Time Analysis of Current-Mode Cell 3.1 ntroduction Fig. 3.1 shows schematics of the basic two-state PWM converters operating with current-mode control. The sensed current waveform

More information

Data Acquisition. NHMFL Summer School 2016 William Coniglio. with many slides from Scott Hannahs

Data Acquisition. NHMFL Summer School 2016 William Coniglio. with many slides from Scott Hannahs Data Acquisition NHMFL Summer School 2016 William Coniglio with many slides from Scott Hannahs Generic Data Acquisition Experiment Analysis Publication Physical Measurement Digital Representation Raw Data

More information

Additional Programs for the Electronics Module Part No

Additional Programs for the Electronics Module Part No Additional Programs for the Electronics Module Part No. 5263 Contents:. Additional programs for the Electronics Module....2 Wiring of the inputs and outputs... 2.3 Additional programs for digital technology...

More information

Comparison of Multirate two-channel Quadrature Mirror Filter Bank with FIR Filters Based Multiband Dynamic Range Control for audio

Comparison of Multirate two-channel Quadrature Mirror Filter Bank with FIR Filters Based Multiband Dynamic Range Control for audio IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. IV (May - Jun. 2014), PP 19-24 Comparison of Multirate two-channel Quadrature

More information

GSM based Patient monitoring system

GSM based Patient monitoring system For more Project details visit: http://www.projectsof8051.com/patient-monitoring-through-gsm-modem/ Code Project Title 1615 GSM based Patient monitoring system Synopsis for GSM based Patient monitoring

More information

TABLE 3-2 Truth Table for Code Converter Example

TABLE 3-2 Truth Table for Code Converter Example 997 by Prentice-Hall, Inc. Mano & Kime Upper Saddle River, New Jersey 7458 T-28 TABLE 3-2 Truth Table for Code Converter Example Decimal Digit Input BCD Output Excess-3 A B C D W Y Z 2 3 4 5 6 7 8 9 Truth

More information

Introduction. sig. ref. sig

Introduction. sig. ref. sig Introduction A lock-in amplifier, in common with most AC indicating instruments, provides a DC output proportional to the AC signal under investigation. The special rectifier, called a phase-sensitive

More information

MODEL AT-10 ANALOG TRANSMITTER

MODEL AT-10 ANALOG TRANSMITTER MODEL AT-10 ANALOG TRANSMITTER INSTALLATION & OPERATING MANUAL Industrial Weighing Systems 9 Richmond Street Picton, Ontario K0K 2T0 Phone: 613-921-0397 Fax: 613-476-5293 Web: www.iwsystems.ca info@iwsystems.ca

More information

A/D Converter An electronic circuit that transforms an analog signal into a digital form that can be used by a computer or other digital circuits.

A/D Converter An electronic circuit that transforms an analog signal into a digital form that can be used by a computer or other digital circuits. Digital Audio Terms A/D Converter An electronic circuit that transforms an analog signal into a digital form that can be used by a computer or other digital circuits. Aliasing An undesirable effect that

More information

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs DM9374 7-Segment Decoder/Driver/Latch with Constant Current Sink Outputs General Description The DM74 is a 7-segment decoder driver incorporating input latches and output circuits to directly drive common

More information

Hawk 3 Digital Panel Meter / Controller

Hawk 3 Digital Panel Meter / Controller File # E199939 All parameters set from easy to understand front panel access One, two or four 5-amp relays optional Five user-selectable brightness levels 1/8 DIN, shallow depth case, 3.24 RS485 digital

More information