Chapter 2, Exploring the Digital Domain

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

Information Representation
SWE 423: Multimedia Systems Chapter 3: Audio Technology (2)
Chap 1 Image fundamental. Trends Image processing techniques have developed from Gray-level processing to color processing 2-D processing to 3-D processing.
“Computers and Creativity”
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
Chapter 8 Representing Information Digitally.
Chapter 2 : Business Information Business Data Communications, 5e.
Chapter 2 : Business Information Business Data Communications, 4e.
Chapter 1: Introduction Business Data Communications, 4e.
1 A Balanced Introduction to Computer Science, 2/E David Reed, Creighton University ©2008 Pearson Prentice Hall ISBN Chapter 12 Data.
SIMS-201 Audio Digitization. 2  Overview Chapter 12 Digital Audio Digitization of Audio Samples Quantization Reconstruction Quantization error.
Dale & Lewis Chapter 3 Data Representation
Fundamentals Rawesak Tanawongsuwan
Digital Images Chapter 8 Exploring the Digital Domain.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 1, 2004 Lecture Number: 4.
COMT 222 Tools for a Digital World. Digital? What makes information Digital? If it helps:  When is information not analog? Answer:  A finite number.
MSE602 ENGINEERING INNOVATION MANAGEMENT
Computers and Scientific Thinking David Reed, Creighton University Data Representation 1.
What is Intellectual Property ? Patents- protection of technology Trademarks- protection of domain names and product identity Copyrights- protection of.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Digital Media Dr. Jim Rowan ITEC Monday, August 27.
Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011.
Chapter 2 Computer Hardware
Using IP to Protect IST/SRA Innovations Prof. John W. Bagby on for Prof. Anna Squicciarini.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
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.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Chapter 2 : Business Information Business Data Communications, 6e.
Intellectual Property Laws and Fair Use Guidelines for Educational Multimedia.
Quiz # 1 Chapters 1,2, & 3.
1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 6, 2004 Lecture Number: 6.
Chapter 12 The Principles of Computer Music Contents Digital Audio Processing Noise Reduction Audio Compression Digital Rights Management (DRM)
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
CSCI-100 Introduction to Computing Hardware Part II.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Sampling and Digitisation. Digitisation Real-life images and sounds need to be digitised for computer representation. Turning an analogue or continuous.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
Intellectual Property. An original (creative) work, invention or information protected by law through a trademark, patent, copyright or trade secret.
Intellectual Property. An original (creative) work, invention or information protected by law through a trademark, patent, copyright or trade secret.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
1 Section 1.3 Binary Number Systems Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
What is an image? a representation, likeness, or imitation of an object or thing a vivid or graphic description something introduced to represent something.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Everything is a number Everything in a computer memory and on storages is a number. Number  Number Characters  Number by ASCII code Sounds  Number.
Level 3 Extended Diploma Unit 19 Computer Systems Architecture
Intellectual Property
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Multimedia: Digitised Sound Data
CS 115: Computing for The Socio-Techno Web
Multimedia Fundamentals(continued)
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Chapter 2 Data Representation.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Representing Sound 2.6 – Data Representation.
How Computers Store Data
COMS 161 Introduction to Computing
ITEC2110, Digital Media Chapter 1 Background & Fundamentals
COMS 161 Introduction to Computing
Presentation transcript:

Chapter 2, Exploring the Digital Domain

The Digital Domain the nature of the digital domain In this chapter you will learn about... the nature of the digital domain distinguishing analog vs. digital media the advantages of digital media the universal language of computers: binary encoded data how information is converted to digital (binary) form

What is the Digital Domain? computers process discrete or digital data data is information represented by a digital symbol system all forms of information must be converted to a digital form for processing

Analog vs. Digital Information natural forms of information are analog analog information is continuous, e.g., wave waveforms are measured by amplitude and frequency

Analog vs. Digital Information digital information is discrete analog information may be digitized, i.e, converted to a digital representation digitized data may be stored and processed by computers

Advantages of the Digital Domain greater precision ordinality (built-in ordering scale) efficient storage fast transfer resolution independence unlimited absolute replication selective and random access compression content analysis and synthesis

Binary Bits and Bytes binary numbering system is a base-2 positional numbering system in binary, each digit is either 0 or 1 and is a product of powers of two binary digits are called “bits” bits are organized into groups, e.g., 8 = “byte” digital data have finite precision (fixed number of bits)

Hexadecimal Numbering BIN 0000 1 0001 2 0010 3 0011 4 0100 5 0101 6 0110 7 0111 8 1000 9 1001 A 10 1010 B 11 1011 C 12 1100 D 13 1101 E 14 1110 F 15 1111

Digitizing Data the process of converting information to a binary form is called digitization both discrete and analog forms of information may be digitized

Digitizing Data Discrete forms of information (e.g., numbers, text) are encoded by numbering schemes, e.g., binary coded decimal numbers Analog forms of information are digitized in two steps sampling (discrete samples representing the continuous) quantizing (samples are converted to numeric form)

Example: Digitizing Images images are digitized using a two step process sampling the continuous tone image for pixels quantizing pixels

Example: Digitizing Images image is sampled by pixel resolution images are digitized using a two step process sampling the continuous tone image for pixels quantizing pixels

Example: Digitizing Images pixels samples are averaged images are digitized using a two step process sampling the continuous tone image for pixels quantizing pixels

Example: Digitizing Images pixels are converted to numeric form images are digitized using a two step process sampling the continuous tone image for pixels quantizing pixels

Digitizing Data the sampling rate affects the fidelity of digitization the quantizing scale (dynamic range) affects the sensitivity of digitization

Copyright Laws in the Digital Domain Trademarks protect words, names, symbols Patents protect inventors and their discoveries Trade secrets cover information that companies wish to keep secret. Copyrights protect “intellectual property”

Copyright Laws in the Digital Domain covers literary works, music, drama, dance, pictorial and graphic works, motion pictures and video, sound recordings, and architecture. protects the expression of ideas and not ideas does not apply to limited circumstances under the principle of fair use.