Trial version. Analogue to Digital Conversion in Distance Measurement

Similar documents
Analogue Inputs Resolution Assignment

Workshop III: Analog and Sensors

Digital Logic Design: An Overview & Number Systems

Professor Henry Selvaraj, PhD. November 30, CPE 302 Digital System Design. Super Project

Transducers and Sensors

NC Eng Systems. Block Diagrams. Learning Outcome 1. MjD

Digital Systems Principles and Applications. Chapter 1 Objectives

The Micropython Microcontroller

Analog to Digital Conversion

Theory and Practice of Tangible User Interfaces. Thursday Week 3: Analog Input. week. Sensor 1: Potentiometers. Analog input

B. Sc. III Semester (Electronics) - ( ) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791)

Logic. Andrew Mark Allen March 4, 2012

Informatics Enlightened Station 2 Park distance control system

-SQA-SCOTTISH QUALIFICATIONS AUTHORITY HIGHER NATIONAL UNIT SPECIFICATION GENERAL INFORMATION

Spring 2011 Microprocessors B Course Project (30% of your course Grade)

Technology Control Technology

ELECTRONIC GAME KIT TEACHING RESOURCES. Version 2.0 BUILD YOUR OWN MEMORY & REACTIONS

Chapt er 3 Data Representation

ELCT706 MicroLab Session #3 7-segment LEDs and Analog to Digital Conversion. Eng. Salma Hesham

Delta-Sigma ADC

Display for the Virginia Museum of Science Digital Communications

MA 15910, Lesson 5, Algebra part of text, Sections 2.3, 2.4, and 7.5 Solving Applied Problems

Inputs and outputs. Connecting leads. Buzzer

B I O E N / Biological Signals & Data Acquisition

IEFIS G3 Inputs, outputs and Alarms

MATLAB & Image Processing (Summer Training Program) 4 Weeks/ 30 Days

Specifications. End-Point Linearity - ±5% F.S., when used with HACO SCR-speed control

Analog inputs. AnalogInput *ai; ai = new AnalogInput(0); AnalogInput ai; ai = new AnalogInput(0);

LCD STIMULUS DISPLAY for ENV-007/008 CHAMBERS

Image Processing Using MATLAB (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial

Announcements. Project Turn-In Process. and URL for project on a Word doc Upload to Catalyst Collect It

Encoders and Decoders: Details and Design Issues

Computer Systems Architecture

BEMC electronics operation

Digital Representation

Analogue Versus Digital [5 M]

PHYS 3322 Modern Laboratory Methods I Digital Devices

Analog input and output

Midterm Exam 15 points total. March 28, 2011

Towards More Efficient DSP Implementations: An Analysis into the Sources of Error in DSP Design

IE1204 Digital Design L1 : Course Overview. Introduction to Digital Technology. Binary Numbers

Digital Signal. Continuous. Continuous. amplitude. amplitude. Discrete-time Signal. Analog Signal. Discrete. Continuous. time. time.

C - Smoother Line Following

STX Stairs lighting controller.

Converters: Analogue to Digital

Bias, Auto-Bias And getting the most from Your Trifid Camera.

General Certificate of Education Advanced Subsidiary Examination June Problem Solving, Programming, Data Representation and Practical Exercise

Digital Signal Processing

Analog-to-Digital Conversion

RECORD & PLAYBACK KIT

Elite Screens Frequently Asked Questions. Screens FAQs

-Sharp Telecentric backlight illuminator by EFFILUX

1/29/2008. Announcements. Announcements. Announcements. Announcements. Announcements. Announcements. Project Turn-In Process. Quiz 2.

Announcements. Project Turn-In Process. Project 1A: Project 1B. and URL for project on a Word doc Upload to Catalyst Collect It

Modified Sigma-Delta Converter and Flip-Flop Circuits Used for Capacitance Measuring

Introduction to Signal Processing D R. T A R E K T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1

RST INSTRUMENTS LTD.

DSO138mini Troubleshooting Guide

CS302 - Digital Logic & Design

National Model Railroad Association (NMRA) Inc. Digital Command Control (DCC) Baseline Mobile And Accessory Decoder Test Procedures

CPSC 121: Models of Computation. Module 1: Propositional Logic

Triple RTD. On-board Digital Signal Processor. Linearization RTDs 20 Hz averaged outputs 16-bit precision comparator function.

DMC550 Technical Reference

Chapter 11 State Machine Design

Slot-type Photomicrosensor with connector or pre-wired models (Non-modulated) *1. configuration. Dark-ON/Light-ON

Model Identification of Displacement Controlled Linear Actuator in Hydraulic System

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED)

Lab #6: Combinational Circuits Design

DIGITAL ELECTRONICS: LOGIC AND CLOCKS

Note 5. Digital Electronic Devices

Notes on Digital Circuits

Professor Laurence S. Dooley. School of Computing and Communications Milton Keynes, UK

A COMPUTER VISION SYSTEM TO READ METER DISPLAYS

Process Control and Instrumentation Prof. D. Sarkar Department of Chemical Engineering Indian Institute of Technology, Kharagpur

8 DIGITAL SIGNAL PROCESSOR IN OPTICAL TOMOGRAPHY SYSTEM

Computer Graphics Hardware

Colourlight. bocom. Standard Control TECHNOLOGY & DESIGN

Your EdVenture into Robotics You re a Controller

Notes on Digital Circuits

The Cathode Ray Tube

Introduction to Digital Electronics

Exploratory Analysis of Operational Parameters of Controls

Chapter 3 Digital Data

THE KENYA POLYTECHNIC

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control

QUIZ BUZZER KIT TEACHING RESOURCES. Version 2.0 WHO ANSWERED FIRST? FIND OUT WITH THIS

PHYSICS 5620 LAB 9 Basic Digital Circuits and Flip-Flops

SPACESCAN SERIES SS 02

ELTR 145 (Digital 2), section 1

TYPICAL QUESTIONS & ANSWERS

Light Emitting Diodes and Digital Circuits I

ET-REMOTE DISTANCE. Manual of ET-REMOTE DISTANCE

Revision 1.2d

ECE 372 Microcontroller Design

OV µm Pixel Size Back Side Illuminated (BSI) 5 Megapixel CMOS Image Sensor

How to Match the Color Brightness of Automotive TFT-LCD Panels

Section 6.8 Synthesis of Sequential Logic Page 1 of 8

Device: LDP This document Version: 1.1. Date: July Description: 64x16 1R1G LED Display Panel

Transcription:

Analogue to Digital Conversion in Distance Measurement How is an analogue to digital conversion of a distance measurement made and how accurate is it? Analogue to Digital Conversion in Distance Measurement page: 1 of 6 Contents Initial Problem Statement 2 Narrative 3-4 Notes 5 Appendix 6

Analogue to Digital Conversion in Distance Measurement Initial Problem Statement There are many engineering applications where measuring the distance to an object is useful. One example is helping in a manual operation, such as parking a car, where bumper sensors let the driver know the distance to nearby objects. Another is in automated manufacturing where robots are used to handle and position items. The ability to measure distances allows the robot to perform such tasks without collisions. How is the conversion made and how accurate is it? The distance between a sensor and an object is an analogue value, meaning it is a real number that can take any value. For representation in the computer that will act on the measurement it must be converted to a digital value, meaning it can only take certain discrete values. Analogue to Digital Conversion in Distance Measurement page: 2 of 6

Narrative Introduction There are three common sensor types used for measuring distance, laser, ultrasonic and infrared (IR). The first two typically use a time of flight method which measures the time it takes for a signal sent out from the device to be returned when reflected off an object. An infrared sensor usually works by illuminating an object using an infrared LED, then measuring how bright the reflected light is. A typical IR distance sensor is shown below. Multimedia Figure 1 The video Distance Sensor Video is available to demonstrate the behaviour of a distance sensor. Discussion Shine a torch on a table and look at the size and brightness of the light that is reflected back. What happens to these when you change the distance between the torch and the table? Analogue to Digital Conversion in Distance Measurement page: 3 of 6

The device is shown schematically below. +5 V (VCC) 0 V (GND) Output For historical reasons the positive supply is commonly called VCC on many electronic devices; this stands for voltage common collector. Figure 2 GND is short for ground or earth. There are three connections. Two are for power (VCC and GND). The third gives the output of the device in the form of a potential of between 0 and 5 volts above ground depending on how far away an object is from the sensor. The output is usually connected to a digital computer using an analogue to digital convertor (ADC). See Note Analogue to digital conversion on page 5. An ADC turns an analogue value into a binary representation of that value. Binary numbers are numbers that are written in base 2 rather than the base 10 that you are more familiar with. Each of the binary digits, or bits, of this value is either a zero or a one. The larger the number of bits used to represent a range of values, the more accurate the digital representation will be. Activity You will use a 10 bit analogue to digital convertor (ADC) to record an integer value that is proportional to the output voltage of the sensor. What is the smallest and largest binary number that the ADC can represent? If the largest number corresponds to 5 Volts what is the minimum difference in voltage levels that can be measured? Analogue to Digital Conversion in Distance Measurement page: 4 of 6

Notes Analogue to digital conversion At typical human engineering scales, variables in the physical world can be regarded as continuous, that is, they can take any value. Such variables are called analogue variables, Computers, however, store information digitally as a series of binary digits, or bits, that can take the value of 0 or 1. When an analogue value, say the voltage of an output, is read by a digital device it must convert the value to the nearest digital equivalent. This process is called analogue to digital conversion and is carried out by an analogue to digital convertor (ADC). The accuracy with which the conversion takes place depends on how many bits the ADC uses. For example, suppose an analogue variable has a continuous range of 0 to 1. If the ADC uses 1 bit then the reading will be either 0 or 1. Any analogue value in between is rounded to the nearest integer. Digital value Analogue equivalent 0 0.00 1 1.00 Any analogue value in between is rounded to the nearest integer. Suppose now that the ADC uses 2 bits. The possible combinations and representation of analogue values are Digital value Analogue equivalent 0 0.00 01 0.33... 10 0.66... 1 1.00 In this representation an analogue value in between is rounded to the nearest 1/3. Most common ADCs use at least 8 bits and many use more. For example, an ADC used to digitise music for an MP3 player will typically use 16 or 24 bits. Analogue to Digital Conversion in Distance Measurement page: 5 of 6

Appendix mathematical coverage Use algebra to solve engineering problems Be able to evaluate expressions Be able to work with numbers in index form Analogue to Digital Conversion in Distance Measurement page: 6 of 6