Analog to Digital Conversion of Sound Adam White.

Slides:



Advertisements
Similar presentations
Analog to Digital Conversion (ADC)
Advertisements

Analog-to-Digital Converter (ADC) And
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
Digital Fundamentals Tenth Edition Floyd Chapter 12.
Announcements Assignment 8 posted –Due Friday Dec 2 nd. A bit longer than others. Project progress? Dates –Thursday 12/1 review lecture –Tuesday 12/6 project.
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.
Data Acquisition Risanuri Hidayat.
LSU 06/04/2007Electronics 71 Analog to Digital Converters Electronics Unit – Lecture 7 Representing a continuously varying physical quantity by a sequence.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
Shuvra Das University of Detroit Mercy
Analog to Digital Converters (ADC) 2 ©Paul Godin Created April 2008.
Analogue to Digital Conversion
Interfacing Analog and Digital Circuits
DIGITAL SYSTEMS TCE INTERFACING WITH ANALOG DEVICES (Week 12)
1 Dr. Un-ki Yang Particle Physics Group or Shuster 5.15 Amplifiers and Feedback: 3.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 26.1 Data Acquisition and Conversion  Introduction  Sampling  Signal Reconstruction.
Analogue to Digital Conversion
Chapter Two Fundamentals of Data and Signals Data Communications and Computer Networks: A Business User's Approach Fifth Edition.
JF 12/04111 BSC Data Acquisition and Control Data Representation Computers use base 2, instead of base 10: Internally, information is represented by binary.
Chapter 2 Fundamentals of Data and Signals
Chapter 2: Fundamentals of Data and Signals. 2 Objectives After reading this chapter, you should be able to: Distinguish between data and signals, and.
1 Chapter 2 Fundamentals of Data and Signals Data Communications and Computer Networks: A Business User’s Approach.
Data Acquisition. Data Acquisition System Analog Signal Signal Conditioner ADC Digital Processing Communication.
SIMS-201 Audio Digitization. 2  Overview Chapter 12 Digital Audio Digitization of Audio Samples Quantization Reconstruction Quantization error.
 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 Analog Converters
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.
School of Informatics CG087 Time-based Multimedia Assets Sampling & SequencingDr Paul Vickers1 Sampling & Sequencing Combining MIDI and audio.
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.
Radio production worktext.  Analog to Digital  Analog signal – continuously variable electrical signal whose shape is determined by the shape of the.
1 Sensors and Measurements Penderia & Pengukuran ENT 164 Signal Processing Elements Hema C.R. School of Mechatronics Engineering Northern Malaysia University.
Data Communications & Computer Networks, Second Edition1 Chapter 2 Fundamentals of Data and Signals.
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
INTERFACE WITH ANALOG WORLD
Data Acquisition Systems
CMPD273 Multimedia System Prepared by Nazrita Ibrahim © UNITEN2002 Multimedia System Characteristic Reference: F. Fluckiger: “Understanding networked multimedia,
Data Acquisition ET 228 Chapter 15 Subjects Covered Analog to Digital Converter Characteristics Integrating ADCs Successive Approximation ADCs Flash ADCs.
Virtual Instruments and Sequencing. Proses Pembuatan Lagu/Musik TrackingMixingMastering.
By Cheyenne Morgan Unit 1- Set up and operate a DAW.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
4.2 Digital Transmission Pulse Modulation Pulse Code Modulation
Analog to Digital Converters
Analog/Digital Conversion
Figure Analog-to-digital conversion.. Figure The DAC output is a staircase approximation to the original signal. Filtering removes the sharp.
Multimedia Sound. What is Sound? Sound, sound wave, acoustics Sound is a continuous wave that travels through a medium Sound wave: energy causes disturbance.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Task 2: Define digital and analogue signals
Networked Embedded Systems Sachin Katti & Pengyu Zhang EE107 Spring 2016 Lecture 13 Interfacing with the Analog World.
MECH 373 Instrumentation and Measurements
Microprocessors Data Converters Analog to Digital Converters (ADC)
Introduction to Discrete-Time Control Systems fall
Digital-to-Analog Analog-to-Digital
UNIT – III I: Digital Transmission.
Analogue & Digital.
Signal conditioning.
Analog to Digital Converters Electronics Unit – Lecture 7
Chapter 2 Signal Sampling and Quantization
Lesson 8: Analog Signal Conversion
Conversation between Analogue and Digital System
Sampling and Quantization
Analog-to-digital converter
COMS 161 Introduction to Computing
Analog to Digital Encoding
Chapter 7 Converters.
Presentation transcript:

Analog to Digital Conversion of Sound Adam White

Conversion Of Sound (ADC) Digital Audio Workstation(DAW)

Basics of Signal Conversion Sender ADC - converts an input analog voltage to a digital number proportional to the magnitude of the voltage or current. - Binary, Grays Code, 2’s complement Data Manipulation DAC Receiver

ADC Structures Binary – base 2 Grays Code 2’s Complement

Sampling The process of going from continuous time to discrete time sample rate Higher the sample rate = better quality, more storage What is the best sampling rate?

Nyquist’s Theorem the ADC's sampling rate must be at least twice the maximum bandwidth of the signal. The maximum bandwidth is called the Nyquist frequency. Aliasing

Resolution the number of bits used to represent the analog input signal. Higher the resolution, the more accurately the signal is replicated. Higher resolution reduces the quantization error.

Resolution eight bits resolution means it can hold values from 0 to 255 (2^8 = 256) -Example: Phone Systems 16 bits resolution, this means it can hold values from 0 to 65,535 (2^16 = 65,536). - Example: Audio CD’s 24 bit resolution is used for high end audio applications.

Quantization Error the difference between the actual analog input and the digital representation of that value Unavoidable Happens from rounding or truncation Is ok for phone systems

Non-Linear Error physical imperfections Output deviates from the linear function of their input Can be prevented by testing Either best fit straight line or line between end points

ADC Designs Flash Successive approximation Ramp Counter Wilkensons ADC Integrated ADC Delta Coded ADC Pipeline ADC Time Interleaved ADC

Flash Efficient for small resolution Fast Only has 8 bits of resolution Disadvantage – lots of comparators

Ramp Counter uses a counter Records value when they are equal Very Slow Inefficent

Successive Approximation Based off of Binary Search Throws out half the values each iteration Better for larger resolution Most popular fast

C CODE

Digital Audio Workstation DAW is the combination of a Mac or PC, software, and ADC. ADC in DAW acts as a sound card Usually external to computer. Often rackmountable High end sound cards, fast CPUs, lots of RAM, Large hard drives.

Computer Based DAW Separate Computer, Software, Hardware More Prevalent today Cheaper Software controls the two hardware components and provides a user interface to allow for recording and editing.

Integrated DAW combines all of the necessary components such as computing power, software, analog to digital conversion, and a gui all in the same unit. More popular throughout the 1980’s and 1990’s As computing power increased and costs decreased, popularity of integrated systems dropped.

DAW allows the software to act like a mixer – Volume control – Panning – EQ – Effects – cut, copy, paste – Splicing tracks – Multi-track Recording – “forcast” tracks

History Created by Bob Ingebretsen and JimYoungber 1970 First available to consumers in 1987 by digidesign Digidesign was available to Macintosh users Originally called Sound Tools – later chaged to ProTools. First Windows DAW introduced by Soundscape Digital Technology (year)

Pro Tools Mac or Windows More popular among Mac Developed and designed by DigiDesign Must be used with a DigiDesign ADC M-powered can be used with M-audio interface First version sold for $6,000 Sold now for $495 to $1995 “Industry Standard”

Cubebase Created by Steinberg Windows or mac More popular for windows First released in 1989 $499

Open Source Audacity DEMO