Representing Sound 2.6 – Data Representation.

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

Introduction to Digital Audio
Sound can make multimedia presentations dynamic and interesting.
4.1Different Audio Attributes 4.2Common Audio File Formats 4.3Balancing between File Size and Audio Quality 4.4Making Audio Elements Fit Our Needs.
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.
Dale & Lewis Chapter 3 Data Representation Analog and digital information The real world is continuous and finite, data on computers are finite  need.
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
I Power Higher Computing Multimedia technology Audio.
WHAT’S THIS? ….. WHAT CHANGES? Uptown Funk 1 Uptown Funk 2. Uptown Funk 3.
Image and Sound Editing Raed S. Rasheed Digital Sound Digital sound types – Monophonic sound – Stereophonic sound – Quadraphonic sound – Surround.
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.
SCA Introduction to Multimedia
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
Introduction to Sound Sounds are vibrations that travel though the air or some other medium A sound wave is an audible vibration that travels through.
Representation of Data in Computer Systems
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 26 – The Computer Sound System.
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.
DTC 354 Digital Storytelling Rebecca Goodrich. Wave made up of changes in air pressure by an object vibrating in a medium—water or air.
COMP Representing Sound in a ComputerSound Course book - pages
Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature?
Modication by tuti 1 LECTURE 7 THE USES OF DIGITAL AUDIO IN MULTIMEDIA.
Chapter 3. Lesson Objectives Equations Chapter
Introduction to SOUND.
Digital Sound Actual representation of sound Stored in form of thousands of individual numbers (called samples) Not device dependent Stored in bits.
More Meaningful Jargon Or, All You Need to Know to Speak Like a Geek Sound.
Sound and Digital Sound v © Allan C. Milne Abertay University.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
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.
Data dan Teknologi Multimedia Sesi 05 Nofriyadi Nurdam.
U73 PMD2: Understand methods and principles of sound design and production Date due: Monday 22/04/13.
4 BIT ADC BIT STREAM THE SOUND IS MEASURED (SAMPLED) AT REGULAR INTERVALS AND GIVEN A VALUE FROM 0 TO 15. THIS BINARY VALUE IS SENT TO A PARALLEL TO SERIAL.
Audio sampling as an example of analogue to digital Mr S McIntosh.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Data Representation: Sound
GCSE COMPUTER SCIENCE Data
3.3 Fundamentals of data representation
Image and Sound Representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Image and Sound Representation
Data representation – Sound.
Data analysis and modeling: the tools of the trade
Data representation – Sound.
physics-chemistry-interactive-flash-animation
Learning Objectives Be able to explain how sound can be sampled and stored in digital form. Understand how sampling rate affects digital audio quality.
Binary 4 File Sizes.
Lesson 2: Sound Energy.
Multimedia: Digitised Sound Data
Lesson Objectives Explain how sound can be sampled and stored in digital form Explain how sampling intervals and other considerations affect the size of.
Multimedia Systems and Applications
Learning objectives Independent Task – B
Introduction to Digital Audio
Folders out, planners out…
How sound is stored in digital format
CS 115: Computing for The Socio-Techno Web
Chapter 5:- Sound Eyad Alshareef Eyad Alshareef.
Data Representation Keywords Sound
Fundamentals of Multimedia
Multimedia Fundamentals(continued)
Introduction to Digital Audio
Introduction to Digital Audio
Introduction to Digital Audio
Chapter 4: Representing sound
Do it now activity Last lesson we learnt about how images are stored on a computer. Can a computer decide what colours to use in an image? How does a.
Do it now activity Last lesson we learnt about how images are stored on a computer. Can a computer decide what colours to use in an image? How does a.
Introduction to Digital Audio
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.
WJEC GCSE Computer Science
Presentation transcript:

Representing Sound 2.6 – Data Representation

Thursday, 17 January 2019 Representing Sound Unit 2: Computational Thinking, Algorithms & Programming Thursday, 17 January 2019 Representing Sound Learning Objective: To be able to demonstrate an understanding of how sound is stored in digital form. Success Criteria: I can describe how sound is sampled. I can explain how sound is converted and stored in digital form. I can explain how sampling intervals and other factors affect the size of a sound file and the quality of its playback. Key Terms: Sample size Bit rate Sampling frequency

Unit 2: Computational Thinking, Algorithms & Programming Sound In previous lessons we have looked at how numbers and images are stored as binary. This lesson, we will look at how we store sound.

Unit 2: Computational Thinking, Algorithms & Programming Sound Sound travels as a wave. Lets look at this example: Amplitude = how loud the sound is. Frequency = controls the pitch. Soundwaves are analogue. In order to store the waves digitally on the computer , we need to convert the waveform into a numerical representation so that the waveform can be stored in binary. To do this, we use an Analogue-to-Digital Converter (ADC).

Unit 2: Computational Thinking, Algorithms & Programming Sound The ADC works by taking samples of the sound wave at regular intervals. The quality and size of the file is affected by two factors – sample rate and bit rate.

Unit 2: Computational Thinking, Algorithms & Programming Sound: Sample Rate The sample rate refers to the number of samples taken every second and that the greater the frequency of the samples, the better the sound quality.

Unit 2: Computational Thinking, Algorithms & Programming Low Sample Rate

Unit 2: Computational Thinking, Algorithms & Programming High Sample Rate

Sample Rate: Converting Unit 2: Computational Thinking, Algorithms & Programming Sample Rate: Converting Each sample represents the amplitude of the digital signal at a specific point in time. The amplitude is stored as either an integer or a floating point number and encoded as a binary number. A common audio sample rate for music is 44,100 samples per second. The unit for the sample rate is hertz (Hz). 44,100 samples per second is 44,100 hertz or 44.1 kilohertz (kHz). BBC Bitesize

Unit 2: Computational Thinking, Algorithms & Programming Bit Rate The bit rate of a file tells us how many bits of data are processed every second. Bit rates are usually measured in kilobits per second (kbps).

Frequency × bit depth × channels = bit rate Unit 2: Computational Thinking, Algorithms & Programming Calculating Bit Rate The bit rate is calculated using the formula: Frequency × bit depth × channels = bit rate A typical, uncompressed high-quality audio file has a sample rateof 44,100 samples per second, a bit depth of 16 bits per sample and 2 channels of stereo audio. The bit rate for this file would be: 44,100 samples per second × 16 bits per sample × 2 channels = 1,411,200 bits per second (or 1,411.2 kbps) A four-minute (240 second) song at this bit rate would create a file size of: 1,411,200 x 240 = 338,688,000 bits (40.37MB)