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.

Slides:



Advertisements
Similar presentations
Analogue to Digital Conversion (PCM and DM)
Advertisements

Analog to Digital Conversion of Sound Adam White.
CE 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Analog to Digital (and back again) Interfacing a microprocessor-based system.
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.
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.
Shuvra Das University of Detroit Mercy
IT-101 Section 001 Lecture #8 Introduction to Information Technology.
Analogue to Digital Conversion
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 26.1 Data Acquisition and Conversion  Introduction  Sampling  Signal Reconstruction.
Analogue to Digital Conversion
SWE 423: Multimedia Systems Chapter 3: Audio Technology (3)
1 Digitisation Conversion of a continuous electrical signal to a digitally sampled signal Analog-to-Digital Converter (ADC) Sampling rate/frequency, e.g.
Data Acquisition. Data Acquisition System Analog Signal Signal Conditioner ADC Digital Processing Communication.
Sampling Theory. Time domain Present a recurring phenomena as amplitude vs. time  Sine Wave.
Digital Audio Multimedia Systems (Module 1 Lesson 1)
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
MDIA 308 Digital technologies. Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary =
Digital to Analogue Conversion Natural signals tend to be analogue Need to convert to digital.
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.
LE 460 L Acoustics and Experimental Phonetics L-13
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.
Lab #8 Follow-Up: Sounds and Signals* * Figures from Kaplan, D. (2003) Introduction to Scientific Computation and Programming CLI Engineering.
COMP Representing Sound in a ComputerSound Course book - pages
ACOE2551 Microprocessors Data Converters Analog to Digital Converters (ADC) –Convert an analog quantity (voltage, current) into a digital code Digital.
Digital Recording Theory Using Peak. Listening James Tenney, Collage #1 (“Blue Suede”),  Available in Bracken Library, on James Tenney Selected.
Analog to Digital Data Conversion
3 SIGNALLING Analogue vs. digital signalling oRecap advantages and disadvantages of analogue and digital signalling oCalculate signal transmission rates.
COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part IV) DIGITAL TRANSMISSION.
ISAT 300 Computer-Based Instrumentation (part 2) Sampling and A/D Converters 11/14/01.
Chapter 3. Lesson Objectives Equations Chapter
V. Rouillard  Introduction to measurement and statistical analysis DIGITAL SAMPLING - DIGITISATION Digital sampling is mainly used in data acquisition.
Sound and Digital Sound v © Allan C. Milne Abertay University.
1 Manipulating Audio. 2 Why Digital Audio  Analogue electronics are always prone to noise time amplitude.
Analog/Digital Conversion
Transmission Media. Quiz: ANGEL->Lessons->Quiz 2 Figure 1Figure 2 Figure 3Figure 4.
Multimedia Sound. What is Sound? Sound, sound wave, acoustics Sound is a continuous wave that travels through a medium Sound wave: energy causes disturbance.
Lecture 2 Analog to digital conversion & Basic discrete signals.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Digital Audio I. Acknowledgement Some part of this lecture note has been taken from multimedia course made by Asst.Prof.Dr. William Bares and from Paul.
Audio sampling as an example of analogue to digital Mr S McIntosh.
Analogue to Digital Conversion © D Hoult analogue signal © D Hoult 2011.
Sampling and Digitisation. Digitisation Real-life images and sounds need to be digitised for computer representation. Turning an analogue or continuous.
Digital Measurements AOE 3054 Lowe Credits: Some excerpts developed by Devenport and Edwards, extracted from the course manual. 1.
Signal Encoding Techniques. Digital Data, Digital Signal  Digital signal discrete, discontinuous voltage pulses discrete, discontinuous voltage pulses.
Physical characteristics of sound Amplitude – The measure of displacement of the air pressure wave Frequency – Represents the number of periods.
Microprocessors Data Converters Analog to Digital Converters (ADC)
3.3 Fundamentals of data representation
Image and Sound Representation
Multimedia: Digitised Sound Data
DATA COMMUNICATION Lecture-16.
Multimedia Systems and Applications
Chapter 8 Mohamed Bingabr
Chapter 3 Sampling.
Signal conditioning.
Analog to Digital Converters Electronics Unit – Lecture 7
Data Representation Keywords Sound
Chapter 2 Signal Sampling and Quantization
Analogue to Digital Conversion
Analog to Digital Data Conversion
MECH 373 Instrumentation and Measurements
Digital Control Systems Waseem Gulsher
Noise in FTIR Nyquist sampling theorem This is for ideal case
COMS 161 Introduction to Computing
Analog to Digital Encoding
CEN352, Dr. Ghulam Muhammad King Saud University
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:

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 to the nearest 1V, or 0.1V) Bits per sample – the number of bits (binary digits) we need to record the value we measure. Quantisation error – these are errors introduced when the signal resolution is insufficient. (e.g. signal value = 0.115V, we record 0.1V)

Key terms Shannon-Nyquist theorem – states that the sampling rate must be at least twice the highest frequency component in order to accurately reproduce the signal. Aliasing – spurious low frequencies not present in the original signal, which are introduced when the sampling rate is too low (think of the “wagon wheel effect”…!)

Starter question A 30 second audio sample has a peak to peak voltage of 1.5V. The signal is digitised, using 14 bits per sample and a sampling rate of 40kHz. 1.How many levels does this give? 2.What will the voltage resolution of the signal be? 3.What is the time separation between samples? 4.What is the maximum frequency component that can be accurately reproduced in the signal? 5.How much data is required to store one second of the signal? 6.How much data is required to store the entire signal?