1 Rev 07/28/2015.  Describe: examples, definition,? 2.

Slides:



Advertisements
Similar presentations
EET260: A/D and D/A conversion
Advertisements

Digital Signal Processing
SWE 423: Multimedia Systems Chapter 3: Audio Technology (2)
The frequency spectrum
1 Rev 01/01/2015.  The main difference between analog and digital /discrete is that analog data is continuous and digital data is discrete.  We need.
SIMS-201 Characteristics of Audio Signals Sampling of Audio Signals Introduction to Audio Information.
IT-101 Section 001 Lecture #8 Introduction to Information Technology.
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.
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.
Chapter 1: Introduction Business Data Communications, 4e.
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.
MDIA 308 Digital technologies. Converting analog to digital ADC – analog to digital conversion An analog voltage is converted in binary code Binary =
Digital Data Patrice Koehl Computer Science UC Davis.
Computer Science 101 Introduction to Programming with Sounds.
 Continuous sequence of vibrations of air  (Why no sound in space? Contrary to Star Wars etc.)  Abstraction of an audio wave:  Ear translates vibrations.
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.
LE 460 L Acoustics and Experimental Phonetics L-13
Fall 2004EE 3563 Digital Systems Design Audio Basics  Analog to Digital Conversion  Sampling Rate  Quantization  Aliasing  Digital to Analog Conversion.
Lab #8 Follow-Up: Sounds and Signals* * Figures from Kaplan, D. (2003) Introduction to Scientific Computation and Programming CLI Engineering.
Introduction to Interactive Media 10: Audio in Interactive Digital Media.
Lecture # 22 Audition, Audacity & Sound Editing Sound Representation.
DTC 354 Digital Storytelling Rebecca Goodrich. Wave made up of changes in air pressure by an object vibrating in a medium—water or air.
Chapter 6 Basics of Digital Audio
Computing with Digital Media: A Study of Humans and Technology Mark Guzdial, School of Interactive Computing.
COMP Representing Sound in a ComputerSound Course book - pages
Lecture 5: Signal Processing II EEN 112: Introduction to Electrical and Computer Engineering Professor Eric Rozier, 2/20/13.
Art 321 Sound, Audio, Acoustics Dr. J. Parker. Sound What we hear as sound is caused by rapid changes in air pressure! It is thought of as a wave, but.
CSC361/661 Digital Media Spring 2002
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
Basics of Digital Audio Outline  Introduction  Digitization of Sound  MIDI: Musical Instrument Digital Interface.
Chapter 11 Audio © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature?
Introduction to SOUND.
More Meaningful Jargon Or, All You Need to Know to Speak Like a Geek Sound.
Audio / Sound INTRODUCTION TO MULTIMEDIA SYSTEMS Lect. No 3: AUDIO TECHNOLOGY.
Georgia Institute of Technology Introduction to Processing Digital Sounds part 1 Barb Ericson Georgia Institute of Technology Sept 2005.
1 Introduction to Information Technology LECTURE 6 AUDIO AS INFORMATION IT 101 – Section 3 Spring, 2005.
Properties of Sound Making Waves. Sound Waves ■Sound is created by vibrations.
Encoding and Simple Manipulation
Chapter 2 Basic Science: Analog and Digital Audio.
Intro-Sound-part1 Introduction to Processing Digital Sounds part 1 Barb Ericson Georgia Institute of Technology Oct 2009.
CS1315: Introduction to Media Computation Sound Encoding and Manipulation.
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.
1 Signals. 2 Signals Introduction Introduction Analog and Digital Analog and Digital.
Transmission Media. Quiz: ANGEL->Lessons->Quiz 2 Figure 1Figure 2 Figure 3Figure 4.
Multimedia Sound. What is Sound? Sound, sound wave, acoustics Sound is a continuous wave that travels through a medium Sound wave: energy causes disturbance.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
Frequency Range Of Speakers. Frequency Of Subs The Frequency of The 2subwoofers go from Hz.
Session 18 The physics of sound and the manipulation of digital sounds.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
1 CS 177 Week 7 Recitation Slides Modifying Sounds using Loops + Discussion of some Exam Questions.
DATA REPRESENTATION: SOUNDS GCSE Computing. Learning Objective ■ To understand how sounds are represented in Binary ■ To be able to convert a sound wave.
Fourier Analysis Patrice Koehl Department of Biological Sciences National University of Singapore
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Data analysis and modeling: the tools of the trade
The Physics of Sound.
Multimedia Systems and Applications
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Data Representation Keywords Sound
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Representing Sound 2.6 – Data Representation.
COMS 161 Introduction to Computing
ITEC2110, Digital Media Chapter 1 Background & Fundamentals
Assist. Lecturer Safeen H. Rasool Collage of SCIENCE IT Dept.
Analog to Digital Encoding
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.
Presentation transcript:

1 Rev 07/28/2015

 Describe: examples, definition,? 2

 Continuous information  An infinite number of divisions exist between any two measurements…weight now, wait a bit……weight now…the difference was continuous, not discrete (just gained a pound!!)  Time is also continuous (Good representation: An analog watch), as is sound loudness 3

4. Which is continuous? More accurate? Easiest to store in computers?

5

 Number of times a sound wave repeats in a second is its frequency  Measure frequency in Cycles/second-- Hertz: Hz  Named after H. R Hertz 6

7  A 1Hz (cycle)  Assume x-axis (time) is one second  The red is the analog (continuous) sound  The black is the digitized sound Sample Rate? (approx.)

Converting analog to digital  Sample/measure at a given sample rate, determine the associated value  Convert the value into binary (0,1): 8

 When something vibrates to make a sound, it pushes the air towards you and pulls it away from you many times a second.. You hear both the push and the pull, because both move your ear drum.  Negative amplitude occurs when air being pulled away  Positive when air pulling inward  By moving back and forth, the speaker increases and decreases the air pressure in front of it thus creating sound waves 9

 2-step process: 1. Sample/measure at a known frequency, (Hz, cycles/second) 2. Assign a value (called bit depth ) to the sample (process called quantizing) 10

The amplitude of the analog signal is sampled at uniform intervals, and each sample is quantized to the nearest value within a range Example: Assume  1Hz cycle (In real life, couldn't hear freq that low)  Sample 16 times /second… sample rate  Range 0-10 …may be called the bit depth. Graphically: 11

12 Technically ½ a cycle The blue line is an example of the audio signal, and the jagged red line would be digital representation of that ½ cycle. List the sample values for the first 5 samples...in decimal ?

13 1 Hz

 The amount of computer space gathered in each sample.  The higher the number, the more precise the information, the better the sound  For each sample determine a value (bit depth)  the number of bits of information in each sample  An 8 bit depth means each sample value is between 0 and ?  16 bit samples result in values between 0 and ? 14

15 Increase the bit depth. The more bits that are used, the more precise the representation of each sample.   2.) Increase sample rate  1.)

16 1.) Increase the bit depth. The more bits that are used, the more precise the representation of each sample. 2.)Increase the sample rate The more often you sample the most accurate the final result

 Let’s say we want to record (digitize) music  Humans can hear sound between 20 and 20,0000 Hz  To capture the sound, Sample 44,100 times per second.  This rate is the result of Nyquist’s Rate, aka Nyquist’s rule, or Nyquist’s theorem  Sample 2 x highest frequency  Music frequency 20-20,000 Hz  Sample rate then 2 *20,000=44,000 times/second…extra 100 due to Sony  Voice range is ? cycles/second?(Google it)  Therefor: what sample rate should we use if recording voice: 17

 Sample size is 16 bits…bit depth  2 ^ 16 = 65,536 possible values  Convert the amplitude to a value between zero and 65,636  Sample rate 44,100 Hz 18

200,000 Hz Dolphins 18,500 Highest frequency heard by average woman 17,500 Highest frequency heard by average man 4096Hz Highest note on a piano 4000 The most irritating or activating frequency (chainsaw freq) (approximate) also see also see And  Write down the value when you can no longer hear the sound  My speakers only go down to 80Hz..were for effects speakers in home theater…lower frequencies to sub-woofer 19

 Should have 3 speakers in the front  Two rear speakers  Sub woofer  (called 5.1)  Sound < 80Hz is sent to the sub  That’s why the speakers in our room only play down to 80 Hz max 20

21.

Digital data is _____ and analog information is _____. A. continuous; discrete B. discrete; continuous 22

Digitization means converting _____ into _____. 23

Converting from analog to digital involves a two- step process: _____ and _____. 24

Which of the following refers to the number of allowable levels of digitized data? A. sampling rate B. bit depth 25

Which of the following can reduce file size of digital media? (More than one choice) A. decrease sampling rate B. increase sampling rate C. decrease bit depth D. increase big depth 26

 As a group, answer the questions re digitzation  Two teams  Each team do the questions 27