ITEC2110, Digital Media Chapter 1 Background & Fundamentals

Slides:



Advertisements
Similar presentations
Analog Representations of Sound Magnified phonograph grooves, viewed from above: When viewed from the side, channel 1 goes up and down, and channel 2 goes.
Advertisements

Digital Signal Processing
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
4-Integrating Peripherals in Embedded Systems (cont.)
“Computers and Creativity”
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.
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
SIMS-201 Characteristics of Audio Signals Sampling of Audio Signals Introduction to Audio Information.
IT-101 Section 001 Lecture #8 Introduction to Information Technology.
School of Computing Science Simon Fraser University
1 The Information School of the University of Washington Nov 6fit more-digital © 2006 University of Washington Digital Information INFO/CSE 100,
Chapter 2 : Business Information Business Data Communications, 4e.
Chapter 1: Introduction Business Data Communications, 4e.
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
Digital Data Patrice Koehl Computer Science UC Davis.
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.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Fundamentals Rawesak Tanawongsuwan
Digital Media Lecture 2.1: SemesterOverview Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Digital Media Dr. Jim Rowan Chapter 2. Today’s Question! Phenomenon in the real world can be described as having two different modalities. Discrete phenomenon.
Computing with Digital Media: A Study of Humans and Technology Mark Guzdial, School of Interactive Computing.
Chapter 2, Exploring the Digital Domain
CSC361/661 Digital Media Spring 2002
1 4-Integrating Peripherals in Embedded Systems (cont.)
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Digital Media Dr. Jim Rowan Chapter 2. Roll Call using Banner.
Computer Some basic concepts. Binary number Why binary? Look at a decimal number: 3511 Look at a binary number: 1011 counting decimal binary
Announcements Chapter 11 for today No quiz this week Instructor got behind…. We'll be back in MGH389 on Friday.
Digital Recording Theory Using Peak. Listening James Tenney, Collage #1 (“Blue Suede”),  Available in Bracken Library, on James Tenney Selected.
Signal Digitization Analog vs Digital Signals An Analog Signal A Digital Signal What type of signal do we encounter in nature?
CIS-325: Data Communications1 CIS-325 Data Communications Dr. L. G. Williams, Instructor.
Digital Media Dr. Jim Rowan Chapter 2. First, some mac software you will be using (found in the application folder) Grab - used to do a screen capture.
Digital Media Dr. Jim Rowan Chapter 2. Roll Call using Banner.
More Meaningful Jargon Or, All You Need to Know to Speak Like a Geek Sound.
Digital Media Dr. Jim Rowan Chapter 2. Today’s Question! Who suggested that in order to best predict the future one should invent it?
Digital Media Dr. Jim Rowan Chapter 2. Roll Call using Banner.
1 Introduction to Information Technology LECTURE 6 AUDIO AS INFORMATION IT 101 – Section 3 Spring, 2005.
Digital Media Lecture 2: SemesterOverview Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Digital Media Lecture 2: SemesterOverview Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
Digital Media Dr. Jim Rowan Chapter 2. The Question: How do you put stuff in a computer –so that you can manipulate it –so that you can send it –so that.
Digital Media Dr. Jim Rowan Chapter 2. The Question: How do you put stuff in a computer –so that you can manipulate it –so that you can send it –so that.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2011 by Pearson Education, Inc. All rights reserved. 1.
Digital Media Dr. Jim Rowan Chapter 2. Today’s Question! Who suggested that in order to best predict the future one should invent it?
Digital Media Dr. Jim Rowan Chapter 2. Today’s Question! Phenomenon in the real world can be described as having two different modalities. Discrete phenomenon.
1 Rev 07/28/2015.  Describe: examples, definition,? 2.
Encoding and Simple Manipulation
CS 102 Computers In Context (Multimedia)‏ 03 / 30 / 2009 Instructor: Michael Eckmann.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
Digital Media Lecture 2: SemesterOverview Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
Fourier Analysis Patrice Koehl Department of Biological Sciences National University of Singapore
Data Representation: Sound
3.3 Fundamentals of data representation
Image and Sound Representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Multimedia: making it Work
Image and Sound Representation
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Multimedia: Digitised Sound Data
Multimedia Systems and Applications
Digital Media Dr. Jim Rowan Chapter 2.
Fundamentals Data.
Data Representation Keywords Sound
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Working with Multimedia
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
COMS 161 Introduction to Computing
Presentation transcript:

ITEC2110, Digital Media Chapter 1 Background & Fundamentals GGC -- ITEC2110 -- Digital Media

Content Analog vs. Digital Digitization (Sampling & Quantization) Bits basic concepts How bits represent information

Types of Information Analog information Digital information

Analog Information (continuous information) Examples: time weight temperature Brightness of a light Loudness of your voice …

Accuracy of Analog information: difficult to achieve How long is the black bar?

Digital Information (discrete information) Examples: The number of students in this class The number of cars in the parking lot The number of characters in your name …

Phenomena in the Real world: discrete vs continuous Things in the real world can be discrete These things can be counted Examples: The number of cars GM produced each year The number of beans in a jar

Phenomena in the Real world: discrete vs continuous Things in the real world can be continuous Continuous can’t be counted, it must be measured Examples: Air pressure Height of an ocean wave Frequency of a sound wave

characteristics of Analog vs. Digital Analog information Continuous Cannot be counted, must be measured made up of infinite number of data points Difficult to be accurate Digital information Discrete Countable Can be Accurate

computers can only deal with digital information Discrete data is easy for a computer count it and store it as a number Continuous data How?

Question... If computers only store 0s and 1s... How does all this continuous stuff end up in a computer so that we can save it and play it back?

Answer Continuous data must be converted to discrete data

Sampling: from continuous to discrete Converting continuous information to digital data: -You must SAMPLE to convert it to discrete

Sampling rate the number of samples per time period is called the sample rate

Sample and Hold: from digital to continuous Digital data back to continuous information:

Digitization Digitization is the process of converting analog information into digital data that computers can handle 2-step process: sampling quantization

Wave height Wave height

single sample

single sample

single sample (sample and hold)

two samples

two samples

two samples (sample and hold)

three samples

three samples

three samples (sample and hold)

four samples

four samples

four samples (sample and hold)

five samples

five samples

five samples (sample and hold)

Taking it a lot farther…

Taking it a lot farther…

How frequently should I sample? too few small file size (good) not a faithful representation when replayed too many large file size (bad) excellent representation when replayed The Nyquist rate twice as many samples as the frequency being captured Results in an ok file size Results in faithful representation when replayed

CD quality is 44,100 samples per second Why? Human hearing response is in the range of 20 to 22,000 cycles per second Nyquist sample rate = highest frequency to be captured = 22,050 CPS 2 x 22,050 = 44,100 samples per second

Further reading http://en.wikipedia.org/wiki/Nyquist_rate http://en.wikipedia.org/wiki/Sampling_%28signal_processing%29 http://en.wikipedia.org/wiki/Mp3

Quantization Quantization is the process of representing the sample data using only given number of values. The given number of values determines the bit depth of the quantization. In other words, bit depth refers to the number of allowable levels you map (or round) the sample data to.

Example: 10 levels For 10 discrete levels, you may have the 10 allowable values as 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 0, 5, 10, 15, 20, 25, 30, 35, 40, 45 2, 4, 6, 8, 10, 12, 14, 16, 18, 20 0, 100, 200, 300, 400, 500,600,700,800, 900 ... and so forth

Suppose you choose 1,2,3,4,5,6,7,8,9,10 For 1,2,3,4,5,6,7,8,9,10 Any value below 1.0 will be recorded as 1.0. Any value higher than 10 will be capped at 10. Any value will be rounded to closest decimal value It works well if all data fall in this range. But it may not be always the case.

Increase Number of Allowable Levels Will achieve better accuracy when more levels are used for quantization. However, for digitization, increasing the number of allowable levels (i.e. increasing bit depth) will increase the file size.

The side effects of sampling: sampling artifacts Sampling Artifacts are the negative side effects caused by having to sample continuous data

Sampling Artifacts Under-sampling: not enough samples being taken of continuous data can produce undesired artifacts

Sampling Artifacts (cont.) Not enough quantization levels when sampling continuous data can produce undesired artifacts Examples might be: too few grey levels: gradients become steps too few brightness levels: posterization

Sampling Artifacts Retrograde Motion 2 samples/cycle, 2 cycles

Sampling Artifacts

Sampling rate is related to: Bit depth is related to: Overview of how sampling rate and bit depth affect digital media file quality Sampling rate is related to: Bit depth is related to: digital images image resolution, or number of pixels number of allowable colors in an image digital video number of pixels in the video, frame rate number of allowable colors digital audio sampling rate of the audio (it limits how high the pitch of the audio can be captured) number of allowable levels of amplitude Details will be covered in chapters for each media type.

Now you should be able to answer the following questions Computers store and transmit information using digital data. What exactly is digital data? Is there anything not digital? Why do we bother to learn about anything not digital in a digital media course? What does digitizing mean?

Review Questions

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

Review Question Digitization means converting _____ into _____. analog information, digital data

Review Question Converting from analog to digital involves a two-step process: _____ and _____. sampling, quantization

Review Question When analog information is converted to digital data, two properties affect the exactness of the digital representation, one from sampling and one from quantizing. Which of the following is a result of quantization? A. sampling rate B. bit depth B

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

Review Question 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 A and C