MDIA 308 Digital technologies. Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary =

Slides:



Advertisements
Similar presentations
EET260: A/D and D/A conversion
Advertisements

Time-Frequency Analysis Analyzing sounds as a sequence of frames
Information Sources And Signals
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
Analogue to Digital Conversion (PCM and DM)
Speech Compression. Introduction Use of multimedia in personal computers Requirement of more disk space Also telephone system requires compression Topics.
EET 252 Unit 6 Analog-to-Digital Conversion
The Illinois Society of Electroneurodiagnostic Technologists (ISET) Fall Meeting: Electronics Crash Course for Technologists Saturday, November 9, 2013.
Analog to Digital Conversion. 12 bit vs 16 bit A/D Card Input Volts = A/D 12 bit 2 12 = Volts = Volts = 2048 −10 Volts = 0 Input Volts.
LSU 06/04/2007Electronics 71 Analog to Digital Converters Electronics Unit – Lecture 7 Representing a continuously varying physical quantity by a sequence.
Information Processing & Digital Systems COE 202 Digital Logic Design Dr. Aiman El-Maleh College of Computer Sciences and Engineering King Fahd University.
DIGITAL COMMUNICATIONS.  The modern world is dependent on digital communications.  Radio, television and telephone systems were essentially analog in.
Analogue to Digital Conversion
Quantization Prof. Siripong Potisuk.
Digital Voice Communication Link EE 413 – TEAM 2 April 21 st, 2005.
SWE 423: Multimedia Systems Chapter 3: Audio Technology (3)
Data Acquisition. Data Acquisition System Analog Signal Signal Conditioner ADC Digital Processing Communication.
Fundamentals of Digital Audio. The Central Problem n Waves in nature, including sound waves, are continuous: Between any two points on the curve, no matter.
Communications IB physics.
SIMS-201 Audio Digitization. 2  Overview Chapter 12 Digital Audio Digitization of Audio Samples Quantization Reconstruction Quantization error.
Representing Sound in a computer Analogue  Analogue sound is produced by being picked up by a transducer (microphone) and converted in an electrical current.
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
Analogue and Digital Signals SL – Option C.1. Signals When talking about electronics we will talk about ‘signals’ –This is simply the transfer of information.
Digital audio. In digital audio, the purpose of binary numbers is to express the values of samples that represent analog sound. (contrasted to MIDI binary.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
Digital Audio What do we mean by “digital”? How do we produce, process, and playback? Why is physics important? What are the limitations and possibilities?
School of Informatics CG087 Time-based Multimedia Assets Sampling & SequencingDr Paul Vickers1 Sampling & Sequencing Combining MIDI and audio.
Fall 2004EE 3563 Digital Systems Design Audio Basics  Analog to Digital Conversion  Sampling Rate  Quantization  Aliasing  Digital to Analog Conversion.
Key terms Sampling rate – how often we read the value of the signal Resolution – the separation between “levels” for our samples (can we read the value.
Chapter 2, Exploring the Digital Domain
COMP Representing Sound in a ComputerSound Course book - pages
Computers and Scientific Thinking David Reed, Creighton University Data Representation 1.
AUDIO COMPRESSION msccomputerscience.com. The process of digitizing audio signals is called PCM PCM involves sampling audio signal at minimum rate which.
ACOE2551 Microprocessors Data Converters Analog to Digital Converters (ADC) –Convert an analog quantity (voltage, current) into a digital code Digital.
Computer Some basic concepts. Binary number Why binary? Look at a decimal number: 3511 Look at a binary number: 1011 counting decimal binary
Professor: Dr. Miguel Alonso Jr.
1 Introduction to Information Technology LECTURE 6 AUDIO AS INFORMATION IT 101 – Section 3 Spring, 2005.
Digital Audio System PCM streams have two basic properties that determine their fidelity to the original analog signal: the sampling rate, which is the.
Chapter 12 The Principles of Computer Music Contents Digital Audio Processing Noise Reduction Audio Compression Digital Rights Management (DRM)
1 Rev 07/28/2015.  Describe: examples, definition,? 2.
Student of the Week. Assessment Statements IB Topic 14.1., Analogue and Digital Signals Solve problems involving the conversion between binary.
MPEG-1Standard By Alejandro Mendoza. Introduction The major goal of video compression is to represent a video source with as few bits as possible while.
Chapter 2 Basic Science: Analog and Digital Audio.
Communications 14.2 Digital Signals Solve problems involving the conversation between binary numbers and decimal numbers Power of Eightsfourstwosones.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
Multimedia Sound. What is Sound? Sound, sound wave, acoustics Sound is a continuous wave that travels through a medium Sound wave: energy causes disturbance.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Audio sampling as an example of analogue to digital Mr S McIntosh.
Analogue to Digital Conversion © D Hoult analogue signal © D Hoult 2011.
Microprocessors Data Converters Analog to Digital Converters (ADC)
Image and Sound Representation
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Topics discussed in this section:
Multimedia: Digitised Sound Data
UNIT II.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
High Resolution Digital Audio
Analog to Digital Converters Electronics Unit – Lecture 7
Chapter 2 Signal Sampling and Quantization
Soutenance de thèse vendredi 24 novembre 2006, Lorient
Analogue to Digital Conversion
Bits and Pieces November 6, 2007.
Digital Control Systems Waseem Gulsher
Chapter Nine: Data Transmission
Chapter 4: Representing sound
Sampling and Quantization
COMS 161 Introduction to Computing
Analog to Digital Encoding
Recap In previous lessons we have looked at how numbers can be stored as binary. We have also seen how images are stored as binary. This lesson we are.
Presentation transcript:

MDIA 308 Digital technologies

Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary = “two states” Expressed as “1/0” or “on/off” Each digit is called a bit Bits are combined into longer binary numbers or “bit words”

Converting analog to digital If a single digit were used to express the voltage values – there would be only two values By creating clusters of binary digits in longer strings, many values may be represented Two digits could describe four values: 00 – 11 – 10 – 01

Converting analog to digital The number of digits in the binary number or “bit word” is called the bit rate For many years the standard for consumer audio (compact disks) has been 16-bit, or binary numbers with sixteen digits 16-bit sampling will allow over 65,000 various combinations of digits 16-bit sampling produces acceptable fidelity for most puposes

Converting analog to digital Another variable which determines the accuracy of analog to digital conversion is the sampling rate Sampling rate describes how frequently the analog voltage is measured and converted into digital data

Nyquist Principle The Nyquist principle states that the highest frequency that can be sample is one half the sampling rate Thus, a sampling rate of 44,100 samples per second would accurately reproduce frequencies up to 22,050 Hz. Since most humans hear frequencies no higher than 20,000 Hz, 44.1 is acceptable

Sampling rate Each red point along the timeline represents one sample

Sampling rate A low sampling rate induces sampling error represented here as a misshapen wave form

Sampling rate A higher sampling rate reduces sampling error represented here as a more accurate wave form

Digitization At best, the digital data set is an approximation of the analog voltage that was sampled Converting the digital data back into an analog signal will have some inherent error

Digitization Over sampling and higher sampling rates produce more accurate wave forms

Data management High fidelity audio (wide frequency response and high dynamic range) requires large data sets HD video storage requires even larger data sets

Data management Down sampling or down conversion lower the sampling and bit rates to produce smaller files To help manage data, compression schemes remove redundancies and use “masking” of some content