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.

Slides:



Advertisements
Similar presentations
Introduction to Digital Audio
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.
WHAT’S THIS? ….. WHAT CHANGES? Uptown Funk 1 Uptown Funk 2. Uptown Funk 3.
Chapter 2 : Business Information Business Data Communications, 4e.
+ Perceiving Sound. + Before we start! A review of Light.
Pitch How “high or low” a sound seems to be. (Bass vs. Treble) High pitch = high frequency [
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
Chapter 17: Mechanical Waves and Sound
COMP Representing Sound in a ComputerSound Course book - pages
Basics of Digital Audio Outline  Introduction  Digitization of Sound  MIDI: Musical Instrument Digital Interface.
Waves 5/22/2012. Waves Waves travel and transfer energy in an oscillating fashion (they wiggle). The amplitude, y, of a wave describes its height from.
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.
Images, Sound, and Multimedia. No Surprises Images, Sound, Music, and Movies – It’s all numbers – Binary Numbers Today we’ll discuss how multimedia is.
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.
CIS-325: Data Communications1 CIS-325 Data Communications Dr. L. G. Williams, Instructor.
Introduction to SOUND.
More Meaningful Jargon Or, All You Need to Know to Speak Like a Geek Sound.
1 Introduction to Information Technology LECTURE 6 AUDIO AS INFORMATION IT 101 – Section 3 Spring, 2005.
1 Rev 07/28/2015.  Describe: examples, definition,? 2.
The of SOUND What is it? There are two ingredients for sound. First, we need a VIBRATION, then a MEDIUM.
Learning Objectives: 1. Identify the different parts of a sound wave 2. Describe the relationship between wave amplitude and intensity + wave frequency.
SOUND.
SPH3U: Waves & Sound Wave Speed & Sound. The Universal Wave Equation Recall that the frequency of a wave is the number of complete cycles that pass a.
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.
Sound waves are longitudinal waves Loudness is connected to the amplitude – Larger amplitude means louder sound Pitch is connected to frequency and wavelength.
SOUND! SOL 5.2. Sound is ENERGY Sound is transmitted by waves. All sound is a vibration.
Section Vocabulary  Pitch- the highness or lowness of sound  Hertz- unit used to measure the frequency of a sound wave  Octave- A series of 8 notes.
Data Representation: Sound
SOUND WAVES, HEARING AND INTERACTIONS
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Sound / Audio.
Learning Objectives Be able to explain how sound can be sampled and stored in digital form. Understand how sampling rate affects digital audio quality.
Lesson 2: Sound Energy.
Lesson Objectives Explain how sound can be sampled and stored in digital form Explain how sampling intervals and other considerations affect the size of.
Learning objectives Independent Task – B
Introduction to Digital Audio
Waves and Wave Properties
Folders out, planners out…
Radiation What is radiation?
How sound is stored in digital format
Transverse/Longitudinal waves
Data Representation Keywords Sound
Hearing and Mechanoreceptors
Wave Relationships Objective: I can explain how parts of waves relate to each other and to energy.
Notes 4: Introduction to Sound
Web Design and Development
1. Explain how ASCII is used to represent text in a computer system
Introduction to Digital Audio
Introduction to Digital Audio
SOUND Energy.
Introduction to Digital Audio
Sound Important words: vibrate pitch (high or low) ...objects vibrate
Sound Review 2017 Answers.
Representing Sound 2.6 – Data Representation.
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.
WAVES AND WAVE INTERACTIONS
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.
Recognise how sound is represented in a computer system
Cornell Notes Sound Waves
Introduction to Digital Audio
Sound.
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.
4th Grade Science – Askew
SOUND Energy.
WJEC GCSE Computer Science
Chapter 12 Notes.
Presentation transcript:

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 and quality.

Sample Binary sound file Binary numbers. Metadata tells computer the type of file it is (picture, or sound or video etc)

What is sound? Sound is measured in ‘cycles per second’ or Hertz (Frequency of sound -aka PITCH) There is also a loudness of sound – (The height of the wave aka AMPLITUDE)

What is sound? If air moving slowly – LOW PITCHED BASS. You can hear vibration to 20 cycles per second (20Hz) ExampleExample If air moving quickly –HIGH PITCHED TREBLE. You can hear up to 20,000 cycles per second (20kHz) ExampleExample Most sound is a mixture of different frequencies

Binary sound Watch digital juice video on sampling rates..

Binary sound waves 101 Sound travels as a wave. The amplitude of the wave controls how loud the sound is. The frequency controls the pitch.

Binary sound waves 101 The image above shows how a wave changes to produce different sounds Image from scienceaid.co.uk

Binary sound waves 101 Sampling is a method of converting an analogue sound into a digital file containing binary numbers. Sound will be sampled at certain points along the wave. These are represented by the bars. After sampling we are left with a digital version of the sound.

Binary Higher sampling rate By doubling the sample rate we can represent the original sound wave much more closely. Increasing the sample rate will improve the quality of the sound file.

Binary Higher sampling rate The lower sample rate will create a crackly sound. Click on the speakers to hear the difference. LOW SAMPLE RATE HIGH SAMPLE RATE

Binary Quality Vs file size Each sample for a digital file takes up space. The more samples you have the higher the file size Mhz file size was 2.1 MB (8000 samples per second) Mhz file size was 11.5 MB (44100 samples per second) The difference between file size and quality is very closely related. Ever noticed that sound on internet sites is poor? This is to help reduce the amount of time it will take to download. Note – sample rate is sometimes referred to as bitrate.

Binary Activity Explain, in your revision PowerPoint, what is meant by sampling rate. Also make notes on the relationship between file size and sample rate.