Data representation – Sound.

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

Sound can make multimedia presentations dynamic and interesting.
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.
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.
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Eee116j1 1 Digital Information Engineering Science EEE116J1 Prof Paul Maguire w.
Motivation Application driven -- VoD, Information on Demand (WWW), education, telemedicine, videoconference, videophone Storage capacity Large capacity.
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.
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
Capturing and optimising digital images for research Gilles Couzin.
Representing Sound in a computer Analogue  Analogue sound is produced by being picked up by a transducer (microphone) and converted in an electrical current.
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.
4.1 Digital Multimedia Elements
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
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
COMP Representing Sound in a ComputerSound Course book - pages
MULTIMEDIA - WHAT IS IT? DEFINITION 1: Uses a VARIETY of media ELEMENTS for instruction Media elements are: text, sound, graphics, moving images (real.
AS LEVEL ICT2 Processing Different Types of Information.
Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature?
Types of Data. Numbers Text Pictures Sound Video.
File Sizes & Storage Requirements.  An image has a width in pixels and a height in pixels  Start by calculating the number of pixels all up  640 x.
Revision – part one. Starter – keywords... Revision list Data Representation Units of data.
Sound and Digital Sound v © Allan C. Milne Abertay University.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
Advanced AV Production Practicum Math for The Audio Video Professional Calculating Audio and Video File Sizes Copyright © Texas Education Agency, 2015.
CSCI-100 Introduction to Computing Hardware Part II.
Representation of Data in Computer Systems
Processing Data. Representing Numbers  Recap on Binary Numbers  Binary digit (1 or 0) – known as a ‘bit’, short for BInary digiT – bits generally grouped.
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. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Text and Images Key Revision Points.
Data Representation: Sound
3.3 Fundamentals of data representation
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Images Data Representation.
Multimedia: making it Work
Data Representation Images.
Everything is a number Everything in a computer memory and on storages is a number. Number  Number Characters  Number by ASCII code Sounds  Number.
Image and Sound Representation
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Data representation – Sound.
Learning Objectives Be able to explain how sound can be sampled and stored in digital form. Understand how sampling rate affects digital audio quality.
4.1 Different Audio Properties
Binary 4 File Sizes.
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
Folders out, planners out…
Data Representation Keywords Sound
Multimedia Fundamentals(continued)
Summer Term Year 10 Slides
Chapter 4: Representing sound
Representing Sound 2.6 – Data Representation.
COMS 161 Introduction to Computing
Computer Systems Nat 4.5 Computing Science Data Representation
Option: Data Representation
Computer Systems Nat 4/5 Data Representation Lesson 4:
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.
Option: Data Representation
WJEC GCSE Computer Science
Presentation transcript:

Data representation – Sound.

Recap How many colours could be represented per pixel in a 4 bit colour pallet The more bits per pixel the greater the colour depth, better image quality Resolution is the number of pixels per inch (PPI) or (DPI) As we know, a bitmapped image when enlarge does not gain more pixel, these pixels are merely stretched

Learning Objectives - 3.2.3 Understand how analogue data [sound, temperature, light intensity] is represented in binary 3.2.4 Understand the limitations of binary representation of data [quantisation, sampling frequency] and how bit length constrains the range of values that can be represented

Definitions Type Definition Other Fact Analogue Continuously variable Music Speech Activation Sensor Digital Binary pattern Can be stored Can be processed

When To Use Which? Analogue Playing Music Telephone Call Analogue Music stored on USB Key Fibre optic transmission A song being edited in Audacity Electricity along a copper wire Analogue Digital Digital Digital Analogue

How do we store sound on computers? Sample the sound at set intervals. Max possible Value Max possible Value +128 +128 time time -127 -127 Min Possible Value Min Possible Value

Analogue to Digital Conversions

Sampling Sampling Resolution = “quantisation” The number of bits needed to store one sound sample. The height of the wave is called the AMPLITUDE! – This is the aspect that is sampled. Sampling Frequency = The rate at which samples are taken The height of the wave is sampled at regular intervals The height is represented by a code (011, 111, …)

What affects the quality / file size? How often you take a sample…(sample rate) 44100 Hz 16000 Hz… The Sample Resolution How many bits you use for each sample 16 bits per sample gives 65,536 possible levels. (216)

Digital Mono Storage Requirement 16 bits per sample @ 44.1KHz 44100 sample X 2 / 1024 44100 Samples Sec 16 Bits Sample / 1 Byte 8 Bits / 1 Kb 1024 Bytes * How Much Storage For A 5 Second Clip? = 86.1 Kb/Sec 86.1 Kb/Sec * 5 Sec = 1033.2 Kb

Digital Stereo Storage Requirement 16 bits per sample @ 44.1KHz by 2 channels 44100 sample X 4 / 1024 1 Byte 8 Bits 1 Kb 1024 Bytes 44100 Samples Sec 16 Bits * 2 Sample * * * = 172.27 Kb/Sec How Much Storage For A 15 Second Clip? 172.27 Kb/Sec * 15 Sec = 2584.05 Kb

Thinking! - Sampled Levels How many different levels could be sampled using 1 bit 2 bits 3 bits 16 bits If positive and negative values were required, then we could go from – 032,768 to +32,767 including 0. (this is the two’s compliment method) Where have you seen this kind of question before? Gives just 2 levels 0 and 1 = 21 Give 4 levels: 00,01,10,11 = 22 Gives 8 levels = 23 Give 216 or 65,536 different possibilities 12

Open Audactiy Plug headphones / mic in before you open application. Once you have a sample Using a Microphone provided record your sample Start with the sample rate set to 44,100 Export the file Repeat the exercise with the sample rate set to 16,000 Explain the difference in file size Show your working.

Exam Question…