Information about Analog Computer

Enlarge picture
A page from the Bombardier's Information File (BIF) that describes the components and controls of the Norden bombsight. The Norden bombsight was a highly sophisticated optical/mechanical analog computer used by the United States Army Air Force during World War II, the Korean War, and the Vietnam War to aid the pilot of a bomber aircraft in dropping bombs accurately.


An analog computer (spelled analogue in British English) is a form of computer that uses electrical[1], mechanical or hydraulic phenomena to model the problem being solved. More generally an analog computer uses one kind of physical quantity to represent the behavior of another physical system, or mathematical function. Modeling a real physical system in a computer is called simulation.

Timeline of analog computers

  • The Antikythera mechanism is the earliest known mechanical analog computer. It was designed to calculate astronomical positions. It was discovered in 1901 in the Antikythera wreck off the Greek island of Antikythera, between Kythera and Crete, and has been dated to circa 100 BC.
  • Abū Rayhān al-Bīrūnī invented the first mechanical geared lunisolar calendar computer,[2] an early fixed-wired knowledge processing machine[3] with a gear train and gear-wheels,[4] circa 1000 AD.
  • The Planisphere was a star chart computer also invented by Abū Rayhān al-Bīrūnī in the early 11th century.[5][6]
  • The Equatorium was an astrometic computer device invented by Abū Ishāq Ibrāhīm al-Zarqālī (Arzachel) in Islamic Spain circa 1015.
  • An astrolabe incorporating a mechanical calendar computer and gear-wheels was invented by Abi Bakr of Isfahan in 1235.[7]
  • The slide rule is a hand-operated analog computer for doing multiplication and division, invented around 1620–1630, shortly after the publication of the concept of the logarithm.
  • The differential analyser, a mechanical analog computer designed to solve differential equations by integration, using wheel-and-disc mechanisms to perform the integration. Invented in 1876, they were first built in the 1920s and 1930s.
  • World War II era gun directors and bomb sights used mechanical analog computers.
  • Computer Engineering Associates was spun out of Caltech in 1950 to provide commercial services using the "Direct Analogy Electric Analog Computer" ("the largest and most impressive general-purpose analyzer facility for the solution of field problems") developed there by Gilbert D. McCann, Charles H. Wilts, and Bart Locanthi.[8][9]
  • The MONIAC Computer was a hydraulic model of a national economy built in the early 1950s
  • Heathkit EC-1 An educational analog computer made by the Heath Company, USA c. 1960.

Electronic analog computers

The similarity between linear mechanical components, such as springs and dashpots, and electrical components, such as capacitors, inductors, and resistors is striking in terms of mathematics: They can be modeled using equations that are of essentially the same form.

However, the difference between these systems is what makes analog computing useful. If one considers a simple mass-spring system, constructing the physical system would require buying the springs and masses. This would be proceeded by attaching them to each other and an appropriate anchor, collecting test equipment with the appropriate input range, and finally, taking (somewhat difficult) measurements.

The electrical equivalent can be constructed with a few operational amplifiers (Op amps) and some passive linear components; all measurements can be taken directly with an oscilloscope. In the circuit, the (simulated) 'mass of the spring' can be changed by adjusting a potentiometer. The electrical system is an analogy to the physical system, hence the name, but it is less expensive to construct, safer, and easier to modify. Also, an electronic circuit can typically operate at higher frequencies than the system being simulated. This allows the simulation to run faster than real time, for quicker results.

The drawback of the mechanical-electrical analogy is that electronics are limited by the range over which the variables may vary. This is called dynamic range. They are also limited by noise levels.

These electric circuits can also easily perform other simulations. For example, voltage can simulate water pressure and amperes can simulate water flow in terms of cubic metres per second.

There is a lack of understanding about electrical systems that sometimes leads to the terms analog and digital having seemingly confusing and somewhat dubious meanings. Analog systems are sometimes understood only as continuous, time variant electrical systems. From the above discussion this is not correct, since discontinuous functions may also be modeled. In fact, digital also has a precise technical definition. In the context of circuits, it refers to the use of discrete electrical voltage levels as codes for symbols and the manipulation of these symbols in the operation of the digital computer. The electronic analog computer manipulates the physical quantities of (waveforms) of volts or amperes. Consequently, the precision of the analog computer readout (of rational numbers) is limited only by the quantization of the readout equipment used (generally three or four places). The digital computer precision must necessarily be finite, but the precision of its result is limited only by time.

Analog digital hybrid computers

There is an intermediate device, a hybrid computer, in which a digital computer is combined with an analog computer. Hybrid computers are used to obtain a very accurate but imprecise 'seed' value, using an analog computer front-end, which is then fed into a digital computer iterative process to achieve the final desired degree of precision. With a three or four digit, highly accurate numerical seed, the total digital computation time necessary to reach the desired precision is dramatically reduced, since many fewer iterations are required. Or, for example, the analog computer might be used to solve a non-analytic differential equation problem for use at some stage of an overall computation (where precision is not very important). In any case, the hybrid computer is usually substantially faster than a digital computer, but can supply a far more precise computation than an analog computer. It is useful for real-time applications requiring such a combination (e.g., a high frequency phased-array radar or a weather system computation).
Enlarge picture
Polish Analog computer ELWAT.

Mechanisms

In analog computers, computations are often performed by using properties of electrical resistance, voltages and so on. For example, a simple two variable adder can be created by two current sources in parallel. The first value is set by adjusting the first current source (to say x milliamperes), and the second value is set by adjusting the second current source (say y milliamperes). Measuring the current across the two at their junction to signal ground will give the sum as a current through a resistance to signal ground, i.e., x+y milliamperes. (See Kirchhoff's current law) Other calculations are performed similarly, using operational amplifiers and specially designed circuits for other tasks.

The use of electrical properties in analog computers means that calculations are normally performed in real time (or faster), at a significant fraction of the speed of light, without the relatively large calculation delays of digital computers. This property allows certain useful calculations that are comparatively "difficult" for digital computers to perform— for example numerical integration. These computers can integrate— essentially calculating the integral of a (nondiscrete) voltage waveform, usually by means of a capacitor, which accumulates charge over time.

Nonlinear functions and calculations can be constructed to a limited precision (three or four digits) by designing function generators— special circuits of various combinations of capacitance, inductance, resistance, in combination with diodes (e.g., Zener diodes) to provide the nonlinearity. Generally, a nonlinear function is simulated by a nonlinear waveform whose shape varies with voltage (or current). For example, as voltage increases, the total impedance may change as the diodes successively permit current to flow.

Any physical process which models some computation can be interpreted as an analog computer. Some examples, invented for the purpose of illustrating the concept of analog computation, include using a bundle of spaghetti as a model of sorting numbers; a board, a set of nails, and a rubber band as a model of finding the convex hull of a set of points; and strings tied together as a model of finding the shortest path in a network. These are all described in A.K. Dewdney (see citation below).

Components



Analog computers often have a complicated framework, but they have, at their core, a set of key components which perform the calculations, which the operator manipulates through the computer's framework.

Key hydraulic components might include pipes, valves or towers; mechanical components might include gears and levers; key electrical components might include: The core mathematical operations used in an electric analog computer are: Differentiation with respect to time is not frequently used. It corresponds in the frequency domain to a high-pass filter, which means that high-frequency noise is amplified.

Limitations

In general, analog computers are limited by real, non-ideal effects. An analog signal is composed of four basic components: DC and AC magnitudes, frequency, and phase. The real limits of range on these characteristics limit analog computers. Some of these limits include the noise floor, non-linearities, temperature coefficient, and parasitic effects within semiconductor devices, and the finite charge of an electron. Incidentally, for commercially available electronic components, ranges of these aspects of input and output signals are always figures of merit.

Analog computers, however, have been replaced by digital computers for almost all uses. It may be stretching a point to regard some physical simulations such as wind tunnels as analog computers, because the data so obtained must then also be scaled, for example, for Reynolds number and Mach number. There is a point of view in physics based on information processing which attempts to map the physical processes to computations. Thus, from these points of view, the wind tunnel data gathering is either an experiment or a computation.

Current research

While digital computation is extremely popular, research in analog computation is being done by a handful of people worldwide. In the United States, Jonathan Mills from Indiana University, Bloomington, Indiana has been working on research using Extended Analog Computers. At the Harvard Robotics Laboratory, analog computation is a research topic.

Practical examples

These are examples of analog computers that have been constructed or practically used: Analog synthesizers can also be viewed as a form of analog computer, and their technology was originally based on electronic analog computer technology.

Real computers

Computer theorists often refer to idealized analog computers as real computers (because they operate on the set of real numbers). Digital computers, by contrast, must first quantize the signal into a finite number of values, and so can only work with the rational number set (or, with an approximation of irrational numbers).

These idealized analog computers may in theory solve problems that are intractable on digital computers; however as mentioned, in reality, analog computers are far from attaining this ideal, largely because of noise minimization problems. Moreover, given unlimited time and memory, the (ideal) digital computer may also solve real number problems.

See also

Other types of computers: People associated with analog computer development:

Notes

1. ^ Universiteit van Amsterdam Computer Museum, (2007)
2. ^ D. De S. Price (1984). "A History of Calculating Machines", IEEE Micro 4 (1), p. 22-52.
3. ^ Tuncer Oren (2001). "Advances in Computer and Information Sciences: From Abacus to Holonic Agents", Turk J Elec Engin 9 (1), p. 63-70 [64].
4. ^ Donald Routledge Hill (1985). "Al-Biruni's mechanical calendar", Annals of Science 42, p. 139-163.
5. ^ Khwarizm, Foundation for Science Technology and Civilisation.
6. ^ G. Wiet, V. Elisseeff, P. Wolff, J. Naudu (1975). History of Mankind, Vol 3: The Great medieval Civilisations, p. 649. George Allen & Unwin Ltd, UNESCO.
7. ^ Silvio A. Bedini, Francis R. Maddison (1966). "Mechanical Universe: The Astrarium of Giovanni de' Dondi", Transactions of the American Philosophical Society 56 (5), p. 1-69.
8. ^ Caltech NASTRAN history
9. ^ Analog Simulation: Solution of Field Problems

References

  • A.K. Dewdney. "On the Spaghetti Computer and Other Analog Gadgets for Problem Solving", Scientific American, 250(6):19-26, June 1984. Reprinted in The Armchair Universe, by A.K. Dewdney, published by W.H. Freeman & Company (1988), ISBN 0-7167-1939-8.
  • Universiteit van Amsterdam Computer Museum. (2007). Analog Computers.

External links

computer is a machine which manipulates data according to a list of instructions.

Computers take numerous physical forms. The first devices that resemble modern computers date to the mid-20th century (around 1940 - 1941), although the computer concept and various machines
..... Click the link for more information.
Electricity (from New Latin ēlectricus, "amberlike") is a general term for a variety of phenomena resulting from the presence and flow of electric charge. This includes many well-known physical phenomena such as lightning, electromagnetic fields and electric currents,
..... Click the link for more information.
machine (derived from the latin machina) is any device that transmits or modifies . In common usage, the meaning is restricted to devices having rigid moving parts that perform or assist in performing some work.
..... Click the link for more information.
Hydraulics is a topic of science and engineering dealing with the mechanical properties of liquids. Hydraulics is part of the more general discipline of fluid power. Fluid mechanics provides the theoretical foundation for hydraulics, which focuses on the engineering uses of fluid
..... Click the link for more information.
simulation is an imitation of some real thing, state of affairs, or process. The act of simulating something generally entails representing certain key characteristics or behaviours of a selected physical or abstract system.
..... Click the link for more information.
Antikythera mechanism (Greek: Ὁ μηχανισμός των Αντικυθήρων, Ho mēchanismós tōn Antikythērōn
..... Click the link for more information.
Antikythera
Αντικύθηρa

Antikythera's harbour Potamos
Geography
Island Chain: Ionian
Area:[1] 20.43 km (0 sq.mi.
..... Click the link for more information.
A gear is a component within a transmission device that transmits rotational force to another gear or device. A gear is different from a pulley in that a gear is a round wheel which has linkages ("teeth" or "cogs") that mesh with other gear teeth, allowing force to be fully
..... Click the link for more information.
lunisolar calendar is a calendar in many cultures whose date indicates both the moon phase and the time of the solar year. If the solar year is defined as a tropical year then a lunisolar calendar will give an indication of the season; if it is taken as a sidereal year then the
..... Click the link for more information.
A wire is a single, usually cylindrical, elongated strand of drawn metal. Wires are used to bear mechanical loads and to carry electricity and telecommunications signals . Standard sizes are determined by various wire gauges.
..... Click the link for more information.
machine (derived from the latin machina) is any device that transmits or modifies . In common usage, the meaning is restricted to devices having rigid moving parts that perform or assist in performing some work.
..... Click the link for more information.
A gear train is a set or system of gears arranged to transfer rotational torque from one part of a mechanical system to another.

Gear trains consists of:
  • Driving gears - attached to the input shaft
  • Driven gears - attached to the output shaft

..... Click the link for more information.
A gear is a component within a transmission device that transmits rotational force to another gear or device. A gear is different from a pulley in that a gear is a round wheel which has linkages ("teeth" or "cogs") that mesh with other gear teeth, allowing force to be fully
..... Click the link for more information.
10th century - 11st century
970s  980s  990s  - 1000s -  1010s  1020s  1030s
997 998 999 - 1000 - 1001 1002 1003
..... Click the link for more information.
A planisphere is a star chart analog computer that can be adjusted to display the stars for any time and date. It is an instrument to learn how to recognize stars and constellations. The astrolabe is a predecessor of the modern planisphere.
..... Click the link for more information.
star chart is a map of the night sky. Astronomers divide these into grids to easily use them. They are used to identify and locate astronomical objects such as stars, constellations and galaxies. They have been used for human navigation since time immemorial.
..... Click the link for more information.
As a means of recording the passage of time, the 11th century was that century which lasted from 1001 to 1100.

In the history of European culture, this period is considered the early part of the High Middle Ages.
..... Click the link for more information.
An Equatorium (plural: Equatoria) was a medieval astrometic analog computer device used by astronomers and astrologers. It was invented in al-Andalus in early 11th century al-Andalus.
..... Click the link for more information.
Astrometry is the branch of astronomy that relates to precise measurements and explanations of the positions and movements of stars and other celestial bodies. Although once thought of as an esoteric field with little useful application for the future, the information obtained by
..... Click the link for more information.
Al-Andalus (Arabic: الأندلس al-andalus) was the Arabic name given to those parts of the Iberian Peninsula governed by Muslims, or Moors, at various times in the period between 711 and 1492.
..... Click the link for more information.
10th century - 11st century - 12nd century
980s  990s  1000s  - 1010s -  1020s  1030s  1040s
1012 1013 1014 - 1015 - 1016 1017 1018

Lists of leaders
State leaders - Sovereign states

..... Click the link for more information.
astrolabe is a historical astronomical instrument used by classical astronomers, navigators, and astrologers. Its many uses included locating and predicting the positions of the Sun, Moon, planets and stars; determining local time given local longitude and vice-versa; surveying;
..... Click the link for more information.
calendar is a system for naming periods of time, typically days. These names are known as calendar dates. Cycles in a calendar are often synchronised with the perceived motion of astronomical objects.

A calendar is also a physical device (often paper).
..... Click the link for more information.
A gear is a component within a transmission device that transmits rotational force to another gear or device. A gear is different from a pulley in that a gear is a round wheel which has linkages ("teeth" or "cogs") that mesh with other gear teeth, allowing force to be fully
..... Click the link for more information.
Isfahan
Naghsh-i Jahan Square, Isfahan.

..... Click the link for more information.
1235 in other calendars
Gregorian calendar 1235
MCCXXXV
Ab urbe condita 1988
Armenian calendar 684
ԹՎ ՈՁԴ
Bah' calendar -609 – -608
Buddhist calendar 1779
..... Click the link for more information.
slide rule (often nicknamed a "slipstick"[1]) is a mechanical analog computer, consisting of at least two finely divided scales (rules), most often a fixed outer pair and a movable inner one, with a sliding window called the cursor.
..... Click the link for more information.
differential analyser was a mechanical analog computer designed to solve differential equations by integration, using wheel-and-disc mechanisms to perform the integration. It was one of the first advanced computing devices to be used operationally.
..... Click the link for more information.
Allied powers:
 Soviet Union
 United States
 United Kingdom
 China
 France
...et al. Axis powers:
 Germany
 Japan
 Italy
...et al.
..... Click the link for more information.
A bombsight is a device used by bomber aircraft to assist in the task of accurately dropping bombs on a ground target. Although it could be as simple as a set of crosshairs, the term generally refers to more complicated devices that allow correction for various factors that affect
..... Click the link for more information.


This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus


page counter