Analog to Digital Data Conversion

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Base 10 Denary Decimal
Analog-to-Digital Converter (ADC) And
Analog to Digital Conversion. Introduction  An analog-to-digital converter (ADC, A/D, or A to D) is a device that converts continuous signals to discrete.
Data Acquisition Risanuri Hidayat.
Presented by- Md. Bashir Uddin Roll: Dept. of BME KUET, Khulna-9203.
Instrumentation - Introduction 10/9/2013Ohio University - Dr. Cyders1 Engineering measurements are usually taken by some form of transducer. A transducer.
Lecture 9: D/A and A/D Converters
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
Processing Data.
assumes basic arithmetic
Data Acquisition. Data Acquisition System Analog Signal Signal Conditioner ADC Digital Processing Communication.
Digital Data Patrice Koehl Computer Science UC Davis.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
DATA ACQUISITION Today’s Topics Define DAQ and DAQ systems Signals (digital and analogue types) Transducers Signal Conditioning - Importance of grounding.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
ACOE2551 Microprocessors Data Converters Analog to Digital Converters (ADC) –Convert an analog quantity (voltage, current) into a digital code Digital.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Analog to Digital Data Conversion
Data Acquisition Systems
ISAT 300 Computer-Based Instrumentation (part 2) Sampling and A/D Converters 11/14/01.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Instrumentation (AMME2700) 1 Instrumentation Dr. Xiaofeng Wu.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Floyd, Digital Fundamentals, 10 th ed Slide 1 Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
V. Rouillard  Introduction to measurement and statistical analysis DIGITAL SAMPLING - DIGITISATION Digital sampling is mainly used in data acquisition.
Working with 8-bit bytes and hexadecimal
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 1P. 1Winter Quarter Data Acquisition System Fundamentals Lab 1.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Data Acquisition and Interfacing (Section 4.5) Lecture 18.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
Digital Measurements AOE 3054 Lowe Credits: Some excerpts developed by Devenport and Edwards, extracted from the course manual. 1.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
1 Basic Signal Conversion 센서 및 계측 공학 (Sensor and Instrumentation Engineering) 2016 년 1 학기 충북대학교 전기전자반도체공학과 박 찬식
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Microprocessors Data Converters Analog to Digital Converters (ADC)
Understanding binary Understanding Computers.
Computer basics.
© 2003, Cisco Systems, Inc. All rights reserved.
Lesson Objectives Aims You should be able to:
Numerical Representation
Memory Parts of a computer
Information Support and Services
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
DATA COMMUNICATION Lecture-16.
PCM (Pulse Code Modulation)
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
How do computers work? Storage.
Computers & Programming Languages
Filters A filter removes a signal’s unwanted frequency components.
Lesson 8: Analog Signal Conversion
Data Representation – Numbers
Data Acquisition (DAQ)
Numerical Representation
Why computers use binary
Analog to Digital Encoding
Binary System.
Information Technology Department
Technology 3 Bits & Bytes.
Presentation transcript:

Analog to Digital Data Conversion

Analog vs. Digital Computers use digital information Signals are continuous analog waveforms Digital information can be encoded in the analog signal Kin 304 Fall 2013

Modulation Digital information coded on a high frequency carrier signal AM -Amplitude Modulation FM – Frequency Modulation PM – Phase Modulation A to D

Digital Information BIT = BINARY DIGIT either 1 or 0, high or low, yes or no Decimal = Base of 10 A to D

Base of 10 2543 1000 100 10 1 103 102 101 100 2 5 4 3 Kin 304 Fall 2013

Binary - Base of 2 41 32 16 8 4 2 1 25 24 23 22 21 20 1 0 1 0 0 1 Kin 304 Fall 2013

Bits & Bytes Bit = Binary Digit Byte = 8 Bits, 28 or 256 combinations 1 Kilobyte (KB) = 210 = 1024 bytes 1 Megabyte (MB) = 220 = 1,048,576 bytes 1 Gigabyte (GB) = 230 = 1,073,741,824 bytes 1 Terabyte (TB) = 240 = 1,099,511,627,776 bytes A to D

Components for A/D Conversion Measurable Quantity Measurement Device Analog Signal Transducers transforms one form of energy to another form Electrodes sense biological signals A to D

Components for A/D Conversion Analog Conditioning Electronic circuitry to modify the signal before it enters the computer for digitization. amplification filtering integration

Components for A/D Conversion A/D Conversion board + software Necessary to digitize the analog signal Sample the analog signal at a set frequency and store it as binary information

Functions of A/D Board Sampling Analog signal is sampled by switching at a set frequency Nyquist rule: at least twice frequency of signal to avoid aliasing A to D

Signal Alias (sampling frequency too low) A to D

Functions of A/D Board Quantitization Encoding Number of levels of voltage determined by the number of bits in conversion: The number of bits used to represent each conversion effects how many possible different values can be resolved from the converter... # of Bits Possible # of Values 1 2 2 4 8 256 12 4096 Encoding Assigning a digital code A to D

Resolution of an A/D converter A measure of the smallest amplitude value as a percent of full scale to which a quantity can be determined A to D

Voltage Range Common ranges are: -10v to +10v, -1v to +1v, -100mv to +100mv A to D

Resolution Calculation 12 bit converter, -10v to +10v -10v to +10v = 20 v 12 bit resolution = 4096 possible values 20v / 4096 = 0.00488v per bit (4.88 mv per bit) A to D

A/D Software Require A/D board compatible control software LABVIEW LABoratory Virtual Instrument Engineering Workbench MATLAB A to D