Writing Assignment #1 Due Today. Lab#1 is tomorrow (8am) Analog vs. digital information. Digitization

Size: px
Start display at page:

Download "Writing Assignment #1 Due Today. Lab#1 is tomorrow (8am) Analog vs. digital information. Digitization"

Transcription

1 Overview of Computer Science CSC 101 Summer 2011 Analog, Binary and Digital Concepts Digitization iti Lecture 4 July 11, 2011 Announcements Writing Assignment #1 Due Today. Hand it to me after class if you haven t already Make sure you have the electronic copy with you for lab tomorrow Lab#1 is tomorrow (8am) Be sure to read the prelab tonight 2 Objectives Analog vs. digital information Binary encoding of information bits and bytes Digitization 3 1

2 Processing Data For a device to process data, what three steps are required? Input some data Process the data (perform some planned operations on the data) Output the results A computer is any device that processes data Not necessarily only digital data 4 Analog Information Analog information is what we experience directly Sights, sounds, textures, smells, tastes, etc. Analog info is continuous and infinitely variable Example: monitoring the outside temp through the day using an analog thermometer 50 5 An Analog Computer A very simple analog computer is a mechanical thermostat Inputs : Measured temperature Desired temperature ( setpoint ) Executes a simple program: If temp > setpoint then AC.on Output is the action of turning the AC on or off temp and setpoint are both analog values Temperature causes a spring to stretch or shrink Setpoint is set by turning a dial Both of these are continuous, infinitely variable values 6 2

3 Digital Information Digital information is discrete Definite, distinct, precise Enumerable (countable) 56.5 F Finite Example: measuring temperature with a digital thermometer Time 12:00 AM 12:30 AM 1:00 AM 1:30 AM 2:00 AM 2:30 AM 3:00 AM Temperature Analog vs. Digital Information Advantages of digital information: Efficient storage and transfer Unlimited absolute replication Can be compressed Easily manipulated Editing, combining, etc. We don t use many analog computers today Digital computers give us all the advantages of being able to process digital information 8 Bits and Bytes Computers contain lots of on/off switches A relay, vacuum tube, or transistor acts like a switch either on or off Let s say a switch that is on represents the digit 1 and off represents 0 Digital computers represent all data using only 1s and 0s Each of the billions of transistors in a computer are either on or off A single digit (1 or 0) is called a bit (binary digit) A bit is the smallest possible amount of information Like an atom of data One bit provides only a minimum amount of data: 1 or 0; Yes or No; On or Off; Up or Down; Stop or Go any two-state value Anything beyond a simple two-state value requires more than one bit 9 3

4 Bits and Bytes A single light bulb is one bit of information on or off; yes or no The light gives the answer (yes or no), but you need to know the question One if by land, two if by sea 10 Bits and Bytes A single light bulb is one bit of information on or off But a whole bunch of light bulbs, arranged in a proper pattern, can give lots of information (such as a scoreboard), even though each light is only on or off 11 Bits and Bytes A bit is the smallest possible amount of information yes/no, on/off, 0/1, etc. One bit doesn t give us much information, but many bits together can give much more An image (maybe on a scoreboard) Words Sounds Numbers other than 0 or 1 How can we represent numbers using bits? 12 4

5 Bits and Bytes One bit can represent only 2 things on or off, yes or no, 0 or 1 Two bits can represent 4 things There are 4 different patterns: 00, 01, 10, 11 1-bit Binary Decimal 0 0(off) 0 1 1(on) 1 2-bit Binary Decimal Bits and Bytes One bit can represent only 2 things on or off, yes or no, 0 or 1 Two bits can represent 4 things There are 4 different patterns: 00, 01, 10, 11 Eight bits can represent 256 things There are 256 different patterns possible with eight bits A group of 8 consecutive bits is called a byte 8-bit Binary Decimal Bits and Bytes Bytes are usually grouped for convenience 1 typed character is (usually) 1 byte 1 KB (kilobyte) is about 1,000 bytes (actually 1024 = 2 10 ) A single typed manuscript page is about 1,500 characters about 1.5 KB 1 MB (megabyte) is about 1,000 KB, or a million bytes 1 GB (gigabyte) is about 1,000 MB, or a billion bytes The WFU T60 ThinkPad has 1 GB of RAM memory and a 100-GB hard disk 100 GB is about 100,000,000 typed pages 1 TB (terabyte) is about 1,000 GB, or a trillion bytes 1 TB of data, if on typed pages of paper would be a stack of paper 50 miles high The print collection of the Library of Congress is about 10 TB 15 5

6 Bits and Bytes 1 PB (petabyte) is about 1,000 TB (1,000,000,000,000,000 bytes) A stack of paper more than 6 times the diameter of the Earth... 1/5 th the distance to the Moon! All material ever printed on paper is estimated to be about 200 petabytes Google processes many petabytes of data each day ( 1 EB (exabyte) is about 1,000 PB (1,000,000,000,000,000 bytes) All the words ever spoken by any human, ever, would be about 5 EB of text Next comes zettabyte, yottabyte, etc. Check out How Much Data is That 16 Origin of the Term Byte The term byte was coined by Werner Buchholz, a researcher at IBM, in 1956 during the early design phase for the IBM Stretch computer (the company s first supercomputer). It was a modification of the word bite that was intended to avoid accidentally misspelling it as bit. The movement toward an eight-bit byte began in late A major reason that eight was considered the optimal number was that seven bits can define 128 characters (as against only 64 characters for six bits), which is sufficient for the approximately 100 unique codes needed for the upper and lower case letters of the English alphabet as well as punctuation marks and special characters, and the eighth bit could be used as a parity check (i.e., to confirm the accuracy of the other bits). This size was later adopted by IBM's highly popular System/360 series of mainframe systems [1964] and this was a key factor in its eventually becoming the industry-wide standard. From Half of an eight-bit byte (four bits) is sometimes called (playfully) a nibble (sometimes spelled nybble) or more formally a hex digit. The nibble is often called a semioctet in a networking or telecommunication context and also by some standards organisations. The eight-bit byte is often called an octet in formal contexts such as industry standards, as well as in networking and telecommunication. This is also the word used for the eight-bit quantity in many non-english languages, where the pun on bite does not translate. From 17 Etymology of Unit Prefixes 1. Kilo 10 3 from Greek khilioi = Mega 10 6 from Greek megas = great, e.g., Alexandros Megos (Alexander the Great) 3. Giga 10 9 from Latin gigas = giant 4. Tera from Greek teras = monster 5. Peta from Greek pente = five, because it s the fifth prefix penta N = peta 6. Exa from Greek hex = six, because it s the sixth prefix Hexa H =exa 7. Zetta the last letter of the Latin alphabet (similar to the Greek letter Zeta) 8. Yotta the penultimate letter of the Latin alphabet (similar to the Greek Iota) 9. Xona Weka The first prefix is number-derived; the second, third, and fourth are based on mythology. 11. Vunda Uda The fifth and sixth are just that: fifth and sixth. 13. Treda Sorta With the seventh, another fork has been taken. The General Conference of 15. Rinta Weights and Measures (Conférence Générale des Poids et Mesures, CGPM) 16. Quexa has now decided to name the prefixes, starting with the seventh, with the 17. Pepta Ocha letters of the Latin alphabet, but starting from the end. Thus, going 19. Nena backwards through the Latin alphabet, the next prefixes will be: 20. Minga Luna

7 Digital Information Digital computers process digital information Digital information is discrete; however, natural forms of information are analog and continuous The process of converting information i to a digital i form is called digitization Both discrete and analog information may be digitized Information that is already discrete (numbers, text characters, etc.) is easily represented in a digital form Analog information must be converted in some way 19 Digitizing Analog Information Text and numbers are discrete information Digitization is simply a matter of conversion from one discrete form to another Analog information is continuous (non-discrete) Must be transformed into a discrete form for digitizing Analog information is digitized in two steps: 1. Sampling: Discrete samples are chosen to represent the continuous data 2. Quantizing: Each sample is assigned a particular number 20 Digitizing Analog Information An example using an image 1. Sampling Choose discrete pixels, or picture elements 2. Quantizing Assign a number to each pixel 21 7

8 Digitizing Analog Information Sample: break up the data into pixels 22 Digitizing Analog Information Sample: break up the data into pixels Average the contents of each pixel 23 Digitizing Analog Information Sample: break up the data into pixels Average the contents of each pixel Quantize: assign a number to represent the gray level of each pixel (e.g. from 0 15, where 0 = black and 15 = white ) 24 8

9 Digitizing Analog Information The quality of the digitized image depends on Number/size of pixels Number of different levels used in quantization The size of the data file depends on the same factors Tradeoff between image quality and file size 25 Digitizing Analog Data Another example: temperature data Step 1: sampling How many samples do we need? Is once a day sufficient? Digitizing Analog Data How about twice a day?

10 Digitizing Analog Data How about every two hours? Digitizing Analog Data How about every two hours? More accurate representation But, still not complete Digitizing Analog Data Adding more samples increases the fidelity (accuracy) of the representation But, still not exactly identical to the analog data Still have the tradeoff between data quality and file size

Data Encoding CTPS 2018

Data Encoding CTPS 2018 LN #8 (2 Hrs) Data Encoding CTPS 2018 Objectives To understand positional numeral systems. To depict how complex information such as text, colors, pictures, and sound can be encoded as bit strings. Positional

More information

Lab 2 Part 1 assigned for lab sessions this week

Lab 2 Part 1 assigned for lab sessions this week CSE 111 Fall 2010 September 20 24 ANNOUNCEMENTS Lab 2 Part 1 assigned for lab sessions this week Turn it in via UBLearns Lab 2 Part 2 next week Exam 1 Monday, October 4 th in lecture 1 STORING IMAGE INFORMATION

More information

Chapter 1: Data Storage. Copyright 2015 Pearson Education, Inc.

Chapter 1: Data Storage. Copyright 2015 Pearson Education, Inc. Chapter 1: Data Storage Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns 1.5 The Binary System 1-2 Chapter 1: Data Storage

More information

8/30/2010. Chapter 1: Data Storage. Bits and Bit Patterns. Boolean Operations. Gates. The Boolean operations AND, OR, and XOR (exclusive or)

8/30/2010. Chapter 1: Data Storage. Bits and Bit Patterns. Boolean Operations. Gates. The Boolean operations AND, OR, and XOR (exclusive or) Chapter 1: Data Storage Bits and Bit Patterns 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns 1.5 The Binary System 1.6 Storing Integers 1.8 Data

More information

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

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial Data Representation 1 Analog vs. Digital there are two ways data can be stored electronically 1. analog signals represent data in a way that is analogous to real life signals can vary continuously across

More information

Digital Systems Principles and Applications. Chapter 1 Objectives

Digital Systems Principles and Applications. Chapter 1 Objectives Digital Systems Principles and Applications TWELFTH EDITION CHAPTER 1 Introductory Concepts Modified -J. Bernardini Chapter 1 Objectives Distinguish between analog and digital representations. Describe

More information

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

Announcements. Project Turn-In Process. and URL for project on a Word doc Upload to Catalyst Collect It Announcements Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It 1 Project 1A: Announcements Turn in the Word doc or.txt file before

More information

Digital Representation

Digital Representation Chapter three c0003 Digital Representation CHAPTER OUTLINE Antialiasing...12 Sampling...12 Quantization...13 Binary Values...13 A-D... 14 D-A...15 Bit Reduction...15 Lossless Packing...16 Lower f s and

More information

Beethoven, Bach, and Billions of Bytes

Beethoven, Bach, and Billions of Bytes Lecture Music Processing Beethoven, Bach, and Billions of Bytes New Alliances between Music and Computer Science Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format ILDA Technical Committee Technical Committee International Laser Display Association www.laserist.org Introduction... 4 ILDA Coordinates... 7 ILDA Color Tables... 9 Color Table Notes... 11 Revision 005.1,

More information

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

Announcements. Project Turn-In Process. Project 1A: Project 1B. and URL for project on a Word doc Upload to Catalyst Collect It Announcements Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It Project 1A: Turn in before 11pm Wednesday Project 1B T i b f 11

More information

CSCI 120 Introduction to Computation Bits... and pieces (draft)

CSCI 120 Introduction to Computation Bits... and pieces (draft) CSCI 120 Introduction to Computation Bits... and pieces (draft) Saad Mneimneh Visiting Professor Hunter College of CUNY 1 Yes No Yes No... I am a Bit You may recall from the previous lecture that the use

More information

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

1/29/2008. Announcements. Announcements. Announcements. Announcements. Announcements. Announcements. Project Turn-In Process. Quiz 2. Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It Project 1A: Turn in before 11pm Wednesday Project 1B Turn in before 11pm a week

More information

SECONDARY STORAGE DEVICES: MAGNETIC TAPES AND CD-ROM

SECONDARY STORAGE DEVICES: MAGNETIC TAPES AND CD-ROM SECONDARY STORAGE DEVICES: MAGNETIC TAPES AND CD-ROM Contents of today s lecture: Magnetic Tapes Characteristics of magnetic tapes Data organization on 9-track tapes Estimating tape length requirements

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format INTERNATIONAL LASER DISPLAY ASSOCIATION Technical Committee Revision 006, April 2004 REVISED STANDARD EVALUATION COPY EXPIRES Oct 1 st, 2005 This document is intended to replace the existing versions of

More information

Introduction to Digital Logic Missouri S&T University CPE 2210 Introduction and Application Areas

Introduction to Digital Logic Missouri S&T University CPE 2210 Introduction and Application Areas Introduction to Digital Logic Missouri S&T University CPE 2210 Introduction and Application Areas Egemen K. Çetinkaya Egemen K. Çetinkaya Department of Electrical & Computer Engineering Missouri University

More information

Data Storage and Manipulation

Data Storage and Manipulation Data Storage and Manipulation Data Storage Bits and Their Storage: Gates and Flip-Flops, Other Storage Techniques, Hexadecimal notation Main Memory: Memory Organization, Measuring Memory Capacity Mass

More information

Introduction to Digital Signal Processing

Introduction to Digital Signal Processing Introduction to Digital Signal Processing Paolo Prandoni LCAV - EPFL Introduction to Digital Signal Processing p. 1/2 Inside DSP... Digital Brings experimental data & abstract models together Makes math

More information

Introduction to Digital Logic Missouri S&T University CPE 2210 Introduction and Application Areas

Introduction to Digital Logic Missouri S&T University CPE 2210 Introduction and Application Areas Introduction to Digital Logic Missouri S&T University CPE 2210 Introduction and Application Areas Egemen K. Çetinkaya Egemen K. Çetinkaya Department of Electrical & Computer Engineering Missouri University

More information

Machinery Fault Diagnosis and Signal Processing Prof. A R Mohanty Department of Mechanical Engineering Indian Institute of Technology-Kharagpur

Machinery Fault Diagnosis and Signal Processing Prof. A R Mohanty Department of Mechanical Engineering Indian Institute of Technology-Kharagpur Machinery Fault Diagnosis and Signal Processing Prof. A R Mohanty Department of Mechanical Engineering Indian Institute of Technology-Kharagpur Lecture -10 Computer Aided Data Acquisition Today's lecture

More information

Presented at the IPS 2004 Fulldome Standards Summit, Valencia, Spain, 7/8 July 2004 R.S.A. COSMOS

Presented at the IPS 2004 Fulldome Standards Summit, Valencia, Spain, 7/8 July 2004 R.S.A. COSMOS R.S.A. COSMOS FULLDOME STANDARDS SUMMIT IPS 2004 Table of Contents 1. INTRODUCTION:... 3 2. PROJECTION SYSTEM SPECIFICATIONS... 4 2.1 VIDEO STANDARDS... 4 2.2 PROJECTION SYSTEM RESOLUTION... 5 2.2.1 GRAPHICAL

More information

Chapter 3 Digital Data

Chapter 3 Digital Data Chapter 3 Digital Data So far, chapters 1 and 2 have dealt with audio and video signals, respectively. Both of these have dealt with analog waveforms. In this chapter, we will discuss digital signals in

More information

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

Lossless Compression Algorithms for Direct- Write Lithography Systems

Lossless Compression Algorithms for Direct- Write Lithography Systems Lossless Compression Algorithms for Direct- Write Lithography Systems Hsin-I Liu Video and Image Processing Lab Department of Electrical Engineering and Computer Science University of California at Berkeley

More information

Digital Signal Processing Lecture One Introduction to Digital Signal Processing Third Stage Prepared by: Marwah Kareem

Digital Signal Processing Lecture One Introduction to Digital Signal Processing Third Stage Prepared by: Marwah Kareem Lecture One Introduction to Digital Signal Processing Third Stage Prepared by: Marwah Kareem Digital Signal Processing Digital signal processing (DSP) technology and its advancements have dramatically

More information

Music Representations. Beethoven, Bach, and Billions of Bytes. Music. Research Goals. Piano Roll Representation. Player Piano (1900)

Music Representations. Beethoven, Bach, and Billions of Bytes. Music. Research Goals. Piano Roll Representation. Player Piano (1900) Music Representations Lecture Music Processing Sheet Music (Image) CD / MP3 (Audio) MusicXML (Text) Beethoven, Bach, and Billions of Bytes New Alliances between Music and Computer Science Dance / Motion

More information

Application of Measurement Instrumentation (1)

Application of Measurement Instrumentation (1) Slide Nr. 0 of 23 Slides Application of Measurement Instrumentation (1) Slide Nr. 1 of 23 Slides Application of Measurement Instrumentation (2) a. Monitoring of processes and operations 1. Thermometers,

More information

Radiology Physics Lectures: Computers. Associate Professor, Radiology x d

Radiology Physics Lectures: Computers. Associate Professor, Radiology x d COMPUTERS IN MEDICAL IMAGING David Hall, Ph.D. DABR Associate Professor, Radiology x20893 dhll@ djhall@ucsd.edud d 1 introduced into medical imaging in the early 1970 s essential to many modalities X-ray

More information

Chapt er 3 Data Representation

Chapt er 3 Data Representation Chapter 03 Data Representation Chapter Goals Distinguish between analog and digital information Explain data compression and calculate compression ratios Explain the binary formats for negative and floating-point

More information

ECS 15: Introduction to Computers Midterm November 6, 2013

ECS 15: Introduction to Computers Midterm November 6, 2013 ECS 15: Introduction to Computers Midterm November 6, 2013 Notes: 1) The midterm is open book, open notes. 2) You have 50 minutes, no more: I will strictly enforce this. 3) The midterm is divided into

More information

Music Information Retrieval (MIR)

Music Information Retrieval (MIR) Ringvorlesung Perspektiven der Informatik Wintersemester 2011/2012 Meinard Müller Universität des Saarlandes und MPI Informatik meinard@mpi-inf.mpg.de Priv.-Doz. Dr. Meinard Müller 2007 Habilitation, Bonn

More information

Of course, the bit twiddler weenies had to take it a step further and produce something called ASCII art:

Of course, the bit twiddler weenies had to take it a step further and produce something called ASCII art: Lesson 11 Sierra College CIE-01 Jim Weir 530.272.2203 jweir43@gmail.com www.rstengineering.com/sierra Elementary Digital Integrated Circuits Number Systems Digital Fundamentals: Unlike their analog colleagues

More information

Example: compressing black and white images 2 Say we are trying to compress an image of black and white pixels: CSC310 Information Theory.

Example: compressing black and white images 2 Say we are trying to compress an image of black and white pixels: CSC310 Information Theory. CSC310 Information Theory Lecture 1: Basics of Information Theory September 11, 2006 Sam Roweis Example: compressing black and white images 2 Say we are trying to compress an image of black and white pixels:

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video How does interlaced scan display video? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 Housekeeping Project 4 is assigned

More information

MDPI Film Processing Harder, Better, Faster, Stronger. Brian Wheeler, Library Technologies Digital Library Brown Bag Series #dlbb April 18, 2018

MDPI Film Processing Harder, Better, Faster, Stronger. Brian Wheeler, Library Technologies Digital Library Brown Bag Series #dlbb April 18, 2018 MDPI Film Processing Harder, Better, Faster, Stronger Brian Wheeler, Library Technologies Digital Library Brown Bag Series #dlbb April 18, 2018 Definitions (in no particular order) 1 Petabyte = 1,000 Terabytes

More information

How do you make a picture?

How do you make a picture? Take-Away Messages LBSC 690 Session #11 Multimedia Human senses are gullible Images, video, and audio are all about trickery Compression: storing a lot of information in a little space So that it fits

More information

Introduction to Computers & Programming

Introduction to Computers & Programming 6.070 Introduction to Computers & Programming Machine architecture: data storage, memory organisation, logic gates Prof. Kristina Lundqvist Dept. of Aero/Astro, MIT Chapter Summary: B Chapter presents

More information

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

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 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 2 0 1 4 What is a Signal? A physical quantity that varies with time, frequency, space, or any

More information

Introduction to Digital Signal Processing (DSP)

Introduction to Digital Signal Processing (DSP) Introduction to Digital Processing (DSP) Elena Punskaya www-sigproc.eng.cam.ac.uk/~op205 Some material adapted from courses by Prof. Simon Godsill, Dr. Arnaud Doucet, Dr. Malcolm Macleod and Prof. Peter

More information

Beethoven, Bach und Billionen Bytes

Beethoven, Bach und Billionen Bytes Meinard Müller Beethoven, Bach und Billionen Bytes Automatisierte Analyse von Musik und Klängen Meinard Müller Lehrerfortbildung in Informatik Dagstuhl, Dezember 2014 2001 PhD, Bonn University 2002/2003

More information

Technical Note PowerPC Embedded Processors Video Security with PowerPC

Technical Note PowerPC Embedded Processors Video Security with PowerPC Introduction For many reasons, digital platforms are becoming increasingly popular for video security applications. In comparison to traditional analog support, a digital solution can more effectively

More information

Advanced Data Structures and Algorithms

Advanced Data Structures and Algorithms Data Compression Advanced Data Structures and Algorithms Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Computer Science Department 2015

More information

TUC: Universal thermostat

TUC: Universal thermostat Product data sheet 3.1 21.700 TUC: Universal thermostat How energy efficiency is improved Control, monitoring and limiting according to needs and with no auxiliary energy. Features Regulates and monitors

More information

Telairity Dives Deep into Digital Video Technology Part 1

Telairity Dives Deep into Digital Video Technology Part 1 Telairity Dives Deep into Digital Video Technology Part 1 In an age when data is increasingly digital, and video is consuming a disproportionate and ever-increasing share of all digitized data, digital

More information

2 nd Int. Conf. CiiT, Molika, Dec CHAITIN ARTICLES

2 nd Int. Conf. CiiT, Molika, Dec CHAITIN ARTICLES 2 nd Int. Conf. CiiT, Molika, 20-23.Dec.2001 93 CHAITIN ARTICLES D. Gligoroski, A. Dimovski Institute of Informatics, Faculty of Natural Sciences and Mathematics, Sts. Cyril and Methodius University, Arhimedova

More information

ELEC 691X/498X Broadcast Signal Transmission Fall 2015

ELEC 691X/498X Broadcast Signal Transmission Fall 2015 ELEC 691X/498X Broadcast Signal Transmission Fall 2015 Instructor: Dr. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Time: Tuesday, 2:45

More information

Video coding standards

Video coding standards Video coding standards Video signals represent sequences of images or frames which can be transmitted with a rate from 5 to 60 frames per second (fps), that provides the illusion of motion in the displayed

More information

Music Information Retrieval (MIR)

Music Information Retrieval (MIR) Ringvorlesung Perspektiven der Informatik Sommersemester 2010 Meinard Müller Universität des Saarlandes und MPI Informatik meinard@mpi-inf.mpg.de Priv.-Doz. Dr. Meinard Müller 2007 Habilitation, Bonn 2007

More information

COMPUTER ENGINEERING PROGRAM

COMPUTER ENGINEERING PROGRAM COMPUTER ENGINEERING PROGRAM California Polytechnic State University CPE 169 Experiment 6 Introduction to Digital System Design: Combinational Building Blocks Learning Objectives 1. Digital Design To understand

More information

B I O E N / Biological Signals & Data Acquisition

B I O E N / Biological Signals & Data Acquisition B I O E N 4 6 8 / 5 6 8 Lectures 1-2 Analog to Conversion Binary numbers Biological Signals & Data Acquisition In order to extract the information that may be crucial to understand a particular biological

More information

Data Converter Overview: DACs and ADCs. Dr. Paul Hasler and Dr. Philip Allen

Data Converter Overview: DACs and ADCs. Dr. Paul Hasler and Dr. Philip Allen Data Converter Overview: DACs and ADCs Dr. Paul Hasler and Dr. Philip Allen The need for Data Converters ANALOG SIGNAL (Speech, Images, Sensors, Radar, etc.) PRE-PROCESSING (Filtering and analog to digital

More information

Communicating And Expanding Visual Culture From Analog To Digital

Communicating And Expanding Visual Culture From Analog To Digital Home Video For The 21st Century Communicating And Expanding Visual Culture From Analog To Digital V I C T O R C O M P A N Y O F J A P A N, L T D. Introduction JVC (Victor Company of Japan, Ltd.) invented

More information

QUICK GUIDE COMPUTER LOGICAL ORGANIZATION - OVERVIEW

QUICK GUIDE COMPUTER LOGICAL ORGANIZATION - OVERVIEW QUICK GUIDE http://www.tutorialspoint.com/computer_logical_organization/computer_logical_organization_quick_guide.htm COMPUTER LOGICAL ORGANIZATION - OVERVIEW Copyright tutorialspoint.com In the modern

More information

The Digital World. Digital Everything. The Analog World of my Youth

The Digital World. Digital Everything. The Analog World of my Youth The Digital World Digital Everything Digital clocks and digital watches, digital cameras and digital camcorders, digital television, digital thermometers, digital toasters and digital steam irons and digital

More information

Digital Logic Design: An Overview & Number Systems

Digital Logic Design: An Overview & Number Systems Digital Logic Design: An Overview & Number Systems Analogue versus Digital Most of the quantities in nature that can be measured are continuous. Examples include Intensity of light during the day: The

More information

DIGITAL ELECTRONICS MCQs

DIGITAL ELECTRONICS MCQs DIGITAL ELECTRONICS MCQs 1. A 8-bit serial in / parallel out shift register contains the value 8, clock signal(s) will be required to shift the value completely out of the register. A. 1 B. 2 C. 4 D. 8

More information

Chapter 1. Introduction to Digital Signal Processing

Chapter 1. Introduction to Digital Signal Processing Chapter 1 Introduction to Digital Signal Processing 1. Introduction Signal processing is a discipline concerned with the acquisition, representation, manipulation, and transformation of signals required

More information

Basic TV Technology: Digital and Analog

Basic TV Technology: Digital and Analog Basic TV Technology: Digital and Analog Fourth Edition Robert L. Hartwig AMSTERDAM. BOSTON. HEIDELBERG LONDON. NEW YORK. OXFORD PARIS. SAN DIEGO. SAN FRANCISCO SINGAPORE. SYDNEY TOKYO ELSEVIER Focal Press

More information

Content storage architectures

Content storage architectures Content storage architectures DAS: Directly Attached Store SAN: Storage Area Network allocates storage resources only to the computer it is attached to network storage provides a common pool of storage

More information

(Refer Slide Time 1:58)

(Refer Slide Time 1:58) Digital Circuits and Systems Prof. S. Srinivasan Department of Electrical Engineering Indian Institute of Technology Madras Lecture - 1 Introduction to Digital Circuits This course is on digital circuits

More information

An Overview of Video Coding Algorithms

An Overview of Video Coding Algorithms An Overview of Video Coding Algorithms Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Video coding can be viewed as image compression with a temporal

More information

!"#"$%& Some slides taken shamelessly from Prof. Yao Wang s lecture slides

!#$%&   Some slides taken shamelessly from Prof. Yao Wang s lecture slides http://ekclothing.com/blog/wp-content/uploads/2010/02/spring-colors.jpg Some slides taken shamelessly from Prof. Yao Wang s lecture slides $& Definition of An Image! Think an image as a function, f! f

More information

Dragon. manual version 1.6

Dragon. manual version 1.6 Dragon manual version 1.6 Contents DRAGON TOP PANEL... 2 DRAGON STARTUP... 2 DRAGON STARTUP SCREEN... 2 DRAGON INFO SCREEN... 3 DRAGON MAIN SCREEN... 3 TURNING ON A TRANSMITTER... 4 CHANGING MAIN SCREEN

More information

The future direction of tape media

The future direction of tape media The future direction of tape media Technical white paper Technical white paper Table of contents Introduction...3 The future role of tape...3 Storage for the idea economy...3 Preserving the digital universe...

More information

Implementation of an MPEG Codec on the Tilera TM 64 Processor

Implementation of an MPEG Codec on the Tilera TM 64 Processor 1 Implementation of an MPEG Codec on the Tilera TM 64 Processor Whitney Flohr Supervisor: Mark Franklin, Ed Richter Department of Electrical and Systems Engineering Washington University in St. Louis Fall

More information

The word digital implies information in computers is represented by variables that take a limited number of discrete values.

The word digital implies information in computers is represented by variables that take a limited number of discrete values. Class Overview Cover hardware operation of digital computers. First, consider the various digital components used in the organization and design. Second, go through the necessary steps to design a basic

More information

Out of order execution allows

Out of order execution allows Out of order execution allows Letter A B C D E Answer Requires extra stages in the pipeline The processor to exploit parallelism between instructions. Is used mostly in handheld computers A, B, and C A

More information

Multimedia Communications. Video compression

Multimedia Communications. Video compression Multimedia Communications Video compression Video compression Of all the different sources of data, video produces the largest amount of data There are some differences in our perception with regard to

More information

L. Sound Systems. Record Players

L. Sound Systems. Record Players L. Sound Systems We address three more sound sources in this section. These are the record player, tape deck, and CD player. They represent three levels of improvement in sound reproduction. Faraday's

More information

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface DIAS Infrared GmbH Publications No. 19 1 Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface Uwe Hoffmann 1, Stephan Böhmer 2, Helmut Budzier 1,2, Thomas Reichardt 1, Jens Vollheim

More information

Digital Audio Fundamentals

Digital Audio Fundamentals CHAPTER 14 Digital Audio Fundamentals John Watkinson 14.1 Audio as Data The most exciting aspects of digital technology are the tremendous possibilities that were not available with analog technology.

More information

HD SDI Cameras. = XON Tri-brid NDVR

HD SDI Cameras. = XON Tri-brid NDVR X-ON NDVR Concept The X-ON line up of Recording Server from Versiton is analytic powerhouse, highly-scalable, and IT friendly. The X-ON is designed to meet the complex application and integration requirements

More information

Introduction to Digital Logic Missouri S&T University CPE 2210 Exam 2 Logistics

Introduction to Digital Logic Missouri S&T University CPE 2210 Exam 2 Logistics Introduction to Digital Logic Missouri S&T University CPE 2210 Exam 2 Logistics Egemen K. Çetinkaya Egemen K. Çetinkaya Department of Electrical & Computer Engineering Missouri University of Science and

More information

Sensor Development for the imote2 Smart Sensor Platform

Sensor Development for the imote2 Smart Sensor Platform Sensor Development for the imote2 Smart Sensor Platform March 7, 2008 2008 Introduction Aging infrastructure requires cost effective and timely inspection and maintenance practices The condition of a structure

More information

Understanding IP Video for

Understanding IP Video for Brought to You by Presented by Part 2 of 4 MAY 2007 www.securitysales.com A1 Part 2of 4 Clear Eye for the IP Video Guy By Bob Wimmer Principal Video Security Consultants cctvbob@aol.com AT A GLANCE Image

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 27 H.264 standard Lesson Objectives At the end of this lesson, the students should be able to: 1. State the broad objectives of the H.264 standard. 2. List the improved

More information

Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William

Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William https://digitalcontentmarket.org/download/test-bank-for-business-datacommunications-infrastructure-networking-and-security-7th-edition-by-william-andtom/

More information

VU Mobile Powered by S NO Group

VU Mobile Powered by S NO Group Question No: 1 ( Marks: 1 ) - Please choose one A 8-bit serial in / parallel out shift register contains the value 8, clock signal(s) will be required to shift the value completely out of the register.

More information

PCM ENCODING PREPARATION... 2 PCM the PCM ENCODER module... 4

PCM ENCODING PREPARATION... 2 PCM the PCM ENCODER module... 4 PCM ENCODING PREPARATION... 2 PCM... 2 PCM encoding... 2 the PCM ENCODER module... 4 front panel features... 4 the TIMS PCM time frame... 5 pre-calculations... 5 EXPERIMENT... 5 patching up... 6 quantizing

More information

Analog to Digital Converter. Last updated 7/27/18

Analog to Digital Converter. Last updated 7/27/18 Analog to Digital Converter Last updated 7/27/18 Analog to Digital Conversion Most of the real world is analog temperature, pressure, voltage, current, To work with these values in a computer we must convert

More information

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING Harmandeep Singh Nijjar 1, Charanjit Singh 2 1 MTech, Department of ECE, Punjabi University Patiala 2 Assistant Professor, Department

More information

Understanding Multimedia - Basics

Understanding Multimedia - Basics Understanding Multimedia - Basics Joemon Jose Web page: http://www.dcs.gla.ac.uk/~jj/teaching/demms4 Wednesday, 9 th January 2008 Design and Evaluation of Multimedia Systems Lectures video as a medium

More information

SHENZHEN H&Y TECHNOLOGY CO., LTD

SHENZHEN H&Y TECHNOLOGY CO., LTD Chapter I Model801, Model802 Functions and Features 1. Completely Compatible with the Seventh Generation Control System The eighth generation is developed based on the seventh. Compared with the seventh,

More information

Preparing a Paper for Publication. Julie A. Longo, Technical Writer Sue Wainscott, STEM Librarian

Preparing a Paper for Publication. Julie A. Longo, Technical Writer Sue Wainscott, STEM Librarian Preparing a Paper for Publication Julie A. Longo, Technical Writer Sue Wainscott, STEM Librarian Most engineers assume that one form of technical writing will be sufficient for all types of documents.

More information

Introduction to Computers and Programming

Introduction to Computers and Programming 16.070 Introduction to Computers and Programming March 22 Recitation 7 Spring 2001 Topics: Input / Output Formatting Output with printf File Input / Output Data Conversion Analog vs. Digital Analog Æ Digital

More information

Analog and Digital. ICT Foundation. Copyright 2010, IT Gatekeeper Project Ohiwa Lab. All rights reserved.

Analog and Digital. ICT Foundation. Copyright 2010, IT Gatekeeper Project Ohiwa Lab. All rights reserved. 1 ICT Foundation Analog and Digital 2 Analog and Digital Analog Information that continuously varies by time Infinite precision is required to represent in numbers Examples: analog clock, weighing scale

More information

Receiving Envisat DDS and EUMETCast using 1 antenna, 1 cable and 1 PC

Receiving Envisat DDS and EUMETCast using 1 antenna, 1 cable and 1 PC Receiving Envisat DDS and EUMETCast using 1 antenna, 1 cable and 1 PC Arne Van Belle, EHAM-044, PE1PSJ Co-ordinator Radio Observers at Werkgroep Kunstmanen (workgroup man-made moons) The Netherlands www.kunstmanen.net

More information

Layout Decompression Chip for Maskless Lithography

Layout Decompression Chip for Maskless Lithography Layout Decompression Chip for Maskless Lithography Borivoje Nikolić, Ben Wild, Vito Dai, Yashesh Shroff, Benjamin Warlick, Avideh Zakhor, William G. Oldham Department of Electrical Engineering and Computer

More information

Max. temp. of sensor C. Capillary tube mm. Switching difference K. Sensor cartridge mm

Max. temp. of sensor C. Capillary tube mm. Switching difference K. Sensor cartridge mm 21.610/1 RAK: Universal thermostat How energy efficiency is improved Demand-led controlling, monitoring and limiting, without auxiliary energy. Areas of application For controlling and monitoring the temperature

More information

IVOS II & CEROS II Featuring Next Generation Human Clinical II Sperm Motility Software

IVOS II & CEROS II Featuring Next Generation Human Clinical II Sperm Motility Software HAMILTON THORNE IVOS II & CEROS II Featuring Next Generation Human Clinical II Sperm Motility Software Currently undergoing conformity assessment. Proven & Trusted Sperm Analysis With the proven performance

More information

INTERNATIONAL TELECOMMUNICATION UNION GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS PULSE CODE MODULATION (PCM) OF VOICE FREQUENCIES

INTERNATIONAL TELECOMMUNICATION UNION GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS PULSE CODE MODULATION (PCM) OF VOICE FREQUENCIES INTERNATIONAL TELECOMMUNICATION UNION ITU-T G TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS TERMINAL EQUIPMENTS PULSE CODE MODULATION (PCM) OF VOICE FREQUENCIES

More information

Overview: Video Coding Standards

Overview: Video Coding Standards Overview: Video Coding Standards Video coding standards: applications and common structure ITU-T Rec. H.261 ISO/IEC MPEG-1 ISO/IEC MPEG-2 State-of-the-art: H.264/AVC Video Coding Standards no. 1 Applications

More information

MISB ST STANDARD. Time Stamping and Metadata Transport in High Definition Uncompressed Motion Imagery. 27 February Scope.

MISB ST STANDARD. Time Stamping and Metadata Transport in High Definition Uncompressed Motion Imagery. 27 February Scope. MISB ST 0605.4 STANDARD Time Stamping and Metadata Transport in High Definition Uncompressed Motion 27 February 2014 1 Scope This Standard defines requirements for inserting frame-accurate time stamps

More information

Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract:

Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract: Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract: This article1 presents the design of a networked system for joint compression, rate control and error correction

More information

Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I

Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I Musical Acoustics, C. Bertulani 1 Musical Acoustics Lecture 16 Interval, Scales, Tuning and Temperament - I Notes and Tones Musical instruments cover useful range of 27 to 4200 Hz. 2 Ear: pitch discrimination

More information

MPEG-2. ISO/IEC (or ITU-T H.262)

MPEG-2. ISO/IEC (or ITU-T H.262) 1 ISO/IEC 13818-2 (or ITU-T H.262) High quality encoding of interlaced video at 4-15 Mbps for digital video broadcast TV and digital storage media Applications Broadcast TV, Satellite TV, CATV, HDTV, video

More information

Audiovisual Archiving Terminology

Audiovisual Archiving Terminology Audiovisual Archiving Terminology A Amplitude The magnitude of the difference between a signal's extreme values. (See also Signal) Analog Representing information using a continuously variable quantity

More information

Student Guide for SOLO-TUNED HARMONICA (Part II Chromatic)

Student Guide for SOLO-TUNED HARMONICA (Part II Chromatic) Student Guide for SOLO-TUNED HARMONICA (Part II Chromatic) Presented by The Gateway Harmonica Club, Inc. St. Louis, Missouri To participate in the course Solo-Tuned Harmonica (Part II Chromatic), the student

More information

Chapter 2 Signals. 2.1 Signals in the Wild One-Dimensional Continuous Time Signals

Chapter 2 Signals. 2.1 Signals in the Wild One-Dimensional Continuous Time Signals Chapter 2 Signals Lasciate ogni speranza, voi ch entrate. Dante Alighieri, The Divine Comedy We all send and receive signals. A letter or a phone call, a raised hand, a hunger cry signals are our information

More information

What You ll Learn Today

What You ll Learn Today CS101 Lecture 18 Digital Video Concepts Aaron Stevens 7 March 2011 1 What You ll Learn Today Why do they call it a motion picture? What is digital video? How does digital video use compression? How does

More information