Overview of Graphics Systems

Size: px
Start display at page:

Download "Overview of Graphics Systems"

Transcription

1 CHAPTER - 2 Overview of Graphics Systems Video Display Devices Instructions are stored in a display memory display file display list Modes: immediate each element is processed and displayed retained objects are defined & stored in a display list on a server & redisplayed on the client request Fig. Early graphics systems Fig. Display processor architecture 2 CG - Chapter-2 1

2 Cathode Ray Tube (CRT) 3 CRT-CATHODE RAY TUBE A beam of electrons (cathode rays) emitted by an electron gun, passes through focusing and deflection systems that direct the beam toward specified positions on the phosphor-coated screen. The phosphor then emits a small spot of light at each position contacted by the electron beam. Because the light emitted by the phosphor fades very rapidly, some method is needed for maintaining the screen picture. One way to keep the phosphor glowing is to redraw the picture repeatedly by quickly directing the electron beam back over the same points. This type of display is called a refresh CRT. The frequency at which picture is redrawn on the screen is referred as the refresh rate. CG - Chapter-2 2

3 CRT The maximum number of points that can be displayed without overlap on a CRT is referred to as the resolution. The resolution of a CRT is dependent on the type of phosphor, the intensity to be displayed, and the focusing and deflection systems. Typical resolution on high-quality systems is 1280 by 1024, with higher resolutions available on many systems is referred as high-definition (HD) systems. 5 Raster Scan Systems In a raster-scan system, the electron beam is swept across the screen, one row at a time from top to bottom. Each row is referred as a scan line. As the electron beam moves across each row, the beam intensity is turned on and off to create a pattern of illuminated spots. Picture definition is stored in a memory area called the refresh buffer or frame buffer. This memory area holds the set of intensity values for all the screen points. 6 CG - Chapter-2 3

4 Raster Scan Systems Stored intensity values are then retrieved from the refresh buffer and "painted" on the screen one row (scan line) at a time. Each screen point is referred to as a pixel or pel (picture element). Refresh buffer is used to store the set of screen color values, it is called color buffer. The capability of a raster-scan system to store intensity information for each screen point, makes it well suited for the realistic display of scenes containing fine shading and color patterns. Examples: Home television sets and printers 7 Raster Scan Systems 8 CG - Chapter-2 4

5 Raster Scan Systems Aspect ratio = number of pixel columns number of scan lines that can be display on the system Depth: Number of bits per pixel in a frame buffer Bitmap: A frame buffer with one bit per pixel Pixmap: frame buffer with multiple bit per pixel Refresh rate: units of cycles per second or Hertz (Hz), where cycle is referred to as one frame. Architecture of a Raster-graphics system 10 CG - Chapter-2 5

6 Clients-Servers Examples: Distributed computing and networks Distributed graphics, projection walls etc. 11 Viewing Systems Flat-panel display refers to a class of video devices that have reduced volume, weight, and power requirements compared to a CRT. thinner than CRTs, and we can hang them on walls or wear them on our wrists and even write on some flatpanel displays Examples: pocket notepads, small TV monitors, calculators, pocket video games, laptop computers, armrest viewing of movies on airlines, advertisement boards in elevators, and as graphics displays in application - portable monitors. 12 CG - Chapter-2 6

7 3-Dimensional viewing devices Graphics monitors for the display of 3-D lscenes (1) Technique that reflects a CRT image from a vibrating, flexible mirror Example: Genisco SpaceGraph system Applications: used in medical applications to analyze data from ultrasonography and CAT scan devices, in geological applications to analyze topological and seismic data, in design applications involving solid objects, and in 3-D l simulations of systems, such as molecules and terrain. 3-Dimensional viewing devices (2) Technique for representing 3-D l objects is displaying stereoscopic views component in virtual-reality systems, where users can step into a scene and interact with the environment. An interactive virtual-reality environment can also be viewed with stereoscopic glasses and a video monitor, instead of a headset. 14 CG - Chapter-2 7

8 Input Devices Keyboards - An alphanumeric keyboard on a graphics system is used primarily as a device for entering text strings. Mouse - small hand-held box used to position the screen cursor. Trackball and Spaceball - can be rotated with the fingers or palm of the hand, to produce screen-cursor movement. Trackball is a 2-D l positioning device, Spaceball provides six degrees of freedom and used for 3-D l positioning and selection operations in virtual-reality systems, modeling, animation, CAD, and other applications. Joysticks - consists of a small, vertical lever mounted on a base that is used to steer the screen cursor around. 15 Input Devices Data Glove - used to grasp a "virtual" object. The glove is constructed with a series of sensors that detect hand and finger motions. Digitizers - common device for drawing, painting, or interactively selecting coordinate positions on an object is a digitizer. Example: Graphics tablet - used to input 2-D l coordinates by activating a hand cursor or stylus at selected positions on a flat surface. Image Scanners - Drawings, graphs, color and black-and-white photos, or text can be stored for computer processing with an image scanner by passing an optical scanning mechanism over the information to be stored. Touch panels allow displayed objects or screen positions to be selected with the touch of a finger. Example: Graphical icons. Light Pens - pencil-shaped devices are used to select screen positions by detecting the light coming from points on the CRT screen. 16 CG - Chapter-2 8

9 HARD COPY DEVICES Hard-copy devices for graphics workstations Examples: standard printers and plotters, devices for producing slides, transparencies, and film output. Printer Types: dot matrix, laser, ink jet, electrostatic, and electro-thermal. Plotter methods include pen plotting and combination printer-plotter devices. 17 Special-purpose programs Photoshop Powerpoint AutoCAD StudioMax Maya Blender PovRay Graphics software General graphics libraries and standards Windows API OpenGL Direct3D 18 CG - Chapter-2 9

CMPE 466 COMPUTER GRAPHICS

CMPE 466 COMPUTER GRAPHICS 1 CMPE 466 COMPUTER GRAPHICS Chapter 2 Computer Graphics Hardware Instructor: D. Arifler Material based on - Computer Graphics with OpenGL, Fourth Edition by Donald Hearn, M. Pauline Baker, and Warren

More information

Computer Graphics : Unit - I

Computer Graphics : Unit - I Computer Graphics Unit 1 Introduction: Computer Graphics it is a set of tools to create, manipulate and interact with pictures. Data is visualized through geometric shapes, colors and textures. Video Display

More information

MODULE I MCA COMPUTER GRAPHICS ADMN APPLICATIONS OF COMPUTER GRAPHICS

MODULE I MCA COMPUTER GRAPHICS ADMN APPLICATIONS OF COMPUTER GRAPHICS MODULE 1 1. APPLICATIONS OF COMPUTER GRAPHICS Computer graphics is used in a lot of areas such as science, engineering, medicine, business, industry, government, art, entertainment, advertising, education

More information

UNIT 1 INTRODUCTION TO COMPUTER

UNIT 1 INTRODUCTION TO COMPUTER UNIT 1 INTRODUCTION TO COMPUTER Introduction to Computer Structure 1.1 Introduction Objectives 1.2 Display Devices 1.2.1 Cathode Ray Tube Technology (CRT) 1.2.2 Random Scan Display 1.2.3 Raster Scan Display

More information

Computer Graphics: Overview of Graphics Systems

Computer Graphics: Overview of Graphics Systems Computer Graphics: Overview of Graphics Systems By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. Video Display Devices 2. Flat-panel displays 3. Video controller and Raster-Scan System 4. Coordinate

More information

2.2. VIDEO DISPLAY DEVICES

2.2. VIDEO DISPLAY DEVICES Introduction to Computer Graphics (CS602) Lecture 02 Graphics Systems 2.1. Introduction of Graphics Systems With the massive development in the field of computer graphics a broad range of graphics hardware

More information

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2018 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of 'creating images with a computer - Hardware (PC with graphics card)

More information

1. Introduction. 1.1 Graphics Areas. Modeling: building specification of shape and appearance properties that can be stored in computer

1. Introduction. 1.1 Graphics Areas. Modeling: building specification of shape and appearance properties that can be stored in computer 1. Introduction 1.1 Graphics Areas Modeling: building specification of shape and appearance properties that can be stored in computer Rendering: creation of shaded images from 3D computer models 2 Animation:

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics R. J. Renka Department of Computer Science & Engineering University of North Texas 01/16/2010 Introduction Computer Graphics is a subfield of computer science concerned

More information

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in solving Problems. d. Graphics Pipeline. e. Video Memory.

More information

Types of CRT Display Devices. DVST-Direct View Storage Tube

Types of CRT Display Devices. DVST-Direct View Storage Tube Examples of Computer Graphics Devices: CRT, EGA(Enhanced Graphic Adapter)/CGA/VGA/SVGA monitors, plotters, data matrix, laser printers, Films, flat panel devices, Video Digitizers, scanners, LCD Panels,

More information

PTIK UNNES. Lecture 02. Conceptual Model for Computer Graphics and Graphics Hardware Issues

PTIK UNNES. Lecture 02. Conceptual Model for Computer Graphics and Graphics Hardware Issues E3024031 KOMPUTER GRAFIK E3024032 PRAKTIK KOMPUTER GRAFIK PTIK UNNES Lecture 02 Conceptual Model for Computer Graphics and Graphics Hardware Issues 2014 Learning Objectives After carefully listening this

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

Computer Graphics. Introduction

Computer Graphics. Introduction Computer Graphics Introduction Introduction Computer Graphics : It involves display manipulation and storage of pictures and experimental data for proper visualization using a computer. Typically graphics

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer

Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer Computer Graphics NV1 (1DT383) Computer Graphics (1TT180) Cary Laxer, Ph.D. Visiting Lecturer Today s class Introductions Graphics system overview Thursday, October 25, 2007 Computer Graphics - Class 1

More information

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required Reading Required 1. Displays and s Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. OpenGL Programming Guide (available online): First four sections of chapter 2 First section of chapter 6 Optional

More information

3. Displays and framebuffers

3. Displays and framebuffers 3. Displays and framebuffers 1 Reading Required Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. Optional Foley et al., sections 1.5, 4.2-4.5 I.E. Sutherland. Sketchpad: a man-machine graphics communication

More information

Reading. Displays and framebuffers. Modern graphics systems. History. Required. Angel, section 1.2, chapter 2 through 2.5. Related

Reading. Displays and framebuffers. Modern graphics systems. History. Required. Angel, section 1.2, chapter 2 through 2.5. Related Reading Required Angel, section 1.2, chapter 2 through 2.5 Related Displays and framebuffers Hearn & Baker, Chapter 2, Overview of Graphics Systems OpenGL Programming Guide (the red book ): First four

More information

Displays. History. Cathode ray tubes (CRTs) Modern graphics systems. CSE 457, Autumn 2003 Graphics. » Whirlwind Computer - MIT, 1950

Displays. History. Cathode ray tubes (CRTs) Modern graphics systems. CSE 457, Autumn 2003 Graphics. » Whirlwind Computer - MIT, 1950 History Displays CSE 457, Autumn 2003 Graphics http://www.cs.washington.edu/education/courses/457/03au/» Whirlwind Computer - MIT, 1950 CRT display» SAGE air-defense system - middle 1950 s Whirlwind II

More information

General Items: Reading Materials: Miscellaneous: Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS /19/2004. Tests? Questions? Anything?

General Items: Reading Materials: Miscellaneous: Lecture 8 / Chapter 6 COSC1300/ITSC 1401/BCIS /19/2004. Tests? Questions? Anything? General Items: Tests? Questions? Anything? Reading Materials: Miscellaneous: F.Farahmand 1 / 14 File: lec7chap6f04.doc What is output? - A computer processes the data and generates output! - Also known

More information

Computer Graphics Hardware

Computer Graphics Hardware Computer Graphics Hardware Kenneth H. Carpenter Department of Electrical and Computer Engineering Kansas State University January 26, 2001 - February 5, 2004 1 The CRT display The most commonly used type

More information

CS2401-COMPUTER GRAPHICS QUESTION BANK

CS2401-COMPUTER GRAPHICS QUESTION BANK SRI VENKATESWARA COLLEGE OF ENGINEERING AND TECHNOLOGY THIRUPACHUR. CS2401-COMPUTER GRAPHICS QUESTION BANK UNIT-1-2D PRIMITIVES PART-A 1. Define Persistence Persistence is defined as the time it takes

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

CS 4451A: Computer Graphics. Why Computer Graphics?

CS 4451A: Computer Graphics. Why Computer Graphics? CS 445A: Computer Graphics z CCB, TT 9:3- Why Computer Graphics? z Fun! z Lots of uses: y Art, entertainment y Visualizing complex data/ideas y Concise representation of actions/commands/state y Design/task

More information

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards MODULE - 1 e-pg Pathshala Subject: Computer Science Paper: Computer Graphics and Visualization Module: Introduction to Computer Graphics Module No: CS/CGV/1 Quadrant 1 e-text Objectives: To get introduced

More information

MET71 COMPUTER AIDED DESIGN

MET71 COMPUTER AIDED DESIGN UNIT I INTRODUCTION TO CAD Computer Aided Design (CAD) is assistance of computer in engineering processes such as creation, optimization, analysis and modifications. CAD involves creating computer models

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

Display Technologies CMSC 435. Slides based on Dr. Luebke s slides

Display Technologies CMSC 435. Slides based on Dr. Luebke s slides Display Technologies CMSC 435 Slides based on Dr. Luebke s slides Recap: Transforms Basic 2D Transforms: Scaling, Shearing, Rotation, Reflection, Composition of 2D Transforms Basic 3D Transforms: Rotation,

More information

Display Systems. Viewing Images Rochester Institute of Technology

Display Systems. Viewing Images Rochester Institute of Technology Display Systems Viewing Images 1999 Rochester Institute of Technology In This Section... We will explore how display systems work. Cathode Ray Tube Television Computer Monitor Flat Panel Display Liquid

More information

Screens; media that use additive primaries

Screens; media that use additive primaries Image display Display is the final stage in the image processing pipeline: Continuous scenes are acquired and digitally processed. The display process essentially converts the discrete image back to continuous

More information

These are used for producing a narrow and sharply focus beam of electrons.

These are used for producing a narrow and sharply focus beam of electrons. CATHOD RAY TUBE (CRT) A CRT is an electronic tube designed to display electrical data. The basic CRT consists of four major components. 1. Electron Gun 2. Focussing & Accelerating Anodes 3. Horizontal

More information

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices

Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 5 CRT Display Devices Hello everybody, welcome back to the lecture on Computer

More information

Design of VGA Controller using VHDL for LCD Display using FPGA

Design of VGA Controller using VHDL for LCD Display using FPGA International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of VGA Controller using VHDL for LCD Display using FPGA Khan Huma Aftab 1, Monauwer Alam 2 1, 2 (Department of ECE, Integral

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

1 Your computer screen

1 Your computer screen U.S.T.H.B / C.E.I.L Unit 7 Computer science L2 (S2) 1 Your computer screen Discuss the following questions. 1 What type of display do you have? 2 What size is the screen? 3 Can you watch TV on your PC

More information

VARIOUS DISPLAY TECHNOLOGIESS

VARIOUS DISPLAY TECHNOLOGIESS VARIOUS DISPLAY TECHNOLOGIESS Mr. Virat C. Gandhi 1 1 Computer Department, C. U. Shah Technical Institute of Diploma Studies Abstract A lot has been invented from the past till now in regards with the

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

Lab Determining the Screen Resolution of a Computer

Lab Determining the Screen Resolution of a Computer Lab 1.3.3 Determining the Screen Resolution of a Computer Objectives Determine the current screen resolution of a PC monitor. Determine the maximum resolution for the highest color quality. Calculate the

More information

Understanding Multimedia - Basics

Understanding Multimedia - Basics Understanding Multimedia - Basics Joemon Jose Web page: http://www.dcs.gla.ac.uk/~jj/teaching/demms4 Wednesday, 9 th January 2008 Design and Evaluation of Multimedia Systems Lectures video as a medium

More information

Display Devices & its Interfacing

Display Devices & its Interfacing Display Devices & its Interfacing 3 Display systems are available in various technologies such as i) Cathode ray tubes (CRTs), ii) Liquid crystal displays (LCDs), iii) Plasma displays, and iv) Light emitting

More information

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11)

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11) Chapter 5 VGA Port The Spartan-3 Starter Kit board includes a VGA display port and DB15 connector, indicated as 5 in Figure 1-2. Connect this port directly to most PC monitors or flat-panel LCD displays

More information

Chapter 3. Display Devices and Interfacing

Chapter 3. Display Devices and Interfacing Chapter 3 Display Devices and Interfacing Monitor Details Collection of dots Matrix of dots creates character Monochrome monitor screen is collection of 350 *720 350 rows and each rows having 720 dots

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

B. TECH. VI SEM. I MID TERM EXAMINATION 2018

B. TECH. VI SEM. I MID TERM EXAMINATION 2018 B. TECH. VI SEM. I MID TERM EXAMINATION 2018 BRANCH : COMPUTER SCIENCE ENGINEERING ( CSE ) SUBJECT : 6CS4A COMPUTER GRAPHICS & MULTIMEDIA TECHNIQUES Q 1. Write down mid point ellipse drawing algorithm.

More information

Start with some basics: display devices

Start with some basics: display devices Output Concepts Start with some basics: display devices Just how do we get images onto a screen? Most prevalent device: CRT Cathode Ray Tube AKA TV tube 2 Cathode Ray Tubes Cutting edge 1930 s technology

More information

High Performance Raster Scan Displays

High Performance Raster Scan Displays High Performance Raster Scan Displays Item Type text; Proceedings Authors Fowler, Jon F. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings Rights

More information

COPYRIGHTED MATERIAL. Introduction. 1.1 Overview of Projection Displays

COPYRIGHTED MATERIAL. Introduction. 1.1 Overview of Projection Displays 1 Introduction 1.1 Overview of Projection Displays An electronic display is a device or system which converts electronic signal information representing video, graphics and/or text to a viewable image

More information

Lecture 14: Computer Peripherals

Lecture 14: Computer Peripherals Lecture 14: Computer Peripherals The last homework and lab for the course will involve using programmable logic to make interesting things happen on a computer monitor should be even more fun than the

More information

An Efficient SOC approach to Design CRT controller on CPLD s

An Efficient SOC approach to Design CRT controller on CPLD s A Monthly Peer Reviewed Open Access International e-journal An Efficient SOC approach to Design CRT controller on CPLD s Abstract: Sudheer Kumar Marsakatla M.tech Student, Department of ECE, ACE Engineering

More information

Elements of a Television System

Elements of a Television System 1 Elements of a Television System 1 Elements of a Television System The fundamental aim of a television system is to extend the sense of sight beyond its natural limits, along with the sound associated

More information

CATHODE RAY OSCILLOSCOPE. Basic block diagrams Principle of operation Measurement of voltage, current and frequency

CATHODE RAY OSCILLOSCOPE. Basic block diagrams Principle of operation Measurement of voltage, current and frequency CATHODE RAY OSCILLOSCOPE Basic block diagrams Principle of operation Measurement of voltage, current and frequency 103 INTRODUCTION: The cathode-ray oscilloscope (CRO) is a multipurpose display instrument

More information

DISPLAY TECHNOLOGIES. Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib

DISPLAY TECHNOLOGIES. Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib DISPLAY TECHNOLOGIES Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib DISPLAY TECHNOLOGIES Group 6: Steve Lenhart, Ryan King, Ramsey Akl, and Andrew Scheib Introduction First computers

More information

CR7000. CRT Analyzer & Restorer. Easily Test And Restore CRTs With The Most Complete Tests Available For Added Profit And Security.

CR7000. CRT Analyzer & Restorer. Easily Test And Restore CRTs With The Most Complete Tests Available For Added Profit And Security. CR7000 CRT Analyzer & Restorer Easily Test And Restore CRTs With The Most Complete Tests Available For Added Profit And Security. S1 New Demands From Higher Performance CRTs Require New Analyzing Techniques

More information

Television brian egan isnm 2004

Television brian egan isnm 2004 Introduction Mechanical early developments. Electrical how it works. Digital advantages over analogue. brian egan isnm Mechanical television First televisions were mechanical based on revolving disc, first

More information

Lecture Flat Panel Display Devices

Lecture Flat Panel Display Devices Lecture 13 6.111 Flat Panel Display Devices Outline Overview Flat Panel Display Devices How do Displays Work? Emissive Displays Light Valve Displays Display Drivers Addressing Schemes Display Timing Generator

More information

CATHODE-RAY OSCILLOSCOPE (CRO)

CATHODE-RAY OSCILLOSCOPE (CRO) CATHODE-RAY OSCILLOSCOPE (CRO) I N T R O D U C T I O N : The cathode-ray oscilloscope (CRO) is a multipurpose display instrument used for the observation, measurement, and analysis of waveforms by plotting

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

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

Advanced Display Technology Lecture #12 October 7, 2014 Donald P. Greenberg

Advanced Display Technology Lecture #12 October 7, 2014 Donald P. Greenberg Visual Imaging and the Electronic Age Advanced Display Technology Lecture #12 October 7, 2014 Donald P. Greenberg Pixel Qi Images Through Screen Doors Pixel Qi OLPC XO-4 Touch August 2013 http://wiki.laptop.org/go/xo-4_touch

More information

Monitor and Display Adapters UNIT 4

Monitor and Display Adapters UNIT 4 Monitor and Display Adapters UNIT 4 TOPIC TO BE COVERED: 4.1: video Basics(CRT Parameters) 4.2: VGA monitors 4.3: Digital Display Technology- Thin Film Displays, Liquid Crystal Displays, Plasma Displays

More information

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO)

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO) 2141274 Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University Cathode-Ray Oscilloscope (CRO) Objectives You will be able to use an oscilloscope to measure voltage, frequency

More information

IMS B007 A transputer based graphics board

IMS B007 A transputer based graphics board IMS B007 A transputer based graphics board INMOS Technical Note 12 Ray McConnell April 1987 72-TCH-012-01 You may not: 1. Modify the Materials or use them for any commercial purpose, or any public display,

More information

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

More information

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali Supervised by: Dr.Mohamed Abd El Ghany Analogue Terrestrial TV. No satellite Transmission Digital Satellite TV. Uses satellite

More information

ESD-TR MTR-9915, Volume I GRAPHICS TECHNOLOGY STUDY VOLUME I: STATE OF GRAPHICS TECHNOLOGY R. G. COUTURE DECEMBER 1986

ESD-TR MTR-9915, Volume I GRAPHICS TECHNOLOGY STUDY VOLUME I: STATE OF GRAPHICS TECHNOLOGY R. G. COUTURE DECEMBER 1986 ESD-TR-86-279 MTR-9915, Volume I GRAPHICS TECHNOLOGY STUDY VOLUME I: STATE OF GRAPHICS TECHNOLOGY By R. G. COUTURE DECEMBER 1986 Prepared for DEPUTY COMMANDER FOR STRATEGIC SYSTEMS ELECTRONIC SYSTEMS DIVISION

More information

Sep 09, APPLICATION NOTE 1193 Electronic Displays Comparison

Sep 09, APPLICATION NOTE 1193 Electronic Displays Comparison Sep 09, 2002 APPLICATION NOTE 1193 Electronic s Comparison Abstract: This note compares advantages and disadvantages of Cathode Ray Tubes, Electro-Luminescent, Flip- Dot, Incandescent Light Bulbs, Liquid

More information

Interactive Graphical Systems Fall 2002

Interactive Graphical Systems Fall 2002 Historical Overview Interactive Graphical Systems Fall 2002 1960 First random scanned display available 1 1964 A few applications using computer graphics ($100.000) 100 1968 Phosphor storage tubes increasingly

More information

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams.

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams. Television Television as we know it today has hardly changed much since the 1950 s. Of course there have been improvements in stereo sound and closed captioning and better receivers for example but compared

More information

Displays and framebuffers

Displays and framebuffers Reading Optional Displays and framebuffers Brian Curless CSE 557 Autumn 2017 OpenGL Programming Guide (the red book available online): First four sections of chapter 2 First section of chapter 6 Foley

More information

L14 - Video. L14: Spring 2005 Introductory Digital Systems Laboratory

L14 - Video. L14: Spring 2005 Introductory Digital Systems Laboratory L14 - Video Slides 2-10 courtesy of Tayo Akinwande Take the graduate course, 6.973 consult Prof. Akinwande Some modifications of these slides by D. E. Troxel 1 How Do Displays Work? Electronic display

More information

CHAPTER 3 OSCILLOSCOPES AND SIGNAL GENERATOR

CHAPTER 3 OSCILLOSCOPES AND SIGNAL GENERATOR CHAPTER 3 OSCILLOSCOPES AND SIGNAL GENERATOR OSCILLOSCOPE 3.1 Introduction The cathode ray oscilloscope (CRO) provides a visual presentation of any waveform applied to the input terminal. The oscilloscope

More information

Revision: August 11, E Main Suite D Pullman, WA (509) Voice and Fax. 8 LEDs. Doc: page 1 of 9

Revision: August 11, E Main Suite D Pullman, WA (509) Voice and Fax. 8 LEDs. Doc: page 1 of 9 Digilent DIO4 Peripheral Board Reference Manual www.digilentinc.com Revision: August 11, 2004 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The DIO4 circuit board provides

More information

Electrical & Electronic Measurements: Class Notes (15EE36) Module-5. Display Devices

Electrical & Electronic Measurements: Class Notes (15EE36) Module-5. Display Devices Module-5 Display Devices Syllabus: Introduction Character formats Segment displays Dot matrix displays Bar graph displays Cathode ray tubes Light emitting diodes Liquid crystal displays Nixies Incandescent

More information

Luis Cogan, Dave Harbour., Claude Peny Kern & Co., Ltd 5000 Aarau switzerland Commission II, ISPRS Kyoto, July 1988

Luis Cogan, Dave Harbour., Claude Peny Kern & Co., Ltd 5000 Aarau switzerland Commission II, ISPRS Kyoto, July 1988 KRSS KERN RASTER MAGE SUPERMPOSTON SYSTEM Luis Cogan, Dave Harbour., Claude Peny Kern & Co., Ltd 5000 Aarau switzerland Commission, SPRS Kyoto, July 1988 1.. ntroduction n the past few years, there have

More information

Introduction to Graphics 1

Introduction to Graphics 1 Introduction to Graphics 1 2 Introduction to Computer Graphics INTRODUCTION TO COMPUTER GRAPHICS Mr. Sumit Chauhan Asst. Professor, Management Education & Research Institute, Guru Gobind Singh Indraprastha

More information

Module 7. Video and Purchasing Components

Module 7. Video and Purchasing Components Module 7 Video and Purchasing Components Objectives 1. PC Hardware A.1.11 Evaluate video components and standards B.1.10 Evaluate monitors C.1.9 Evaluate and select appropriate components for a custom

More information

Visualization Technologies IGS HT Displays. Stefan Seipel Additional Reading. Visual Displays - Basic Technologies

Visualization Technologies IGS HT Displays. Stefan Seipel Additional Reading. Visual Displays - Basic Technologies Visualization Technologies IGS HT 2003 Stefan Seipel (stefan.seipel@it.uu.se) Displays Additional eading oy S. Kalawsky: The Science of Virtual eality and Virtual Environments Addison-Wesley Publishing

More information

the Most Popular Display Technology?

the Most Popular Display Technology? Why is LCD the Most Popular Display Technology? History of Liquid Crystal Display (LCD) As early as 1889, scientists discovered that chemicals such as cholesteryl benzoate, when melted into liquid form,

More information

Liquid Crystal Display (LCD)

Liquid Crystal Display (LCD) Liquid Crystal Display (LCD) When coming into contact with grooved surface in a fixed direction, liquid crystal molecules line up parallelly along the grooves. When coming into contact with grooved surface

More information

Hitachi Europe Ltd. ISSUE : app084/1.0 APPLICATION NOTE DATE : 28/04/99

Hitachi Europe Ltd. ISSUE : app084/1.0 APPLICATION NOTE DATE : 28/04/99 APPLICATION NOTE DATE : 28/04/99 Design Considerations when using a Hitachi Medium Resolution Dot Matrix Graphics LCD Introduction Hitachi produces a wide range of monochrome medium resolution dot matrix

More information

CHAPTER 4 OSCILLOSCOPES

CHAPTER 4 OSCILLOSCOPES CHAPTER 4 OSCILLOSCOPES 4.1 Introduction The cathode ray oscilloscope generally referred to as the oscilloscope, is probably the most versatile electrical measuring instrument available. Some of electrical

More information

Liquid Crystal Displays

Liquid Crystal Displays Liquid Crystal Displays Cosmin Ioniţă - Spring 2006 - A brief history 1888 - Friedrich Reinitzer, an Austrian chemist working in the Institute of Plant Physiology at the University of Prague, discovered

More information

Television System. EE 3414 May 9, Group Members: Jun Wei Guo Shou Hang Shi Raul Gomez

Television System. EE 3414 May 9, Group Members: Jun Wei Guo Shou Hang Shi Raul Gomez Television System EE 3414 May 9, 2003 Group Members: Jun Wei Guo Shou Hang Shi Raul Gomez Overview Basic Components of TV Camera Transmission of TV signals Basic Components of TV Reception of TV signals

More information

Dealing with the right people and having the right product isn t always. enough in an ever changing and competitive market. Service and support are

Dealing with the right people and having the right product isn t always. enough in an ever changing and competitive market. Service and support are Established in 1997, Shenzhen Retop Optoelectronics Company has built a team that engages in the development, production, sales, service and support in the LED industry. We have developed a client base

More information

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS CHARACTERIZATION OF END-TO-END S IN HEAD-MOUNTED DISPLAY SYSTEMS Mark R. Mine University of North Carolina at Chapel Hill 3/23/93 1. 0 INTRODUCTION This technical report presents the results of measurements

More information

RICHLAND COLLEGE School of Engineering Business & Technology Rev. 0 W. Slonecker Rev. 1 (8/26/2012) J. Bradbury

RICHLAND COLLEGE School of Engineering Business & Technology Rev. 0 W. Slonecker Rev. 1 (8/26/2012) J. Bradbury RICHLAND COLLEGE School of Engineering Business & Technology Rev. 0 W. Slonecker Rev. 1 (8/26/2012) J. Bradbury INTC 1307 Instrumentation Test Equipment Teaching Unit 8 Oscilloscopes Unit 8: Oscilloscopes

More information

OUTPUT DEVICES MONITORS

OUTPUT DEVICES MONITORS OUTPUT DEVICES MONITORS Task 1 Describe the monitor of your computer Is it a monochrome or a colour monitor? What size is the screen? Does it have a cathode ray tube or a flat LCD screen? How can you change

More information

E-BALL TECHNOLOGY. Ashish Tanwar 1, Litty Thomas 2 1, 2 Computer and Science Department, Dronacharya Group Of Institutions, Greater Noida, (India)

E-BALL TECHNOLOGY. Ashish Tanwar 1, Litty Thomas 2 1, 2 Computer and Science Department, Dronacharya Group Of Institutions, Greater Noida, (India) http:// E-BALL TECHNOLOGY Ashish Tanwar 1, Litty Thomas 2 1, 2 Computer and Science Department, Dronacharya Group Of Institutions, Greater Noida, (India) ABSTRACT A new concept of pc is coming now that

More information

The Cathode Ray Tube

The Cathode Ray Tube Lesson 2 The Cathode Ray Tube The Cathode Ray Oscilloscope Cathode Ray Oscilloscope Controls Uses of C.R.O. Electric Flux Electric Flux Through a Sphere Gauss s Law The Cathode Ray Tube Example 7 on an

More information

Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE. 2.1 Real-Time Versus Single-Frame Animation

Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE. 2.1 Real-Time Versus Single-Frame Animation Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE Copyright (c) 1998 Rick Parent All rights reserved 2.1 Real-Time Versus Single-Frame Animation 2.2 Film Technology 2.3 Video Technology 2.4 Animation

More information

An Alternative Architecture for High Performance Display R. W. Corrigan, B. R. Lang, D.A. LeHoty, P.A. Alioshin Silicon Light Machines, Sunnyvale, CA

An Alternative Architecture for High Performance Display R. W. Corrigan, B. R. Lang, D.A. LeHoty, P.A. Alioshin Silicon Light Machines, Sunnyvale, CA R. W. Corrigan, B. R. Lang, D.A. LeHoty, P.A. Alioshin Silicon Light Machines, Sunnyvale, CA Abstract The Grating Light Valve (GLV ) technology is being used in an innovative system architecture to create

More information

A Review- on Different Types of Displays

A Review- on Different Types of Displays , pp.327-332 http://dx.doi.org/10.14257/ijmue.2016.11.8.33 A Review- on Different Types of Displays Shubham Shama 1, Udita Jindal 2, Mehul Goyal 3, Sahil Sharma 4 and Vivek Goyal 5 1-4Department of ECE,

More information

Lecture Flat Panel Display Devices

Lecture Flat Panel Display Devices Lecture 1 6.976 Flat Panel Display Devices Outline Overview of 6.976 Overview Flat Panel Display Devices Course website http://hackman.mit.edu Reading Assignment: Article by Alt and Noda, IBM Journal of

More information

Basically we are fooling our brains into seeing still images at a fast enough rate so that we think its a moving image.

Basically we are fooling our brains into seeing still images at a fast enough rate so that we think its a moving image. Basically we are fooling our brains into seeing still images at a fast enough rate so that we think its a moving image. The formal definition of a Moving Picture... A sequence of consecutive photographic

More information

* This configuration has been updated to a 64K memory with a 32K-32K logical core split.

* This configuration has been updated to a 64K memory with a 32K-32K logical core split. 398 PROCEEDINGS-FALL JOINT COMPUTER CONFERENCE, 1964 Figure 1. Image Processor. documents ranging from mathematical graphs to engineering drawings. Therefore, it seemed advisable to concentrate our efforts

More information

An Improvised Two-Dimensional Laser Surface Scanner for Diagnosis of Rf Thermionic Electron Gun Problems

An Improvised Two-Dimensional Laser Surface Scanner for Diagnosis of Rf Thermionic Electron Gun Problems An Improvised Two-Dimensional Laser Surface Scanner for Diagnosis of Rf Thermionic Electron Gun Problems William G Jansma, Engineering Specialist Advanced Photon Source Argonne National Laboratory Work

More information

Design of VGA and Implementing On FPGA

Design of VGA and Implementing On FPGA Design of VGA and Implementing On FPGA Mr. Rachit Chandrakant Gujarathi Department of Electronics and Electrical Engineering California State University, Sacramento Sacramento, California, United States

More information

INSTRUMENT CATHODE-RAY TUBE

INSTRUMENT CATHODE-RAY TUBE Instrument cathode-ray tube D14-363GY/123 INSTRUMENT CATHODE-RAY TUBE mono accelerator 14 cm diagonal rectangular flat face internal graticule low power quick heating cathode high brightness, long-life

More information

Innovations in Toshiba s Screen Technologies Table of Contents

Innovations in Toshiba s Screen Technologies Table of Contents Innovations in Toshiba s Screen Technologies Table of Contents Innovations in Toshiba s Display Technologies... 1 The LCD: Today s Display of Choice... 1 The Latest in Notebook and Workstation LCD Technologies...

More information