Comb filter: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Kvng
Undid revision 589907453 by 112.210.71.57 (talk) incomplete contribution
en>Dicklyon
case, dash, and disambig fixes
 
Line 1: Line 1:
[[Image:Tektronix 4014.jpg|right|frame|The [[Tektronix 4014]] uses a storage tube for its display.]]
Latoria is the place where she's called but people always misspell them. Michigan is our birth pl. Her day job is a mail. Lacemaking is obviously have he loves most. You can always find his website here: http://euroseonews.wordpress.com/
'''Storage tubes''' are a class of [[cathode-ray tube]]s (CRTs) that are designed to hold an image for a long period of time, typically as long as power is supplied to the tube. Storage tubes were used as a specialist display mechanism during the 1950s and had a major rebirth during the 1960s and 70s for use in [[computer graphics]]. A specialized type, the [[Williams tube]], was also used as a [[main memory]] system on a number of early [[computer]]s, from the late 1940s into the early 1950s. Today they are obsolete, their functions provided by low-cost memory devices and LCD displays.
 
==Operation==
===Background===
A conventional CRT consists of an [[electron gun]] at the back of the tube that is aimed at a thin layer of [[phosphor]] at the front of the tube. Depending on the role, the beam of [[electron]]s emitted by the gun is steered around the display using magnetic ([[television]]) or electrostatic ([[oscilloscope]]) means. When the electrons strike the phosphor, the phosphor "lights up" at that location for a time, and then fades away. The length of time the spot remains is a function of the phosphor chemistry.
 
At very low energies, electrons from the gun will strike the phosphor and nothing will happen. As the energy is increased, it will reach a critical point, <math>V_{cr1}</math>, that will activate the phosphor and cause it to give off light. As the voltage increases beyond <math>V_{cr1}</math> the brightness of the spot will increase. This allows the CRT to display images with varying intensity, like a television image.
 
Above <math>V_{cr1}</math> another secondary effect also starts, [[secondary emission]]. When any insulating material is struck by electrons over a certain critical energy, electrons within the material are forced out of it through collisions, increasing the number of free electrons. This effect is used in [[Electron multiplier]]s as found in [[night vision]] systems and similar devices. In the case of a CRT this effect is generally undesirable; the new electrons generally fall back to the display and cause the surrounding phosphor to light up, which appears as a lowering of the focus of the image.
 
The rate of secondary emission is also a function of the electron beam energy, but follows a different rate curve. As the electron energy is increased, the rate increases until it reaches a critical threshold, <math>V_{cr2}</math> when the number of secondary emissions is greater than the number supplied by the gun. In this case the localized image rapidly fades as energy is removed by the secondary electrons.
 
In any CRT, images are displayed by striking the screen with electron energies between these two values, <math>V_{cr1}</math> and <math>V_{cr2}</math>. Below <math>V_{cr1}</math> no image is formed, and above <math>V_{cr2}</math> any image rapidly fades.
 
Another side effect, initially a curiosity, is that electrons will stick to the phosphor in lit up areas. As the light emission fades, these electrons are likewise released back into the tube. The charge is generally far too small to have a visual effect, and was generally ignored in the case of displays.
 
===Storage===
These two effects were both utilized in the construction of a storage tube. Storage was accomplished by striking any suitably long-lived phosphor with electrons with energies just above <math>V_{cr1}</math>, and erased by striking them with electrons above <math>V_{cr2}</math>. There were any number of varieties of mechanical layouts used to improve focus or cause the image to be refreshed either internally to the tube or through off board storage.
 
The easiest example to understand are the early computer memory systems as typified by the [[Williams tube]]. These consisted of World War II surplus radar display CRTs connected to a computer. The X and Y deflection plates were connected to amplifiers that converted memory locations into X and Y positions on the screen, in most cases such that positions along the X axis represented individual bits within a word, while Y locations were different words. To write a value to memory, the address was amplified and sent to the Y deflection plates, such that the beam would be fixed within a line on the screen. A timer then set the X deflection plate to increasing voltages, causing the beam to be scanned across the selected line. The gun was set to a default energy close to <math>V_{cr1}</math>, and the bits from the computer fed to the gun to modulate the voltage up and down such that 0's would be below <math>V_{cr1}</math> and 1's above it. By the time the beam reached the other side of the line, a pattern of short dashes was drawn for each 1, while 0's were empty locations.
 
To read the values back out, the deflections plates were set to the same values, but the gun energy set to a value above <math>V_{cr2}</math>. As the beam scanned the line, the phosphor was pushed well beyond the secondary emission threshold. If the beam was located over a blank area, a certain number of electrons would be released, but if it was over a lit area, the number would be increased by the amount of electrons stuck to that area. In the Williams tube these values were read by measuring the [[capacitor|capacitance]] of a metal plate just in front of the display side of the tube. As the reading process also erased any stored values, the signal had to be regenerated through associated circuitry. A CRT with two electron guns, one for reading and one for writing, made this process trivial.
 
===Imaging systems===
The earliest [[computer graphics]] systems, like those of the [[TX-2]] and [[DEC PDP-1]], required the entire attention of the computer to maintain. A list of [[vector graphics|vector]]s stored in [[main memory]] was periodically read out to the display to refresh it before the image faded. This generally occurred quickly enough that there was little time to do anything else, and interactive systems like [[Spacewar!]] were tour-de-force programming efforts.
 
For practical use, graphical displays were developed that contained their own memory and an associated very simple computer which offloaded the refreshing task from the [[Mainframe computer|mainframe]]. This was not inexpensive; the [[IBM 2250]] graphics terminal used with the [[IBM S/360]] cost $280,000 in 1970.<ref>[ftp://bitsavers.informatik.uni-stuttgart.de/topic/graphics/ComputerDisplayReview_Mar70.pdf "Computer Display Review"], Keydata Corp., March 1970, pp. V.1980, V.1964</ref>
 
A storage tube could replace most or all of the localized hardware by storing the vectors directly within the display, instead of an associated local computer. Commands that previously caused the terminal to erase its memory and thus clear the display could be emulated by scanning the entire screen at an energy above <math>V_{cr2}</math>. In most systems, this caused the entire screen to quickly "flash" before clearing to a blank state. The two main advantages were:
 
*Very low [[Bandwidth (signal processing)|bandwidth]] needs<ref>
{{cite journal
| author      = [[Michael Dertouzos|Michael L. Dertouzos]]
|date=April 1967
| title      = Phaseplot: An On-Line Graphical Display Technique
| trans_title =
| journal    = IEEE Transactions on Electronic Computers
| volume      = EC-16
| issue      = 2
| pages      = 203–209
| publisher  = [[IEEE]]
| quote      = The main advantage of this technique is graphical data compression.
| ref        = phaseplot
}}
</ref> compared to [[vector graphics]] displays, thus allowing much longer cable distances between computer and terminal
*No need for display-local [[random-access memory|RAM]] (as in modern terminals), which was prohibitively expensive at the time.
 
Generally speaking, storage tubes could be divided into two categories. In the more common category, they were only capable of storing "[[Binary numeral system|binary]]" images; any given point on the screen was either illuminated or dark. The [[Tektronix]] [[DVBST|Direct-View Bistable Storage Tube]] was perhaps the most famous example in this category. Other storage tubes were able to store [[greyscale]]/[[halftone]]d images; the tradeoff was usually a much-reduced storage time.
 
Some pioneering storage tube displays were [[MIT]] [[Project MAC]]'s ARDS (Advanced Remote Display Station), the Computek 400 Series Display terminals (a commercial derivative),<ref>
{{cite journal
| author      = [[Michael Dertouzos|Michael L. Dertouzos]]
|date=April 1967
| title      = Phaseplot: An On-Line Graphical Display Technique
| trans_title =
| journal    = IEEE Transactions on Electronic Computers
| volume      = EC-16
| issue      = 2
| pages      = 203–209
| publisher  = [[IEEE]]
| quote      = This article describes the principle used in the graphical output portion of the Computek series 400 Display Terminals
}} (added to a reprint of the article distributed by Computek)
</ref> which both used a Tektronix type 611 storage display unit, and Tektronix's [[Tektronix 4014|4014]] terminal, the latter becoming a [[de facto]] computer terminal standard some time after its introduction (later being emulated by other systems due to this status).
 
The first generalized computer assisted instruction system, [[PLATO (computer system)|PLATO I]], c. 1960 on [[ILLIAC|ILLIAC I]], used a storage tube as its computer graphics display.  [[PLATO (computer system)|PLATO II]] and [[PLATO (computer system)|PLATO III]] also used storage tubes as displays.
 
==See also==
* [[Direct-View Bistable Storage Tubes (Tektronix)|Direct-View Bistable Storage Tube]] (DVBST)
* [[Oscilloscope]] (for an explanation of how analog storage worked)
* [[Williams tube]] and [[Selectron tube]] both used the term "storage tube" for early computer memory devices
* [[Electronic paper]]
 
==Notes==
{{reflist}}
 
{{Electronic components}}
 
{{DEFAULTSORT:Storage Tube}}
[[Category:Vacuum tube displays]]

Latest revision as of 21:06, 24 August 2014

Latoria is the place where she's called but people always misspell them. Michigan is our birth pl. Her day job is a mail. Lacemaking is obviously have he loves most. You can always find his website here: http://euroseonews.wordpress.com/