Vannevar Bush: As We May Think

Size: px
Start display at page:

Download "Vannevar Bush: As We May Think"

Transcription

1 Vannevar Bush: As We May Think 1. What is the context in which As We May Think was written? 2. What is the Memex? 3. In basic terms, how was the Memex intended to work? 4. In what ways does personal computing using the Internet as we know it differ from the Memex as envisioned? 5. Do you think that Bush s vision actually influenced the development of personal computing and the Internet? Why or why not? 6. Did you notice anything about gender roles in the article?

2 Data Representation John K. Bennett IWKS 2300/5350 Fall 2017

3 Counting Systems quantity decimal binary 3-bit register overflow overflow overflow

4 Number Representation (10011) two i n i i b n n b x x x x )... ( (9038) ten General Case: Base 10: Base 2:

5 Binary Representation of Numeric Values Sign Magnitude (e.g., -2 = 1010) We just flip the sign bit to get a negative number 5 = = = = 1000 Sign Magnitude Subtraction = 3 = = -5 Two zeros: 0!= -0

6 Binary Representation of Numeric Values Sign Magnitude (e.g., -2 = 1010) One s Complement (invert: e.g., -2 = 1101) 5 = = = = 1111 Sign Magnitude = 3 = = -5 Two zeros: 0!= -0 One s Complement = 3 = = 0 Two zeros: 0!= -0

7 Binary Representation of Numeric Values Sign Magnitude (e.g., -2 = 1010) One s Complement (invert: e.g., -2 = 1101) Sign Magnitude = 3 = -2 Two s Complement (invert and add 1: e.g., -2 = 1101) = -5 Two zeros: 0!= -0 Two s Complement One s Complement = 3 = = -1 Two zeros: 0!= = 3 = -2 = 1 Only one zero: 0 = -0 Invertible: --n = n

8 Representing 2 s Complement Negative Numbers (4-bit system) The representation of all positive numbers begins with a 0 The representation of all negative numbers begins with a 1 To convert a two s comp. number: Inside CPU: complement number and add 1 (easy to do with full adders) On Paper: leave all trailing 0 s and first 1 from right intact, then flip all the remaining bits moving left Example: 2-5 = 2 + (-5) = = -3

9 Overflow in 2 s Complement Binary Addition Assuming 4-bit numbers (3 bits plus sign): = -7 = = -5 = = = 2 No overflow How it works: Like decimal addition When signs are opposite, carry into or out of sign bit can be ignored When signs are the same, carry into sign bit that changes sign indicates overflow (that must be handled) Overflow (but we don t care) = 5 = 7 = -4 Overflow into sign bit (we do care)

10 Floating Point Representation Scientific notation uses a floating decimal point: is written as x is written as x 10-3 base is written as x 10 2 sign bit mantissa exponent We will use the same principle to represent floating point numbers in a computer, i.e.: sign mantissa exponent The base (2) is implied

11 Floating Point Representation If I want high precision, e.g.: x 10-3 What do I do? What do I give up? If I want very large or very small numbers, e.g.: 5.03 x x What do I do? What do I give up?

12 Special Exponents and Numbers e s m Represents 0 all zeros all zeros 0 1 all zeros all zeros -0 0 all ones all zeros 1 all ones all zeros 0 or 1 all ones non-zero NaN

13 What else do we need to be able to represent? Characters and text Does language matter? True and False Why? Sound How? Images How? Video How? What else?

14 Representing ASCII (American Standard Code for Information Interchange) Text

15 ASCII and Unicode ASCII was designed to only represent English language text How can we fix? Answer: Unicode Unicode is a standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems. Developed in conjunction with the Universal Coded Character Set (UCS) standard and published as The Unicode Standard, the latest version of Unicode contains a repertoire of 136,755 characters covering 139 modern and historic scripts, as well as multiple symbol sets. Unicode takes the role of providing a unique code point a number, not a glyph for each character. In other words, Unicode represents a character in an abstract way and leaves the visual rendering (size, shape, font, or style) to other software Originally only 16 bits (so ~64000 characters could be defined), Unicode now a codespace of 1,114,112 code points in the range 0 hex to 10FFFF hex. This codespace is divided into 17 planes.

16 Other Kinds of Encoding Huffman Encoding a way to assign binary codes to symbols that reduces the overall number of bits used to encode a typical string of those symbols. Example: 00 A 01 E 100 L 110 O 111 R 1010 B 1011 D

17 Run-length Encoding Other Kinds of Encoding a way to assign binary codes to symbols that reduces the overall number of bits used to encode a typical string of those symbols. Example: consider a screen containing plain black text on a solid white background. There will be many long runs of white pixels in the blank space, and many short runs of black pixels within the text. A hypothetical scan line, with B (= 0) representing a black pixel and W (= 1) representing white, might read as follows: WWWWWWWWWWWWBWWWWWWWWWWWWBBBWWWWWWWWWWWWWWWWWWWWWWWWBWWWWWWWWWWWWWW With a run-length encoding (RLE) data compression algorithm applied to the above hypothetical scan line, it can be rendered as follows: 12W1B12W3B24W1B14W or

18 Keyword Encoding Other Kinds of Encoding Replace frequently used words with a single character, e.g.: We hold # truths to be self-evident, $ all men are created equal, $ ~y are endowed by ~ir Creator with certain unalienable Rights, $ among # are Life, Liberty + ~ pursuit of Happiness. $ to secure # rights, Governments are instituted among Men, deriving ~ir just powers from ~ consent of ~ governed, $ whenever any Form of Government becomes destructive of # ends, it is ~ Right of ~ People to alter or to abolish it, + to institute new Government, laying its foundation on such principles + organizing its powers in such form, ^ to ~m shall seem most likely to effect ~ir Safety + Happiness.

19 What Does it Mean to be Digital? An Analog Signal...

20 Frequency and Amplitude Audio Signals

21 Digital Representation It s just numbers...

22 How fast do we have to sample? Nyquist Sampling Theorem: lots of math, the gist of which is: If a function x(t) contains no frequencies higher than B hertz, it is completely determined by giving its ordinates at a series of points spaced 1/(2B) seconds apart, a sufficient sample-rate is at least 2B samples/second. In English, sample at at least twice the highest frequency of interest.

23 Example: An Audio Compact Disc 44,100 samples per second (how did we arrive at this number?) Each sample is a 16-bit number 2 channels (L+R) =>176,400 bytes per second 72 minutes capacity, => 762MB data

24 What Are the Advantages of Digital Representation of Analog Data? Noise immunity in storage and transmission Ease of storage/manipulation/transformation Uniformity -- It's all just bits!

25 What About Video? How does video work? Still based on cathode ray tube (CRT) design:

26 How fast do we have to scan? The human eye is a pretty good integrator But also has a pretty fast response time We don t want the screen to appear to flicker, or have interference patterns Need to be above ~37 hertz to avoid objectionable flicker; making the refresh rate 60 Hz (synched to power line) avoids interference patterns.

27 What is RGB? Why do we use it? It has to do with the way human eyes work 24 bits of color 8 Red; 8 Green; 8 Blue Sometimes 8 bits for alpha => 32 bits / color pixel

28 A Brief Sidequest Into Color

29 Color Hue, Saturation and Value Hue is the most obvious characteristic of color, representing what we perceive to be the actual color. Value (also called brightness or luminosity ) is measure of how bright we perceive the color to be. Saturation (also called chroma ) is the purity of a color. It is a measurement of how different from pure grey we perceive the color to be. Highly saturated colors look rich and full. Low saturation colors look dull and grayish.

30 Human Perception of Color Receptors (cones) for med and high-brightness color vision** Sensitivity peaks in Short (blue), Middle (green), Long (red) wavelengths. Thus, three parameters, corresponding to levels of stimulus to the three types of cone cell, can in principle describe any color sensation. **Also low-brightness, monochromatic "night-vision" rods (peak sensitivity around nm).

31 Human Perception of Emitted Light We do not usually refer to colors using the LMS space defined by the cone spectral sensitivities. Instead, we use these tristimulus values conceptualized as various amounts of three primary colors in an additive color model Most wavelengths of light will not stimulate only one type of cone cell, because the sensitivity curves of the three cone cells overlap. To have a single component that describes the perceived brightness, imaginary primary colors and corresponding color-matching functions were formulated. The resulting tristimulus values are defined by the CIE* 1931 color space, in which they are denoted X, Y, and Z. The CIE XYZ color space is intended to encompass all color sensations that an average person can experience. * International Commission on Illumination

32 The Visible Color Gamut: CIE 1931 The CIE 1931 XYZ color space was created by the International Commission on Illumination (CIE) in It was derived from a series of experiments done in the late 1920s by William David Wright and John Guild. Their experimental results were combined into the specification of the CIE RGB color space, from which the CIE XYZ color space was derived.

33 How To Interpret a Gamut

34 The Meaning of X, Y, and Z When judging the relative luminance (brightness) of different colors in well-lit situations, humans tend to perceive light within the green parts of the spectrum as brighter than red or blue light of equal power. The luminosity function that describes the perceived brightness of different wavelengths is thus roughly analogous to the frequency response of M cones. The CIE model capitalizes on this fact by defining Y as luminance (or brightness ). Z is roughly equal to blue stimulation, or the S cone response, and X is a mix (a linear combination) of cone response curves chosen to be nonnegative. The XYZ tristimulus values are thus analogous to, but not equal to, the LMS cone responses of the human eye. Defining Y as luminance has the useful result that for any given Y value, the XZ plane will contain all possible chromaticities at that luminance.

35 We Can Only Approximate the Human Gamut

36 What s Wrong With CIE 1931 An equal mixture of two equally bright colors will not generally lie on the midpoint of that line segment. Thus, a given distance on the xy chromaticity diagram does not correspond to the degree of difference between two colors. In the early 1940s, David MacAdam studied the nature of visual sensitivity to color differences, and summarized his results in the concept of a MacAdam ellipse. Based on the work of MacAdam, the CIE 1960, CIE 1964, and CIE 1976 color spaces were developed, with the goal of achieving perceptual uniformity (have an equal distance in the color space correspond to equal differences in color).

37 MacAdam Ellipses MacAdam compared perception of color differences at 25 points on the chromaticity diagram. He found that the size and orientation of the ellipses of equivalent perception on the diagram varied widely depending on the test color. These 25 ellipses measured by MacAdam, for a particular observer are shown here.

38 How to Avoid These Distortions? A number of attempts have been made to define a color space that is not as distorted as the CIE XYZ space. The most notable of these are the CIELUV and CIELAB color spaces. Although both of these spaces are less distorted than the CIE XYZ space, they are not completely free of distortion. This means that the MacAdam ellipses become nearly (but not exactly) circular in these spaces. The CIE 1976 (L*, u*, v*) color space, commonly known by its abbreviation CIELUV, is a simple-tocompute transformation of the 1931 CIE XYZ color space that attempts perceptual uniformity.

39 Computing CIELUV (if you care) CIELUV attempts to define an encoding with uniformity in the perceptibility of color differences. The non-linear relations for L*, u*, and v* are given below: The quantities u n and v n are the (u, v ) chromaticity coordinates of a specified white object which may be termed the white point and Yn is its luminance.

40 The CIE 1936 and 1976 LUV Gamuts

41 Emitted (Additive) Color Mixing Combine Red + Green Red + Blue Green + Blue Red + Green + Blue Perceived As Yellow Magenta Cyan White

42 Reflected (Substractive) Color We do not perceive only emitted light. Most light that we perceive is reflected off of objects. When light is reflected, what we actually perceive is the light that is not absorbed, i.e., if all colors of light except those of the red wavelengths are absorbed, we perceive a red object.

43 Subtractive Color Mixing When the source of color is pigment or dye, the result of combining colors is different from when the source of color is light. Subtractive color mixing occurs when light is reflected off a surface or is filtered through a translucent object. For example, a red pigment or filter only appears red because it absorbs (subtracts) all of the light that is not red and only reflects or allows the red light. Similarly, a green pigment only reflects green light and a green filter only passes green light. Combine Absorbs Leaves Cyan + Magenta Red + Green Blue Cyan + Yellow Red + Blue Green Magenta + Yellow Green + Blue Red Cyan + Magenta + Yellow Red + Green + Blue Black

44 CMYK Colors With reflected (subtractive) color we are basically mixing pigments to absorb different colors of light rather than mixing light colors. The black created by mixing Cyan, Magenta and Yellow is not generally satisfactory, so we usually add an actual black.

45 It s the Same Color Wheel; We are just mixing it differently End of color sidequest

46 A Few Examples of RGB colors White = 255, 255, 255 Black = 0, 0, 0 Purple = 157, 95, 82

47 Video Compression Temporal just pass the differences between frames Spatial remove redundant information in single frame Do both Why do we care? 1280 x 1024 x 24 x 60 = 235,929,600 bits/sec If your basic technology operates at 1MHz, 236MHz is a pretty big leap

48 Video Compression Techniques Run-length encoding Difference encoding Reduce size of image (fewer pixels) Reduce color granularity Modern processors/gpus are fast enough that this is less of a concern, but, we are making displays higher resolution, e.g., 4K displays 4K x 4K x 32 x 60 = 32 GHz 4K x 4K x 32 x 72 = 38.5 GHz

Understanding Human Color Vision

Understanding Human Color Vision Understanding Human Color Vision CinemaSource, 18 Denbow Rd., Durham, NH 03824 cinemasource.com 800-483-9778 CinemaSource Technical Bulletins. Copyright 2002 by CinemaSource, Inc. All rights reserved.

More information

Processing. Electrical Engineering, Department. IIT Kanpur. NPTEL Online - IIT Kanpur

Processing. Electrical Engineering, Department. IIT Kanpur. NPTEL Online - IIT Kanpur NPTEL Online - IIT Kanpur Course Name Department Instructor : Digital Video Signal Processing Electrical Engineering, : IIT Kanpur : Prof. Sumana Gupta file:///d /...e%20(ganesh%20rana)/my%20course_ganesh%20rana/prof.%20sumana%20gupta/final%20dvsp/lecture1/main.htm[12/31/2015

More information

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems Prof. Ben Lee School of Electrical Engineering and Computer Science Oregon State University Outline Computer Representation of Audio Quantization

More information

[source unknown] Cornell CS465 Fall 2004 Lecture Steve Marschner 1

[source unknown] Cornell CS465 Fall 2004 Lecture Steve Marschner 1 [source unknown] 2004 Steve Marschner 1 What light is Light is electromagnetic radiation exists as oscillations of different frequency (or, wavelength) [Lawrence Berkeley Lab / MicroWorlds] 2004 Steve

More information

Chapt er 3 Data Representation

Chapt er 3 Data Representation Chapter 03 Data Representation Chapter Goals Distinguish between analog and digital information Explain data compression and calculate compression ratios Explain the binary formats for negative and floating-point

More information

Murdoch redux. Colorimetry as Linear Algebra. Math of additive mixing. Approaching color mathematically. RGB colors add as vectors

Murdoch redux. Colorimetry as Linear Algebra. Math of additive mixing. Approaching color mathematically. RGB colors add as vectors Murdoch redux Colorimetry as Linear Algebra CS 465 Lecture 23 RGB colors add as vectors so do primary spectra in additive display (CRT, LCD, etc.) Chromaticity: color ratios (r = R/(R+G+B), etc.) color

More information

Power saving in LCD panels

Power saving in LCD panels Power saving in LCD panels How to save power while watching TV Hans van Mourik - Philips Consumer Lifestyle May I introduce myself Hans van Mourik Display Specialist Philips Consumer Lifestyle Advanced

More information

Television History. Date / Place E. Nemer - 1

Television History. Date / Place E. Nemer - 1 Television History Television to see from a distance Earlier Selenium photosensitive cells were used for converting light from pictures into electrical signals Real breakthrough invention of CRT AT&T Bell

More information

Fundamentals of Multimedia. Lecture 3 Color in Image & Video

Fundamentals of Multimedia. Lecture 3 Color in Image & Video Fundamentals of Multimedia Lecture 3 Color in Image & Video Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Mahmoud El-Gayyar / Fundamentals of Multimedia 1 Black & white imags Outcomes of Lecture 2 1 bit images,

More information

!"#"$%& Some slides taken shamelessly from Prof. Yao Wang s lecture slides

!#$%&   Some slides taken shamelessly from Prof. Yao Wang s lecture slides http://ekclothing.com/blog/wp-content/uploads/2010/02/spring-colors.jpg Some slides taken shamelessly from Prof. Yao Wang s lecture slides $& Definition of An Image! Think an image as a function, f! f

More information

Chapter 4 Color in Image and Video. 4.1 Color Science 4.2 Color Models in Images 4.3 Color Models in Video

Chapter 4 Color in Image and Video. 4.1 Color Science 4.2 Color Models in Images 4.3 Color Models in Video Chapter 4 Color in Image and Video 4.1 Color Science 4.2 Color Models in Images 4.3 Color Models in Video Light and Spectra 4.1 Color Science Light is an electromagnetic wave. Its color is characterized

More information

8/30/2010. Chapter 1: Data Storage. Bits and Bit Patterns. Boolean Operations. Gates. The Boolean operations AND, OR, and XOR (exclusive or)

8/30/2010. Chapter 1: Data Storage. Bits and Bit Patterns. Boolean Operations. Gates. The Boolean operations AND, OR, and XOR (exclusive or) Chapter 1: Data Storage Bits and Bit Patterns 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns 1.5 The Binary System 1.6 Storing Integers 1.8 Data

More information

Essence of Image and Video

Essence of Image and Video 1 Essence of Image and Video Wei-Ta Chu 2009/9/24 Outline 2 Image Digital Image Fundamentals Representation of Images Video Representation of Videos 3 Essence of Image Wei-Ta Chu 2009/9/24 Chapters 2 and

More information

Introduction & Colour

Introduction & Colour Introduction & Colour Eric C. McCreath School of Computer Science The Australian National University ACT 0200 Australia ericm@cs.anu.edu.au Overview Computer Graphics Uses Basic Hardware and Software Colour

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Color Gamuts & Color Spaces for User Interaction Lecture #7 September 13, 2016 Donald P. Greenberg Describing Color in XYZ Luminance Y Chromaticity x

More information

COLOR AND COLOR SPACES ABSTRACT

COLOR AND COLOR SPACES ABSTRACT COLOR AND COLOR SPACES Douglas A. Kerr, P.E. November 8, 2005 Issue 8 ABSTRACT Color space refers to a specific system of coordinates that allows us to describe a particular color of light. In this article

More information

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video Chapter 3 Fundamental Concepts in Video 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video 1 3.1 TYPES OF VIDEO SIGNALS 2 Types of Video Signals Video standards for managing analog output: A.

More information

Television and video engineering

Television and video engineering Television and video engineering Unit-4a Colour Television Chapter 1 Introduction to Colour TV We all know how pleasing it is to see a picture in natural colours or watch a colour film in comparison with

More information

CSE Data Visualization. Color. Jeffrey Heer University of Washington

CSE Data Visualization. Color. Jeffrey Heer University of Washington CSE 512 - Data Visualization Color Jeffrey Heer University of Washington Color in Visualization Identify, Group, Layer, Highlight Colin Ware Purpose of Color To label To measure To represent and imitate

More information

Data Storage and Manipulation

Data Storage and Manipulation Data Storage and Manipulation Data Storage Bits and Their Storage: Gates and Flip-Flops, Other Storage Techniques, Hexadecimal notation Main Memory: Memory Organization, Measuring Memory Capacity Mass

More information

The XYZ Colour Space. 26 January 2011 WHITE PAPER. IMAGE PROCESSING TECHNIQUES

The XYZ Colour Space. 26 January 2011 WHITE PAPER.   IMAGE PROCESSING TECHNIQUES www.omnitek.tv IMAE POESSIN TEHNIQUES The olour Space The colour space has the unique property of being able to express every colour that the human eye can see which in turn means that it can express every

More information

Visual Imaging and the Electronic Age Color Science

Visual Imaging and the Electronic Age Color Science Visual Imaging and the Electronic Age Color Science Color Gamuts & Color Spaces for User Interaction Lecture #7 September 15, 2015 Donald P. Greenberg Chromaticity Diagram The luminance or lightness axis,

More information

Chapter 1: Data Storage. Copyright 2015 Pearson Education, Inc.

Chapter 1: Data Storage. Copyright 2015 Pearson Education, Inc. Chapter 1: Data Storage Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns 1.5 The Binary System 1-2 Chapter 1: Data Storage

More information

Lecture 2 Video Formation and Representation

Lecture 2 Video Formation and Representation 2013 Spring Term 1 Lecture 2 Video Formation and Representation Wen-Hsiao Peng ( 彭文孝 ) Multimedia Architecture and Processing Lab (MAPL) Department of Computer Science National Chiao Tung University 1

More information

The Art and Science of Depiction. Color. Fredo Durand MIT- Lab for Computer Science

The Art and Science of Depiction. Color. Fredo Durand MIT- Lab for Computer Science The Art and Science of Depiction Color Fredo Durand MIT- Lab for Computer Science Color Color Vision 2 Talks Abstract Issues Color Vision 3 Plan Color blindness Color Opponents, Hue-Saturation Value Perceptual

More information

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION 2.4.1 Graphics software programs available for the creation of computer graphics. (word art, Objects, shapes, colors, 2D, 3d) IMAGE REPRESNTATION A computer s display screen can be considered as being

More information

Recap of Last (Last) Week

Recap of Last (Last) Week Recap of Last (Last) Week 1 The Beauty of Information Visualization Napoléon s Historical Retreat 2 Course Design Homepage: have you visited and registered? 3 The Value of Information Visualization Have

More information

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion 2 Refresh and Raster Scan Display System Used in Television Screens. Refresh CRT is point plotting

More information

Minimizing the Perception of Chromatic Noise in Digital Images

Minimizing the Perception of Chromatic Noise in Digital Images Minimizing the Perception of Chromatic Noise in Digital Images Xiaoyan Song, Garrett M. Johnson, Mark D. Fairchild Munsell Color Science Laboratory Rochester Institute of Technology, Rochester, N, USA

More information

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial Data Representation 1 Analog vs. Digital there are two ways data can be stored electronically 1. analog signals represent data in a way that is analogous to real life signals can vary continuously across

More information

Image and video encoding: A big picture. Predictive. Predictive Coding. Post- Processing (Post-filtering) Lossy. Pre-

Image and video encoding: A big picture. Predictive. Predictive Coding. Post- Processing (Post-filtering) Lossy. Pre- Lab Session 1 (with Supplemental Materials to Lecture 1) April 27, 2009 Outline Review Color Spaces in General Color Spaces for Formats Perceptual Quality MATLAB Exercises Reading and showing images and

More information

Erchives OCT COLOR CODING FOR A FACSIMILE SYSTEM ROBERT DAVID SOLOMON. B.S.E.E., Polytechnic Institute of Brooklyn (1967)

Erchives OCT COLOR CODING FOR A FACSIMILE SYSTEM ROBERT DAVID SOLOMON. B.S.E.E., Polytechnic Institute of Brooklyn (1967) COLOR CODING FOR A FACSIMILE SYSTEM by ROBERT DAVID SOLOMON B.S.E.E., Polytechnic Institute of Brooklyn (1967) S.M., Massachusetts Institute of Technology (1968) E.E., Massachusetts Institute of Technology

More information

Calibration of Colour Analysers

Calibration of Colour Analysers DK-Audio A/S PM5639 Technical notes Page 1 of 6 Calibration of Colour Analysers The use of monitors instead of standard light sources, the use of light from sources generating noncontinuous spectra) Standard

More information

The Color Reproduction Problem

The Color Reproduction Problem The Color Reproduction Problem Consider a digital system for reproducing images of the real world: An observer views an original scene under some set of viewing conditions: a certain illuminant, a state

More information

Graphics Devices and Visual Perception. Human Vision. What is visual perception? Anatomy of the Eye. Spatial Resolution (Rods) Human Field of View

Graphics Devices and Visual Perception. Human Vision. What is visual perception? Anatomy of the Eye. Spatial Resolution (Rods) Human Field of View Graphics Devices and Visual Perception Human Vision and Perception CRT Displays Liquid Crystal Displays Video Controllers Display Controllers Input Devices Human Vision Eye + Retinal Receptors in eye provide

More information

Announcements. Project Turn-In Process. and URL for project on a Word doc Upload to Catalyst Collect It

Announcements. Project Turn-In Process. and URL for project on a Word doc Upload to Catalyst Collect It Announcements Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It 1 Project 1A: Announcements Turn in the Word doc or.txt file before

More information

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal.

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal. NAPIER. University School of Engineering Television Broadcast Signal. luminance colour channel channel distance sound signal By Klaus Jørgensen Napier No. 04007824 Teacher Ian Mackenzie Abstract Klaus

More information

LCD and Plasma display technologies are promising solutions for large-format

LCD and Plasma display technologies are promising solutions for large-format Chapter 4 4. LCD and Plasma Display Characterization 4. Overview LCD and Plasma display technologies are promising solutions for large-format color displays. As these devices become more popular, display

More information

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD 3 Displays Figure 3.1. The University of Texas at Austin s Stallion Tiled Display, made up of 75 Dell 3007WPF LCDs with a total resolution of 307 megapixels (38400 8000 pixels) High-resolution screens

More information

2 Video Formation, Perception, and Representation Chapter 1 color value at any point in a video frame records the emitted or reflected light ata parti

2 Video Formation, Perception, and Representation Chapter 1 color value at any point in a video frame records the emitted or reflected light ata parti Chapter 1 VIDEO FORMATION, PERCEPTION, AND REPRESENTATION In this first chapter, we describe what is a video signal, how is it captured and perceived, how is it stored/transmitted, and what are the important

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format ILDA Technical Committee Technical Committee International Laser Display Association www.laserist.org Introduction... 4 ILDA Coordinates... 7 ILDA Color Tables... 9 Color Table Notes... 11 Revision 005.1,

More information

1/29/2008. Announcements. Announcements. Announcements. Announcements. Announcements. Announcements. Project Turn-In Process. Quiz 2.

1/29/2008. Announcements. Announcements. Announcements. Announcements. Announcements. Announcements. Project Turn-In Process. Quiz 2. Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It Project 1A: Turn in before 11pm Wednesday Project 1B Turn in before 11pm a week

More information

Improving Color Text Sharpness in Images with Reduced Chromatic Bandwidth

Improving Color Text Sharpness in Images with Reduced Chromatic Bandwidth Improving Color Text Sharpness in Images with Reduced Chromatic Bandwidth Scott Daly, Jack Van Oosterhout, and William Kress Digital Imaging Department, Digital Video Department Sharp aboratories of America

More information

Announcements. Project Turn-In Process. Project 1A: Project 1B. and URL for project on a Word doc Upload to Catalyst Collect It

Announcements. Project Turn-In Process. Project 1A: Project 1B. and URL for project on a Word doc Upload to Catalyst Collect It Announcements Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It Project 1A: Turn in before 11pm Wednesday Project 1B T i b f 11

More information

Color measurement and calibration of professional display devices

Color measurement and calibration of professional display devices White Paper Color measurement and calibration of professional display devices Abstract: With the advance of display technologies using LED light sources, the problems of color consistency, accuracy and

More information

A Review of RGB Color Spaces

A Review of RGB Color Spaces A Review of RGB A Review Color Spaces of RGB Color Spaces from xyy to R G B Danny Pascale Danny Pascale Title: A Review of RGB Color Spaces from xyy to R G B 2002-2003 Danny Pascale The BabelColor Company

More information

Slides on color vision for ee299 lecture. Prof. M. R. Gupta January 2008

Slides on color vision for ee299 lecture. Prof. M. R. Gupta January 2008 Slides on color vision for ee299 lecture Prof. M. R. Gupta January 2008 light source Color is an event??? human perceives color human cones respond: 1 w object has absorption spectra and reflectance spectra

More information

An Introduction to TrueSource

An Introduction to TrueSource An Introduction to TrueSource 2010, Prism Projection Inc. The Problems With the growing popularity of high intensity LED luminaires, the inherent problems with LEDs have become a real life concern for

More information

Rec. ITU-R BT RECOMMENDATION ITU-R BT PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE

Rec. ITU-R BT RECOMMENDATION ITU-R BT PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE Rec. ITU-R BT.79-4 1 RECOMMENDATION ITU-R BT.79-4 PARAMETER VALUES FOR THE HDTV STANDARDS FOR PRODUCTION AND INTERNATIONAL PROGRAMME EXCHANGE (Question ITU-R 27/11) (199-1994-1995-1998-2) Rec. ITU-R BT.79-4

More information

Downloads from: https://ravishbegusarai.wordpress.com/download_books/

Downloads from: https://ravishbegusarai.wordpress.com/download_books/ 1. The graphics can be a. Drawing b. Photograph, movies c. Simulation 11. Vector graphics is composed of a. Pixels b. Paths c. Palette 2. Computer graphics was first used by a. William fetter in 1960 b.

More information

ECE 634: Digital Video Systems Formats: 1/12/17

ECE 634: Digital Video Systems Formats: 1/12/17 ECE 634: Digital Video Systems Formats: 1/12/17 Professor Amy Reibman MSEE 356 reibman@purdue.edu hip://engineering.purdue.edu/~reibman/ece634/index.html ApplicaMons of digital video Entertainment EducaMon

More information

Color Gamut Mapping based on Mahalanobis Distance for Color Reproduction of Electronic Endoscope Image under Different Illuminant

Color Gamut Mapping based on Mahalanobis Distance for Color Reproduction of Electronic Endoscope Image under Different Illuminant Color Gamut Mapping based on Mahalanobis Distance for Color Reproduction of Electronic Endoscope Image under Different Illuminant N. Tsumura, F. H. Imai, T. Saito, H. Haneishi and Y. Miyake Department

More information

Wide Color Gamut SET EXPO 2016

Wide Color Gamut SET EXPO 2016 Wide Color Gamut SET EXPO 2016 31 AUGUST 2016 Eliésio Silva Júnior Reseller Account Manager E/ esilvaj@tek.com T/ +55 11 3530-8940 M/ +55 21 9 7242-4211 tek.com Anatomy Human Vision CIE Chart Color Gamuts

More information

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 Audio and Video II Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 1 Video signal Video camera scans the image by following

More information

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES 98-026 Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES (2.5.1) has various problems under OSX 1.03 Pather. You

More information

RECOMMENDATION ITU-R BT (Questions ITU-R 25/11, ITU-R 60/11 and ITU-R 61/11)

RECOMMENDATION ITU-R BT (Questions ITU-R 25/11, ITU-R 60/11 and ITU-R 61/11) Rec. ITU-R BT.61-4 1 SECTION 11B: DIGITAL TELEVISION RECOMMENDATION ITU-R BT.61-4 Rec. ITU-R BT.61-4 ENCODING PARAMETERS OF DIGITAL TELEVISION FOR STUDIOS (Questions ITU-R 25/11, ITU-R 6/11 and ITU-R 61/11)

More information

Data Encoding CTPS 2018

Data Encoding CTPS 2018 LN #8 (2 Hrs) Data Encoding CTPS 2018 Objectives To understand positional numeral systems. To depict how complex information such as text, colors, pictures, and sound can be encoded as bit strings. Positional

More information

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS Item Type text; Proceedings Authors Habibi, A. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Contents Circuits... 1

Contents Circuits... 1 Contents Circuits... 1 Categories of Circuits... 1 Description of the operations of circuits... 2 Classification of Combinational Logic... 2 1. Adder... 3 2. Decoder:... 3 Memory Address Decoder... 5 Encoder...

More information

Digital Representation

Digital Representation Chapter three c0003 Digital Representation CHAPTER OUTLINE Antialiasing...12 Sampling...12 Quantization...13 Binary Values...13 A-D... 14 D-A...15 Bit Reduction...15 Lossless Packing...16 Lower f s and

More information

Measurement of Microdisplays at NPL

Measurement of Microdisplays at NPL Conference on Microdisplays Measurement of Microdisplays at NPL Christine Wall, Dr Julie Taylor, Colin Campbell 14 th Sept 2001 Overview Displays measurement at NPL Why measure microdisplays? Measurement

More information

Reading. Display Devices. Light Gathering. The human retina

Reading. Display Devices. Light Gathering. The human retina Reading Hear & Baker, Computer graphics (2 nd edition), Chapter 2: Video Display Devices, p. 36-48, Prentice Hall Display Devices Optional.E. Sutherland. Sketchpad: a man-machine graphics communication

More information

From light to color: how design choices make the difference

From light to color: how design choices make the difference AUTHOR Koen Van Belle Product Manager Barco koen.vanbelle@barco.com From light to color: how design choices make the difference Why this white paper? Selecting the right high-brightness projector is becoming

More information

RECOMMENDATION ITU-R BT Studio encoding parameters of digital television for standard 4:3 and wide-screen 16:9 aspect ratios

RECOMMENDATION ITU-R BT Studio encoding parameters of digital television for standard 4:3 and wide-screen 16:9 aspect ratios ec. ITU- T.61-6 1 COMMNATION ITU- T.61-6 Studio encoding parameters of digital television for standard 4:3 and wide-screen 16:9 aspect ratios (Question ITU- 1/6) (1982-1986-199-1992-1994-1995-27) Scope

More information

Information Transmission Chapter 3, image and video

Information Transmission Chapter 3, image and video Information Transmission Chapter 3, image and video FREDRIK TUFVESSON ELECTRICAL AND INFORMATION TECHNOLOGY Images An image is a two-dimensional array of light values. Make it 1D by scanning Smallest element

More information

GLOSSARY. 10. Chrominan ce -- Chroma ; the hue and saturation of an object as differentiated from the brightness value (luminance) of that object.

GLOSSARY. 10. Chrominan ce -- Chroma ; the hue and saturation of an object as differentiated from the brightness value (luminance) of that object. GLOSSARY 1. Back Porch -- That portion of the composite picture signal which lies between the trailing edge of the horizontal sync pulse and the trailing edge of the corresponding blanking pulse. 2. Black

More information

Color in Information Visualization

Color in Information Visualization Color in Information Visualization James Bernhard April 2012 Color serves different purposes in art and in information visualization: In art, color is used for creative and expressive purposes In information

More information

1. Broadcast television

1. Broadcast television VIDEO REPRESNTATION 1. Broadcast television A color picture/image is produced from three primary colors red, green and blue (RGB). The screen of the picture tube is coated with a set of three different

More information

ELEC 691X/498X Broadcast Signal Transmission Fall 2015

ELEC 691X/498X Broadcast Signal Transmission Fall 2015 ELEC 691X/498X Broadcast Signal Transmission Fall 2015 Instructor: Dr. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Time: Tuesday, 2:45

More information

Selected Problems of Display and Projection Color Measurement

Selected Problems of Display and Projection Color Measurement Application Note 27 JETI Technische Instrumente GmbH Tatzendpromenade 2 D - 07745 Jena Germany Tel. : +49 3641 225 680 Fax : +49 3641 225 681 e-mail : sales@jeti.com Internet : www.jeti.com Selected Problems

More information

Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William

Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William https://digitalcontentmarket.org/download/test-bank-for-business-datacommunications-infrastructure-networking-and-security-7th-edition-by-william-andtom/

More information

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is due

More information

ELEG5502 Video Coding Technology

ELEG5502 Video Coding Technology ELEG5502 Video Coding Technology Ngan King Ngi 顏慶義 Room 309, Ho Sin Hang Engineering Building Department of Electronic Engineering, CUHK Email: knngan@ee.cuhk.edu.hk Objectives After completing this course,

More information

DCI Memorandum Regarding Direct View Displays

DCI Memorandum Regarding Direct View Displays 1. Introduction DCI Memorandum Regarding Direct View Displays Approved 27 June 2018 Digital Cinema Initiatives, LLC, Member Representatives Committee Direct view displays provide the potential for an improved

More information

The Lecture Contains: Frequency Response of the Human Visual System: Temporal Vision: Consequences of persistence of vision: Objectives_template

The Lecture Contains: Frequency Response of the Human Visual System: Temporal Vision: Consequences of persistence of vision: Objectives_template The Lecture Contains: Frequency Response of the Human Visual System: Temporal Vision: Consequences of persistence of vision: file:///d /...se%20(ganesh%20rana)/my%20course_ganesh%20rana/prof.%20sumana%20gupta/final%20dvsp/lecture8/8_1.htm[12/31/2015

More information

Flip Flop. S-R Flip Flop. Sequential Circuits. Block diagram. Prepared by:- Anwar Bari

Flip Flop. S-R Flip Flop. Sequential Circuits. Block diagram. Prepared by:- Anwar Bari Sequential Circuits The combinational circuit does not use any memory. Hence the previous state of input does not have any effect on the present state of the circuit. But sequential circuit has memory

More information

Color Science Fundamentals in Motion Imaging

Color Science Fundamentals in Motion Imaging Color Science Fundamentals in Motion Imaging Jaclyn Pytlarz Dolby Laboratories Inc. SMPTE Essential Technology Concepts Series of ten 60- to 90-minute online planned for 2019 Designed to present the fundamental

More information

Graphics Concepts. David Cairns

Graphics Concepts. David Cairns Graphics Concepts David Cairns Introduction The following material provides a brief introduction to some standard graphics concepts. For more detailed information, see DGJ, Chapter 2, p23. Display Modes

More information

Using Low-Cost Plasma Displays As Reference Monitors. Peter Putman, CTS, ISF President, ROAM Consulting LLC Editor/Publisher, HDTVexpert.

Using Low-Cost Plasma Displays As Reference Monitors. Peter Putman, CTS, ISF President, ROAM Consulting LLC Editor/Publisher, HDTVexpert. Using Low-Cost Plasma Displays As Reference Monitors Peter Putman, CTS, ISF President, ROAM Consulting LLC Editor/Publisher, HDTVexpert.com Time to Toss The CRT Advantages: CRTs can scan multiple resolutions

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format INTERNATIONAL LASER DISPLAY ASSOCIATION Technical Committee Revision 006, April 2004 REVISED STANDARD EVALUATION COPY EXPIRES Oct 1 st, 2005 This document is intended to replace the existing versions of

More information

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam

CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam CS302 Digital Logic Design Solved Objective Midterm Papers For Preparation of Midterm Exam MIDTERM EXAMINATION Spring 2012 Question No: 1 ( Marks: 1 ) - Please choose one A SOP expression is equal to 1

More information

UNIT 1: DIGITAL LOGICAL CIRCUITS What is Digital Computer? OR Explain the block diagram of digital computers.

UNIT 1: DIGITAL LOGICAL CIRCUITS What is Digital Computer? OR Explain the block diagram of digital computers. UNIT 1: DIGITAL LOGICAL CIRCUITS What is Digital Computer? OR Explain the block diagram of digital computers. Digital computer is a digital system that performs various computational tasks. The word DIGITAL

More information

Multimedia. Course Code (Fall 2017) Fundamental Concepts in Video

Multimedia. Course Code (Fall 2017) Fundamental Concepts in Video Course Code 005636 (Fall 2017) Multimedia Fundamental Concepts in Video Prof. S. M. Riazul Islam, Dept. of Computer Engineering, Sejong University, Korea E-mail: riaz@sejong.ac.kr Outline Types of Video

More information

Audiovisual Archiving Terminology

Audiovisual Archiving Terminology Audiovisual Archiving Terminology A Amplitude The magnitude of the difference between a signal's extreme values. (See also Signal) Analog Representing information using a continuously variable quantity

More information

Superior Digital Video Images through Multi-Dimensional Color Tables

Superior Digital Video Images through Multi-Dimensional Color Tables Superior Digital Video Images through Multi-Dimensional Color Tables TruVue eecolor Technology White Paper Jim Sullivan CEO, Entertainment Experience, LLC About the Author Jim Sullivan joined Entertainment

More information

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY Information Transmission Chapter 3, image and video OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY Learning outcomes Understanding raster image formats and what determines quality, video formats and

More information

White Paper. Uniform Luminance Technology. What s inside? What is non-uniformity and noise in LCDs? Why is it a problem? How is it solved?

White Paper. Uniform Luminance Technology. What s inside? What is non-uniformity and noise in LCDs? Why is it a problem? How is it solved? White Paper Uniform Luminance Technology What s inside? What is non-uniformity and noise in LCDs? Why is it a problem? How is it solved? Tom Kimpe Manager Technology & Innovation Group Barco Medical Imaging

More information

Getting Images of the World

Getting Images of the World Computer Vision for HCI Image Formation Getting Images of the World 3-D Scene Video Camera Frame Grabber Digital Image A/D or Digital Lens Image array Transfer image to memory 2 1 CCD Charged Coupled Device

More information

Color Reproduction Complex

Color Reproduction Complex Color Reproduction Complex 1 Introduction Transparency 1 Topics of the presentation - the basic terminology in colorimetry and color mixing - the potentials of an extended color space with a laser projector

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video How does interlaced scan display video? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 Housekeeping Project 4 is assigned

More information

CHOICE OF WIDE COLOR GAMUTS IN CINEMA EOS C500 CAMERA

CHOICE OF WIDE COLOR GAMUTS IN CINEMA EOS C500 CAMERA WHITE PAPER CINEMA EOS C500 CHOICE OF WIDE COLOR GAMUTS IN CINEMA EOS C500 CAMERA Written by Larry Thorpe Professional Engineering & Solutions Division, Canon U.S.A., Inc. For more info: cinemaeos.usa.canon.com

More information

May 2014 Phil on Twitter Monitor Calibration & Colour - Introduction

May 2014 Phil on Twitter Monitor Calibration & Colour - Introduction May 2014 Phil Crawley @IsItBroke on Twitter Monitor Calibration & Colour - Introduction Nature of colour and light Colour systems Video, 601 & 709 colour space Studio cameras and legalisers Calibrating

More information

Research on Color Reproduction Characteristics of Mobile Terminals

Research on Color Reproduction Characteristics of Mobile Terminals Applied Mechanics and Materials Submitted: 2014-09-14 ISSN: 1662-7482, Vol. 731, pp 80-86 Accepted: 2014-11-19 doi:10.4028/www.scientific.net/amm.731.80 Online: 2015-01-29 2015 Trans Tech Publications,

More information

Errata to the 2nd, 3rd, and 4th printings, A Technical Introduction to Digital Video

Errata to the 2nd, 3rd, and 4th printings, A Technical Introduction to Digital Video Charles Poynton tel +1 416 486 3271 fax +1 416 486 3657 poynton @ poynton.com www.inforamp.net/ ~ poynton Errata to the 2nd, 3rd, and 4th printings, A Technical Introduction to Digital Video This note

More information

R13 SET - 1 '' ''' '' ' '''' Code No: RT21053

R13 SET - 1 '' ''' '' ' '''' Code No: RT21053 SET - 1 1. a) What are the characteristics of 2 s complement numbers? b) State the purpose of reducing the switching functions to minimal form. c) Define half adder. d) What are the basic operations in

More information

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY Eugene Mikyung Kim Department of Music Technology, Korea National University of Arts eugene@u.northwestern.edu ABSTRACT

More information

A Study on the Psychology of Color Perception In Color Palettes & Color Pickers

A Study on the Psychology of Color Perception In Color Palettes & Color Pickers A Study on the Psychology of Color Perception In Color Palettes & Color Pickers S. M. Fazlul Hoque Department of Computer and Systems Sciences The Royal Institute of Technology (KTH) Stockholm, Sweden

More information

Background Statement for SEMI Draft Document 4759A NEW STANDARD: TEST METHOD OF PERCEPTUAL ANGLE FOR OLED DISPLAYS

Background Statement for SEMI Draft Document 4759A NEW STANDARD: TEST METHOD OF PERCEPTUAL ANGLE FOR OLED DISPLAYS Background Statement for SEMI Draft Document 4759A NEW STANDARD: TEST METOD OF PERCEPTUAL ANGLE FOR OLED DISPLAYS Note: This background statement is not part of the balloted item. It is provided solely

More information

High Quality Digital Video Processing: Technology and Methods

High Quality Digital Video Processing: Technology and Methods High Quality Digital Video Processing: Technology and Methods IEEE Computer Society Invited Presentation Dr. Jorge E. Caviedes Principal Engineer Digital Home Group Intel Corporation LEGAL INFORMATION

More information

Module 8 : Numerical Relaying I : Fundamentals

Module 8 : Numerical Relaying I : Fundamentals Module 8 : Numerical Relaying I : Fundamentals Lecture 28 : Sampling Theorem Objectives In this lecture, you will review the following concepts from signal processing: Role of DSP in relaying. Sampling

More information