Signal Digitization Analog vs Digital Signals An Analog Signal 100101110 0 100101110 0 A Digital Signal What type of signal do we encounter in nature?

Slides:



Advertisements
Similar presentations
3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations.
Advertisements

Tamara Berg Advanced Multimedia
Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets.
A stereo audio file 1. Audio Channels Number of audio channels determines number of waveforms in a recording Two relevant types of recording Stereo recording.
CNIT 132 – Week 9 Multimedia. Working with Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline each.
4.1Different Audio Attributes 4.2Common Audio File Formats 4.3Balancing between File Size and Audio Quality 4.4Making Audio Elements Fit Our Needs.
1. Digitization of Sound What is Sound? Sound is a wave phenomenon like light, but is macroscopic and involves molecules of air being compressed and expanded.
1 Multimedia on the Web: Issues of Bandwidth Bandwidth is a measure of the amount of data that can be sent through a communication pipeline each second.
Part A Multimedia Production Rico Yu. Part A Multimedia Production Ch.1 Text Ch.2 Graphics Ch.3 Sound Ch.4 Animations Ch.5 Video.
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
Chapter 5-Sound.
I Power Higher Computing Multimedia technology Audio.
SWE 423: Multimedia Systems Chapter 3: Audio Technology (2)
Comp 1001: IT & Architecture - Joe Carthy 1 Review Floating point numbers are represented in scientific notation In binary: ± m x 2 exp There are different.
DIGITAL COMMUNICATIONS.  The modern world is dependent on digital communications.  Radio, television and telephone systems were essentially analog in.
Digital audio recording Kimmo Tukiainen. My background playing music since I was five first time in a studio at fourteen recording on my own for six months.
Lecture 6: Audio Intro to IT COSC1078 Introduction to Information Technology Lecture 6 Audio James Harland
Chapter 2 : Business Information Business Data Communications, 4e.
Chapter 14 Recording and Editing Sound. Getting Started FAQs: − How does audio capability enhance my PC? − How does your PC record, store, and play digital.
SIMS-201 Audio Digitization. 2  Overview Chapter 12 Digital Audio Digitization of Audio Samples Quantization Reconstruction Quantization error.
Digital Audio Multimedia Systems (Module 1 Lesson 1)
Representing Sound in a computer Analogue  Analogue sound is produced by being picked up by a transducer (microphone) and converted in an electrical current.
Introduction to Digital Audio
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.
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
By Frankie, K. F. Yip Chapter 6 Speech. By Frankie, K. F. YipLecture 6 - Sound2 Sound Waves.
COMP Representing Sound in a ComputerSound Course book - pages
Audio. Why Audio Essential tool for – Interface – Narrative – Setting & Mood.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Computer Some basic concepts. Binary number Why binary? Look at a decimal number: 3511 Look at a binary number: 1011 counting decimal binary
AUDIO MEDIA 1 Created } “Borrowed” } Microphone MIDI keyboard CD’s & flash drives Internet Audio Sources 2.
Sound and audio. Table of Content 1.Introduction 2.Properties of sound 3.Characteristics of digital sound 4.Calculate audio data size 5.Benefits of using.
Sound or Audio, whichever you prefer –MIDI Files.midi or.mid (Musical Instrument Digital Interface) use for instrumental music. –This format is supported.
Multimedia Elements: Sound, Animation, and Video.
Sound on the Web. Using Sound on a Web Site Conveying information  pronounce a word or describe a product Set a mood  music to match the web page scene.
Overview of Multimedia A multimedia presentation might contain: –Text –Animation –Digital Sound Effects –Voices –Video Clips –Photographic Stills –Music.
Anatomy of a Sound File v © Allan C. Milne Abertay University.
Multimedia Technology and Applications Chapter 2. Digital Audio
Sound element Week - 11.
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.
Digital Audio System PCM streams have two basic properties that determine their fidelity to the original analog signal: the sampling rate, which is the.
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 4: Sound.
CSCI-100 Introduction to Computing Hardware Part II.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
CS Spring 2014 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2014.
Audio sampling as an example of analogue to digital Mr S McIntosh.
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.
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 4: Sound.
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
Data Representation: Sound
3.3 Fundamentals of data representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Objective % Explain concepts used to create digital audio.
Image and Sound Representation
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.
Objective % Explain concepts used to create digital audio.
Chapter 5:- Sound Eyad Alshareef Eyad Alshareef.
Data Representation Keywords Sound

Chapter 4: Representing sound
Representing Sound 2.6 – Data Representation.
COMS 161 Introduction to Computing
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.
Objective Explain concepts used to create digital audio.
Presentation transcript:

Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature? What type of signal is required by computers? What are the issues involved in converting from analog to digital?

Signal Digitization Analog Holds a Lot of Information The Analog Signal: A Closer Look Can a computer represent an infinite number of values? Amplitude The amplitude can take on an infinite number of possible values Time To get an exact copy of the signal, an infinite number of samples must be taken.

Signal Digitization A way to overcome the “time” problem Amplitude Time Sampling – breaking a signal up into discrete pieces by measuring the signal at regular time intervals. The higher the sampling rate the better the quality of recording!

Signal Digitization A way to overcome the “value” problem Amplitude Time Quantizing – grouping the infinite set of possible values into a finite number of bins and then assigning a binary number to each bin

Signal Digitization Voila! The analog signal is now digital! …

Storing Audio Signals Wave Files a digital audio representation uses a sampling and quantization to store sound 0 4 bytes 'RIFF' 4 4 bytes 8 4 bytes 'WAVE' 12 4 bytes 'fmt ' 16 4 bytes 0x // Length of the fmt data (16 bytes) 20 2 bytes 0x0001 // Format tag: 1 = PCM 22 2 bytes // Channels: 1 = mono, 2 = stereo 24 4 bytes // Samples per second: e.g., bytes // sample rate * block align 32 2 bytes // channels * bits/sample / bytes // 8 or bytes 'data' 40 4 bytes 44 bytes

Storing Audio Signals Musical Instrument Digital Interface (MIDI) Files a description of musical events, NOT a digitization of an audio signal representation of a sound includes values for the note's pitch, length, and volume very compact relative to digital audio Delta Time(decimal) Event Code (hex) Other Bytes (decimal) Comment 0 FF bytes: 4/4 time, 24 MIDI clocks/click, 8 32nd notes/24 MIDI clocks 0 FF bytes: 500,000 usec per quarter-note 0 C0 5 Ch. 1, Program Change Ch. 1 Note On E4, piano Ch. 1 Note Off E4, standard 0 FF 2F 00 Track End

Overcoming Limited Bandwidth Compression and Streaming Compression – reducing the amount of space needed to represent video or audio. Streaming – instead of downloading the whole video or audio, get enough to start playback and then continue download in the background. Which download technique will/won’t work when listening to web radio?

CD Trivia How many samples per second are taken for a CD? 44,100 (sampling rate of 44.1 khz) How many bits per sample? 16 (Other factors: error correction, 2 sample streams for stereo)