Open In App

Refresh CRT and Interlacing in Computer Graphics

Last Updated : 14 Dec, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Refresh CRT :

  • As we all know, phosphor atoms have phosphorescence properties that cause them to shine. However, the strength of the luminous phosphor dots decreases with time.
  • The electron beam must sweep the whole area of the screen and then repaint it numerous times per second in order to maintain a steady image. Refreshing the screen is the term for this procedure.
  • If the electron beam takes too much time to refresh, it looks like the flickering of the image.
  • To eliminate flickering, the screen image must be regenerated quickly enough that the eye is oblivious to the fact that it is being refreshed.

Refresh RATE :

  • Refresh rate can be defined as the number of times the screen is refreshed per second.
  • It’s SI unit or unit of measurement is Hertz(Hz).
  • A display appears stable if the refresh rate is high enough, but if the refresh rate is too low, the display will flicker, causing eye strain and headaches.

Factors in determining refresh rates :

  • The horizontal scanning frequency and the number of horizontal lines displayed on the monitor are directly proportional to the refresh rate. The horizontal scanning frequency is the number of times in one second that the electron beam sweeps one line before returning to the start of the next. Kilohertz is the unit of measurement for horizontal scanning frequency (kHz).
  • 100,000 lines are scanned per second on a monitor with a horizontal scanning frequency of 100kHz. The number of horizontal lines on the screen is determined by the resolution of the monitor.

Importance of refresh rates :

  • While buying a monitor, one of the features that customers look into is the display refresh rate, which provides users a good experience . A high refresh rate is important in providing a clear picture and avoiding eye fatigue.
  • When electron beams impact the screen in a zig-zag pattern, a picture appears on the screen. The number of times a screen is repainted in one second is called a refresh rate, and it is measured in Hertz (Hz). A display with a refresh rate of 95 Hz, for example, is repainted 95 times per second.
  • A monitor has to be “flicker-free”, meaning that the image is redrawn quickly enough so that the user cannot detect flicker. Today, a refresh rate of 75 Hz or above is considered to be flicker-free.

WORKING  OF REFRESH CRT :

  • Cathode is heated to produce electrons as a cloud .
  • When the electron is injected through the electron gun , it passes through the control grid .
  • A control grid controls the intensity of electrons in the vacuum tube . If the control grid has a high negative potential , then it allows only a few electrons to pass through it.
  • The brightness of a display is adjusted by altering the voltage on the control grid because the amount of light emitted by the phosphor coating is dependent on the number of electrons impacting the screen. On video displays, a control knob can be used to adjust the brightness of the entire screen.
  • Deflection systems  An electromagnetic field or an electrostatic field can be used to deflect a stream of electrons in some linear manner .When the deflecting plate is at zero potential , the beam produces a spot at the centre.
  • Fluorescence light is emitted while the phosphor is being struck by electrons .
  • Phosphorescence light is emitted once the electron beam is removed .

Difference between Refresh CRT  Interlacing Technique :

  • Interlacing is also a technique for stable images, just like Refresh CRT .
  • In this technique, instead of refreshing the screen every time , the electron beams sweep alternate lines in each pass .
  • Interlacing is faster than Refresh CRT as the refresh rate gets doubled .
  • The odd number of lines are refreshed in the first pass . In the second pass, even numbered lines are drawn .

Interlacing technique

Horizontal retrace and vertical retrace :

  • The process of moving the beam from right to left after completion of Row is known as horizontal retrace .after sweeping across each row (scan line) , the electron beam returns to the left of the screen to start displaying the next scan line or row. This is called horizontal retrace.
  • When the beam reaches the bottom of the screen, it’s taken OFF and rapidly retraced back to the top left to start again and the process of moving back to the top is known as vertical retrace. 

     Interlace vs. Progressive Scan :

  • Interlaced screens display odd lines first : 1-3-5-7 , etc. ; then even lines : 2-4-6-8 ,etc., non-interlaced or progressive scan screens display lines consecutively : 1-2-3-4-5-6,  etc.
  • The old tube televisions (CRTs) were all interlaced. At their greatest resolution, CRT computer monitors were interlaced, and at lower resolutions, they were progressive. Some digital TV standards, such as the high-definition 1080i format, are still interlaced today, and 1080i content is widely shown by television networks. Both interlace and progressive scan technologies are supported by HDTV TVs ( see HDTV and DTV ). DE interlace, vertical scan frequency, 4K 3D TV, and interlaced GIF are all examples of interlaced GIF.
My Personal Notes arrow_drop_up

Next Article

Similar Reads

Difference between CRT and LCD
CRT stands for Cathode Ray Tube and LCD stands for Liquid Crystal Display area unit the kinds of display devices wherever CRT is employed as standard display devices whereas LCD is more modern technology. These area unit primarily differentiated supported the fabric they're made from and dealing mechanism, however, each area unit alleged to perform
2 min read
Difference between DVST and CRT
1. Cathode Ray Tube (CRT) : CRT is just like a vacuum glass tube. One end of the vacuum tube contains electron gun and the other end of the vacuum tube contains a screen which is coated with a pattern of dots or we can say phosphorus crystals. The light which is emitted by the phosphorus fades away very quickly from the screen. To maintain picture
3 min read
Difference between Parallel and Perspective Projection in Computer Graphics
Projection are defined as mapping of three-dimensional points to a two-dimensional plane. There are two type of projection parallel and perspective. 1. Parallel Projection : Parallel projections are used by architects and engineers for creating working drawing of the object, for complete representations require two or more views of an object using
3 min read
2D Transformation in Computer Graphics | Set 1 (Scaling of Objects)
We can use a 2 × 2 matrix to change or transform, a 2D vector. This kind of operation, which takes in a 2-vector and produces another 2-vector by a simple matrix multiplication, is a linear transformation. By this simple formula, we can achieve a variety of useful transformations, depending on what we put in the entries of the matrix. For our purpo
5 min read
Segments in Computer Graphics
Introduction : Introduction segments are a fundamental concept in computer graphics, used to represent the basic building blocks of a graphical scene. They are commonly used in 2D graphics to represent lines or curves that connect two or more points. An introduction segment is defined by two endpoints, which are specified using their (x,y) coordina
8 min read
Computer Graphics |Cathode Ray Oscilloscope| Cathode ray tube (video display technology)
Computer Graphics has become a common element in today's modern world. Be it in user interfaces, data visualization, motion pictures, etc, computer graphics play an important role. The primary output device in a graphics system is a video monitor. Although many technologies exist, the operation of most video monitors is based on the standard Cathod
5 min read
Computer Graphics | The RGB color model
The RGB color model is one of the most widely used color representation method in computer graphics. It use a color coordinate system with three primary colors: R(red), G(green), B(blue) Each primary color can take an intensity value ranging from 0(lowest) to 1(highest). Mixing these three primary colors at different intensity levels produces a var
2 min read
Window to Viewport Transformation in Computer Graphics with Implementation
Window to Viewport Transformation is the process of transforming 2D world-coordinate objects to device coordinates. Objects inside the world or clipping window are mapped to the viewport which is the area on the screen where world coordinates are mapped to be displayed. General Terms: World coordinate - It is the Cartesian coordinate w.r.t which we
8 min read
Display Processor in Computer Graphics
Display Processor is the interpreter or a hardware that converts display processor code into picture. The Display Processor converts the digital information from CPU to analog values. The main purpose of the Digital Processor is to free the CPU from most of the graphic chores. The Display Processor digitize a picture definitions given in an applica
1 min read
Interactive Graphical Techniques in Computer Graphics
To construct various images and graphics in interactive manner, there are different methods which are built into various graphics packages. These packages contains various options which help user to enter information of coordinate by using stroke devices or various locators. These coordinates helps in creating boundaries for various objects which u
4 min read
Article Tags :
Practice Tags :