Audio sampling as an example of analogue to digital Mr S McIntosh.

Slides:



Advertisements
Similar presentations
Multimedia: Digitised Sound Data Section 3. Sound in Multimedia Types: Voice Overs Special Effects Musical Backdrops Sound can make multimedia presentations.
Advertisements

MULTIMEDIA TUTORIAL PART - III SHASHI BHUSHAN SOCIS, IGNOU.
GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
WHAT’S THIS? ….. WHAT CHANGES? Uptown Funk 1 Uptown Funk 2. Uptown Funk 3.
Digital/Analog conversion How do we convert analog signals to digital data and vice versa?
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
DIGITAL COMMUNICATIONS.  The modern world is dependent on digital communications.  Radio, television and telephone systems were essentially analog in.
Image and Sound Editing Raed S. Rasheed Sound What is sound? How is sound recorded? How is sound recorded digitally ? How does audio get digitized.
IT Systems Why Digital? EN230-1 Justin Champion C208 –
Chapter 2 : Business Information Business Data Communications, 4e.
Light to Electricity: lines begin and end in black (low signal level) called Blanking between blanking is the active video scanning is precisely controlled.
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.
MDIA 308 Digital technologies. Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary =
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.
Representation of Data in Computer Systems
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.
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 6 Basics of Digital Audio
COMP Representing Sound in a ComputerSound Course book - pages
Introduction to Communication Systems
CSC361/661 Digital Media Spring 2002
Communications Option C – General Electronics Mr. Jean.
COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part IV) DIGITAL TRANSMISSION.
10/6/2015 3:12 AM1 Data Encoding ─ Analog Data, Digital Signals (5.3) CSE 3213 Fall 2011.
Professor: Dr. Miguel Alonso Jr.
Analogue vs Digital. Analogue  Lots of different frequencies, lots of different amplitudes  Wave recorded as it is.
Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature?
Analogue and Digital Signals SL – Option C.1 HL – Core 14.1.
EE210 Digital Electronics Class Lecture 2 March 20, 2008.
Introduction to SOUND.
1 Introduction to Information Technology LECTURE 6 AUDIO AS INFORMATION IT 101 – Section 3 Spring, 2005.
Sound Representation Digitizing Sound Sound waves through Air Different Voltages Voltage converted to numbers.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
Topic 14 Digital Technology. Analogue and Digital Signals.
1 Manipulating Audio. 2 Why Digital Audio  Analogue electronics are always prone to noise time amplitude.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
Binary! Objectives How sound is stored in digital format What is meant by “sample interval” and how it affects quality The trade off between file size.
Digital Technology 14.1 Analogue and Digital Signals.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
Task 2: Define digital and analogue signals
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
Image and Sound Representation
physics-chemistry-interactive-flash-animation
Analog to digital conversion
Learning Objectives Be able to explain how sound can be sampled and stored in digital form. Understand how sampling rate affects digital audio quality.
Digital Communication
Multimedia: Digitised Sound Data
PCM (Pulse Code Modulation)
Lesson Objectives Explain how sound can be sampled and stored in digital form Explain how sampling intervals and other considerations affect the size of.
Pulse Code Modulation (PCM)
Learning objectives Independent Task – B
Quantization and Encoding
14.1 Analogue and Digital Signals
Transverse/Longitudinal waves
Data Representation Keywords Sound
Pulse Code Modulation (PCM)
Waves Vocab.
Digital Control Systems Waseem Gulsher

Representing Sound 2.6 – Data Representation.
Pulse Code Modulation (PCM)
COMS 161 Introduction to Computing
Recognise how sound is represented in a computer system
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:

Audio sampling as an example of analogue to digital Mr S McIntosh

Analogue to digital Analogue signals are continuous waves The vibrations of air particles that make up the sound is converted to a variable voltage in a transducer. Analogue recording methods such as tape and vinyl record this analogue wave in some way.

Analogue to digital Analogue sounds are a continuous wave. Modern data storage needs to convert this varying voltage in to a string of binary digits to allow it to be stored

Sampling Converting an analogue wave to digital requires SAMPLING. The amplitude of the wave is measured repeatedly and this value recorded The more often you sample the more information from the original wave you save

Sampling By sampling more often you save more information from the original wave

Sampling Each time the wave is sampled the amplitude of the wave is measured The amplitude of the wave is split into ‘Levels’. These levels can each be given a binary number The more binary digits used to represent the amplitude the more levels you can have

Binary Levels 2 bit binary sampling would give… 4 possible levels

Binary Levels 3 bit binary sampling would give… 8 possible levels

Binary Levels 4 bit binary sampling would give… 16 possible levels

Binary Levels The more bits you use the more levels you have and the closer to the ‘correct’ amplitude you will get The actual amplitude at a sample point can be between the available levels. If this happens then the closest level is used This difference is called the QUANTIZATION error

Sampling example Sample rate is 5kHz

Sampling example

These numbers are then recorded as their binary equivalent Bit value The 0s and 1s are recorded and the analogue wave is now stored as digital data

Pulse-code modulation (PCM) Number bits gives number of available levels More bits means less quantization error Sample frequency sets the time period for sampling.