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

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.
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.
Analogue and Digital. Digital and Analogue 1.What change is happening between 2008 and 2012? 2.List some of the ways that digital TV can be sent. 3.List.
Capturing and optimising digital images for research Gilles Couzin.
Chapter 2 : Business Information Business Data Communications, 4e.
Lesson Objectives Explain the representation of an image as a series of pixels represented in binary Explain the need for meta data to be included in the.
Bitmapped Images 27 th November 2014 With Mrs
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
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.
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 Systems Nat 4.5 Computing Science Data Representation Lesson 4: Storing Graphics EXTENSION.
3. Multimedia Systems Technology
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.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
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.
Computer Systems Nat 4.5 Computing Science Data Representation Lesson 4: Representing and Storing Graphics EXTENSION.
COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
DATA REPRESENTATION IMAGES GCSE Computing. Learning Objective ■ To understand how an image is represented in Binary ■ To be able to convert a Binary code.
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.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
Computer Systems Nat 5 Computing Science Data Representation
Unit 2.6 Data Representation Lesson 3 ‒ Images
3.3 Fundamentals of data representation
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Images Data Representation.
Data Representation Images.
Image and Sound Representation
Data representation – Sound.
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Data representation – Sound.
physics-chemistry-interactive-flash-animation
How to Convert Pictures into Numbers
Binary 4 File Sizes.
Multimedia: Digitised Sound Data
Intermediate 2 Computing
Multimedia Systems and Applications
Digital Systems.
Data Representation Keywords Sound
Binary Code  
Images in Binary.
Analogue to Digital Conversion
Bitmap, Vector, Pixels, Resolution, Metadata.
Representing Images 2.6 – Data Representation.
Web Design and Development
Summer Term Year 10 Slides
Chapter 4: Representing sound
Representing Sound 2.6 – Data Representation.
ITEC2110, Digital Media Chapter 1 Background & Fundamentals
Computer Systems Nat 4.5 Computing Science Data Representation
Option: Data Representation
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
Year 8 Unit 2 Bitmap Graphics
Presentation transcript:

Data Representation: Sound

Hearing Aid (Microphone)

Light Sensor

Heat Sensor

Question: What do they all have in common?

Lesson Objectives All Most Some We are learning today: The basic concept of analogue / digital data How computers store data about sound, temperature and light. What is meant by the term “Bit Sampling” What is meant by the term “Bit Resolution” What is meant by the term “Bit Rate” How the bit sampling / bit rate affect file sizes All Most Some

The basic concept of analogue / digital data Digital signals are discrete (not continuous) They are either OFF or ON In binary terms 0 or 1 Analogue signals continuous (infinite possibilities) Affected by noise The basic concept of analogue / digital data

What does it mean by continuous? Vinyl Record CD The basic concept of analogue / digital data

The basic concept of analogue / digital data Digital vs Analogue The basic concept of analogue / digital data

Sample Rate The number of samples of sound taken by a computer, which represents sound digitally, in a second. What is meant by the term “Sample Rate”

Sample Rate CD’s currently have a sample rate of 44100 Hhz or 44khz. Which means the sound is sampled at 44 100 times a second. What is meant by the term “Sample Rate”

Sample Rate What is meant by the term “Sample Rate” Reading Volt .10 sec -1 .25 sec 1 .40 sec 7 .55 sec 6 .70 sec 5 .85 sec 2 1.00 sec Signed Binary 10000001 00000001 00000111 00000110 00000101 00000010 What is meant by the term “Sample Rate”

A single square on an image is a pixel.

Bit / Colour Depth Any black / white images have a colour / bit depth of 1-bit. The pixel is either white or black.

These are 8 bit /16 bit images. Bit / Colour Depth These are 8 bit /16 bit images. This means a pixel can choose between 0-255 or 0-65535 colours.

Bit / Colour Depth To store true colour (photo quality) you need at least 24bit (from 0 – 16 million colours).

Each pixel in this image stores the colour code: 9F7FA8 100111110111111110101000

What is the sample resolution this? Remember: I used 1 ‘I’ for each sample. The number of bits assigned to each sample. What is the sample resolution this? Reading Volt .10 sec -1 .25 sec 1 .40 sec 7 .55 sec 6 .70 sec 5 .85 sec 2 1.00 sec 1.15 sec -3 Signed Binary 10000001 00000001 00000111 00000110 00000101 00000010 10000011 8 bits What is meant by the term “Sample Resolution”

Bit Rate Bit Rate – The number of bits required to store 1 second of sound. This is then played back at Mbps (Megabits per second) What is meant by the term “Bit Rate”

What is the bit rate for this? Bit Rate – The number of bits required to store 1 second of sound. This is then played back at Mbps (Megabits per second) Reading Volt .10 sec -1 .25 sec 1 .40 sec 7 .55 sec 6 .70 sec 5 .85 sec 2 1.00 sec 1.15 sec -3 Signed Binary 10000001 00000001 00000111 00000110 00000101 00000010 10000011 What is the bit rate for this? 56Mbps What is meant by the term “Bit Rate”

Recap Sample Rate – No of samples per second Sample Resolution – No of bits assigned to each sample Bit Rate – Amount of bits for 1 second of sound What is meant by the term “Bit Rate”

File Size Sample Rate = 8000Hz Sample Resolution = 16 bit File Size = Sample Rate * Sample Resolution * Length of sound Sample Rate = 8000Hz Sample Resolution = 16 bit Length of Sound = 30 seconds 8000 * 16 * 30 = 3 840 000 bits or 480 000 bytes How to calculate a file size

How can the different rate effect the sound quality. 8khz 22khz 44khz How the bit sampling / bit rate affect file sizes.