Analogue electronics ( en-US, analog electronics) are
electronic systems with a
continuously variable signal, in contrast to
digital electronics where signals usually take
only two levels. The term "analogue" describes the proportional relationship between a signal and a voltage or current that represents the signal. The word analogue is derived from the el, word ανάλογος (analogos) meaning "proportional".
Analogue signals
An analogue signal uses some attribute of the medium to convey the signal's information. For example, an
aneroid barometer uses the
angular position
In geometry, the orientation, angular position, attitude, bearing, or direction of an object such as a line, plane or rigid body is part of the description of how it is placed in the space it occupies.
More specifically, it refers to the imagin ...
of a needle as the signal to convey the information of changes in
atmospheric pressure. Electrical signals may represent information by changing their voltage, current, frequency, or total charge. Information is converted from some other physical form (such as sound, light, temperature, pressure, position) to an electrical signal by a
transducer which converts one type of energy into another (e.g. a
microphone).
The signals take any value from a given range, and each unique signal value represents different information. Any change in the signal is meaningful, and each level of the signal represents a different level of the phenomenon that it represents. For example, suppose the signal is being used to represent temperature, with one
volt representing one degree Celsius. In such a system, 10 volts would represent 10 degrees, and 10.1 volts would represent 10.1 degrees.
Another method of conveying an analogue signal is to use
modulation
In electronics and telecommunications, modulation is the process of varying one or more properties of a periodic waveform, called the ''carrier signal'', with a separate signal called the ''modulation signal'' that typically contains informatio ...
. In this, some base carrier signal has one of its properties altered:
amplitude modulation
Amplitude modulation (AM) is a modulation technique used in electronic communication, most commonly for transmitting messages with a radio wave. In amplitude modulation, the amplitude (signal strength) of the wave is varied in proportion to ...
(AM) involves altering the amplitude of a sinusoidal voltage waveform by the source information,
frequency modulation (FM) changes the frequency. Other techniques, such as
phase modulation or changing the phase of the carrier signal, are also used.
In an analogue sound recording, the variation in pressure of a sound striking a
microphone creates a corresponding variation in the current passing through it or voltage across it. An increase in the volume of the sound causes the fluctuation of the current or voltage to increase proportionally while keeping the same
waveform or shape.
Mechanical,
pneumatic
Pneumatics (from Greek ‘wind, breath’) is a branch of engineering that makes use of gas or pressurized air.
Pneumatic systems used in Industrial sector, industry are commonly powered by compressed air or compressed inert gases. A central ...
,
hydraulic, and other systems may also use analogue signals.
Inherent noise
Analogue systems invariably include
noise that is random disturbances or variations, some caused by the
random thermal vibrations of atomic particles. Since all variations of an analogue signal are significant, any disturbance is equivalent to a change in the original signal and so appears as noise. As the signal is copied and re-copied, or transmitted over long distances, these random variations become more significant and lead to signal degradation. Other sources of noise may include
crosstalk
In electronics, crosstalk is any phenomenon by which a signal transmitted on one circuit or channel of a transmission system creates an undesired effect in another circuit or channel. Crosstalk is usually caused by undesired capacitive, induc ...
from other signals or poorly designed components. These disturbances are reduced by
shielding and by using
low-noise amplifiers (LNA).
Analogue vs digital electronics

Since the information is encoded differently in analogue and
digital electronics, the way they process a signal is consequently different. All operations that can be performed on an analogue signal such as
amplification,
filtering
Filter, filtering or filters may refer to:
Science and technology
Computing
* Filter (higher-order function), in functional programming
* Filter (software), a computer program to process a data stream
* Filter (video), a software component tha ...
, limiting, and others, can also be duplicated in the digital domain. Every digital circuit is also an analogue circuit, in that the behaviour of any digital circuit can be explained using the rules of analogue circuits.
The use of
microelectronics has made digital devices cheap and widely available.
Noise
The effect of
noise on an analogue circuit is a function of the
level
Level or levels may refer to:
Engineering
*Level (instrument), a device used to measure true horizontal or relative heights
*Spirit level, an instrument designed to indicate whether a surface is horizontal or vertical
*Canal pound or level
*Regr ...
of noise. The greater the noise level, the more the analogue signal is disturbed, slowly becoming less usable. Because of this, analogue signals are said to "fail gracefully". Analogue signals can still contain intelligible information with very high levels of noise. Digital circuits, on the other hand, are not affected at all by the presence of noise until a certain threshold is reached, at which point they fail catastrophically. For digital
telecommunications, it is possible to increase the noise threshold with the use of
error detection and correction
In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable communi ...
coding schemes and algorithms. Nevertheless, there is still a point at which catastrophic failure of the link occurs.
In digital electronics, because the information is
quantized, as long as the signal stays inside a range of values, it represents the same information. In digital circuits the signal is regenerated at each
logic gate
A logic gate is an idealized or physical device implementing a Boolean function, a logical operation performed on one or more binary inputs that produces a single binary output. Depending on the context, the term may refer to an ideal logic gate, ...
, lessening or removing noise. In analogue circuits, signal loss can be regenerated with
amplifiers. However, noise is cumulative throughout the system and the amplifier itself will add to the noise according to its
noise figure.
Precision
A number of factors affect how precise a signal is, mainly the noise present in the original signal and the noise added by processing (see
signal-to-noise ratio
Signal-to-noise ratio (SNR or S/N) is a measure used in science and engineering that compares the level of a desired signal to the level of background noise. SNR is defined as the ratio of signal power to the noise power, often expressed in deci ...
). Fundamental physical limits such as the
shot noise
Shot noise or Poisson noise is a type of noise which can be modeled by a Poisson process.
In electronics shot noise originates from the discrete nature of electric charge. Shot noise also occurs in photon counting in optical devices, where shot ...
in components limits the resolution of analogue signals. In digital electronics additional precision is obtained by using additional digits to represent the signal. The practical limit in the number of digits is determined by the performance of the
analogue-to-digital converter
In electronics, an analog-to-digital converter (ADC, A/D, or A-to-D) is a system that converts an analog signal, such as a sound picked up by a microphone or light entering a digital camera, into a digital signal. An ADC may also provide ...
(ADC), since digital operations can usually be performed without loss of precision. The ADC takes an analogue signal and changes it into a series of
binary number
A binary number is a number expressed in the base-2 numeral system or binary numeral system, a method of mathematical expression which uses only two symbols: typically "0" (zero) and "1" ( one).
The base-2 numeral system is a positional notatio ...
s. The ADC may be used in simple digital display devices, e. g., thermometers or light meters but it may also be used in digital sound recording and in data acquisition. However, a
digital-to-analogue converter (DAC) is used to change a digital signal to an analogue signal. A DAC takes a series of binary numbers and converts it to an analogue signal. It is common to find a DAC in the gain-control system of an
op-amp
An operational amplifier (often op amp or opamp) is a DC-coupled high-gain electronic voltage amplifier with a differential input and, usually, a single-ended output. In this configuration, an op amp produces an output potential (relative to c ...
which in turn may be used to control digital amplifiers and filters.
Design difficulty
Analogue circuits are typically harder to design, requiring more skill than comparable digital systems to conceptualize. An analogue circuit is usually designed by hand because the application is built into the hardware. Digital hardware, on the other hand, has a great deal of commonality across applications and can be mass produced in a standardised form. Hardware design consists largely of repeated identical blocks and the design process can be highly automated. This is one of the main reasons that digital systems have become more common than analogue devices. However, the application of digital hardware is a function of the
software/
firmware
In computing, firmware is a specific class of computer software that provides the low-level control for a device's specific hardware. Firmware, such as the BIOS of a personal computer, may contain basic functions of a device, and may provide h ...
and creating this is still largely a labour-intensive process. Since the early 2000s, there were some platforms that were developed which enabled analogue design to be defined using software - which allows faster prototyping. Furthermore, if a digital electronic device is to interact with the real world, it will always need an analogue interface.
For example, every
digital radio
Digital radio is the use of digital technology to transmit or receive across the radio spectrum. Digital transmission by radio waves includes digital broadcasting, and especially digital audio radio services.
Types
In digital broadcasting syst ...
receiver has an analogue preamplifier as the first stage in the receive chain.
Design of analogue circuits has been greatly eased by the advent of software circuit simulators such as
SPICE. IBM developed their own in-house simulator,
ASTAP ASTAP (Advanced Statistical Analysis Program)
was a general purpose Analogue electronics, analog electronic circuit Electronic circuit simulation, simulator developed primarily for in-house use by IBM from 1973
on. It was a powerful program used ...
, in the 1970s which used an unusual (compared to other simulators)
sparse matrix method of circuit analysis.
Circuit classification
Analogue circuits can be entirely
passive, consisting of
resistor
A resistor is a passive two-terminal electrical component that implements electrical resistance as a circuit element. In electronic circuits, resistors are used to reduce current flow, adjust signal levels, to divide voltages, bias active el ...
s,
capacitors and
inductors. Active circuits also contain active elements such as
transistors. Traditional circuits are built from
lumped elements – that is, discrete components. However, an alternative is
distributed-element circuits, built from pieces of
transmission line.
See also
*
Analogue chip
A linear integrated circuit or analog chip is a set of miniature electronic analog circuits formed on a single piece of semiconductor material.
Description
The voltage and current at specified points in the circuits of analog chips vary continuou ...
*
Analogue computer
*
Analogue signal
*
Analogue verification
*
Comparison of analogue and digital recording
Sound can be recorded and stored and played using either digital or analog techniques. Both techniques introduce errors and distortions in the sound, and these methods can be systematically compared. Musicians and listeners have argued over th ...
*
Digital electronics
*
Digital data
Digital data, in information theory and information systems, is information represented as a string of discrete symbols each of which can take on one of only a finite number of values from some alphabet, such as letters or digits. An example i ...
– for a comparison with analogue
*
Electronic circuit
An electronic circuit is composed of individual electronic components, such as resistors, transistors, capacitors, inductors and diodes, connected by conductive wires or traces through which electric current can flow. It is a type of electrical ...
References
{{Reflist
Analog circuits
Electronic engineering