HOME

TheInfoList



OR:

In
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, Scalar potential, potential fields, Seismic tomograph ...
and related disciplines, aliasing is a phenomenon that a reconstructed signal from samples of the original signal contains low frequency components that are not present in the original one. This is caused when, in the original signal, there are components at frequency exceeding a certain frequency called
Nyquist frequency In signal processing, the Nyquist frequency (or folding frequency), named after Harry Nyquist, is a characteristic of a Sampling (signal processing), sampler, which converts a continuous function or signal into a discrete sequence. For a given S ...
, f_s / 2, where f_s is the sampling frequency ( undersampling). This is because typical reconstruction methods use low frequency components while there are a number of frequency components, called aliases, which sampling result in the identical sample. It also often refers to the
distortion In signal processing, distortion is the alteration of the original shape (or other characteristic) of a signal. In communications and electronics it means the alteration of the waveform of an information-bearing signal, such as an audio signal ...
or artifact that results when a signal reconstructed from samples is different from the original continuous signal. Aliasing can occur in signals sampled in time, for instance in
digital audio Digital audio is a representation of sound recorded in, or converted into, digital signal (signal processing), digital form. In digital audio, the sound wave of the audio signal is typically encoded as numerical sampling (signal processing), ...
or the
stroboscopic effect The stroboscopic effect is a visual optical phenomenon, phenomenon caused by aliasing that occurs when continuous rotational or other cyclic motion is represented by a series of short or instantaneous samples (as opposed to a continuous view) at ...
, and is referred to as temporal aliasing. Aliasing in spatially sampled signals (e.g.,
moiré pattern In mathematics, physics, and art, moiré patterns ( , , ) or moiré fringes are large-scale wave interference, interference patterns that can be produced when a partially opaque grating, ruled pattern with transparent gaps is overlaid on ano ...
s in
digital image A digital image is an image composed of picture elements, also known as pixels, each with '' finite'', '' discrete quantities'' of numeric representation for its intensity or gray level that is an output from its two-dimensional functions f ...
s) is referred to as spatial aliasing. Aliasing is generally avoided by applying
low-pass filter A low-pass filter is a filter that passes signals with a frequency lower than a selected cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency. The exact frequency response of the filter depends on the filt ...
s or anti-aliasing filters (AAF) to the input signal before sampling and when converting a signal from a higher to a lower sampling rate. Suitable reconstruction filtering should then be used when restoring the sampled signal to the continuous domain or converting a signal from a lower to a higher sampling rate. For
spatial anti-aliasing In digital signal processing, spatial anti-aliasing is a technique for minimizing the distortion artifacts (aliasing) when representing a high-resolution image at a lower resolution. Anti-aliasing is used in digital photography, computer graphics ...
, the types of anti-aliasing include fast approximate anti-aliasing (FXAA),
multisample anti-aliasing Multisample anti-aliasing (MSAA) is a type of spatial anti-aliasing, a technique used in computer graphics to remove jaggies. It is an optimization of supersampling, where only the necessary parts are sampled more. Jaggies are only noticed in ...
, and supersampling.


Description

When a digital image is viewed, a
reconstruction Reconstruction may refer to: Politics, history, and sociology *Reconstruction (law), the transfer of a company's (or several companies') business to a new company *''Perestroika'' (Russian for "reconstruction"), a late 20th century Soviet Union ...
is performed by a display or printer device, and by the eyes and the brain. If the image data is processed incorrectly during sampling or reconstruction, the reconstructed image will differ from the original image, and an alias is seen. An example of spatial aliasing is the
moiré pattern In mathematics, physics, and art, moiré patterns ( , , ) or moiré fringes are large-scale wave interference, interference patterns that can be produced when a partially opaque grating, ruled pattern with transparent gaps is overlaid on ano ...
observed in a poorly pixelized image of a brick wall.
Spatial anti-aliasing In digital signal processing, spatial anti-aliasing is a technique for minimizing the distortion artifacts (aliasing) when representing a high-resolution image at a lower resolution. Anti-aliasing is used in digital photography, computer graphics ...
techniques avoid such poor pixelizations. Aliasing can be caused either by the sampling stage or the reconstruction stage; these may be distinguished by calling sampling aliasing ''prealiasing'' and reconstruction aliasing ''postaliasing.'' Temporal aliasing is a major concern in the sampling of video and audio signals. Music, for instance, may contain high-frequency components that are inaudible to humans. If a piece of music is sampled at 32,000 samples per second (Hz), any frequency components at or above 16,000 Hz (the
Nyquist frequency In signal processing, the Nyquist frequency (or folding frequency), named after Harry Nyquist, is a characteristic of a Sampling (signal processing), sampler, which converts a continuous function or signal into a discrete sequence. For a given S ...
for this sampling rate) will cause aliasing when the music is reproduced by a
digital-to-analog converter In electronics, a digital-to-analog converter (DAC, D/A, D2A, or D-to-A) is a system that converts a digital signal into an analog signal. An analog-to-digital converter (ADC) performs the reverse function. DACs are commonly used in musi ...
(DAC). The high frequencies in the analog signal will appear as lower frequencies (wrong alias) in the recorded digital sample and, hence, cannot be reproduced by the DAC. To prevent this, an anti-aliasing filter is used to remove components above the Nyquist frequency prior to sampling. In video or cinematography, temporal aliasing results from the limited frame rate, and causes the wagon-wheel effect, whereby a spoked wheel appears to rotate too slowly or even backwards. Aliasing has changed its apparent frequency of rotation. A reversal of direction can be described as a negative frequency. Temporal aliasing frequencies in video and cinematography are determined by the frame rate of the camera, but the relative intensity of the aliased frequencies is determined by the shutter timing (exposure time) or the use of a temporal aliasing reduction filter during filming. Like the video camera, most sampling schemes are periodic; that is, they have a characteristic sampling frequency in time or in space. Digital cameras provide a certain number of samples (
pixel In digital imaging, a pixel (abbreviated px), pel, or picture element is the smallest addressable element in a Raster graphics, raster image, or the smallest addressable element in a dot matrix display device. In most digital display devices, p ...
s) per degree or per radian, or samples per mm in the focal plane of the camera. Audio signals are sampled ( digitized) with an
analog-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 (signal processing), digi ...
, which produces a constant number of samples per second. Some of the most dramatic and subtle examples of aliasing occur when the signal being sampled also has periodic content.


Bandlimited functions

Actual signals have a finite duration and their frequency content, as defined by the
Fourier transform In mathematics, the Fourier transform (FT) is an integral transform that takes a function as input then outputs another function that describes the extent to which various frequencies are present in the original function. The output of the tr ...
, has no upper bound. Some amount of aliasing always occurs when such continuous functions over time are sampled. Functions whose frequency content is bounded (''bandlimited'') have an infinite duration in the time domain. If sampled at a high enough rate, determined by the ''bandwidth'', the original function can, in theory, be perfectly reconstructed from the infinite set of samples.


Bandpass signals

Sometimes aliasing is used intentionally on signals with no low-frequency content, called ''bandpass'' signals. Undersampling, which creates low-frequency aliases, can produce the same result, with less effort, as frequency-shifting the signal to lower frequencies before sampling at the lower rate. Some digital channelizers exploit aliasing in this way for computational efficiency.  (See
Sampling (signal processing) In signal processing, sampling is the reduction of a continuous-time signal to a discrete-time signal. A common example is the conversion of a sound wave to a sequence of "samples". A sample is a value of the signal at a point in time and/or ...
, Nyquist rate (relative to sampling), and Filter bank.)


Sampling sinusoidal functions

Sinusoids are an important type of periodic function, because realistic signals are often modeled as the summation of many sinusoids of different frequencies and different amplitudes (for example, with a
Fourier series A Fourier series () is an Series expansion, expansion of a periodic function into a sum of trigonometric functions. The Fourier series is an example of a trigonometric series. By expressing a function as a sum of sines and cosines, many problems ...
or transform). Understanding what aliasing does to the individual sinusoids is useful in understanding what happens to their sum. When sampling a function at frequency (i.e., the sampling interval is ), the following functions of time yield identical sets of samples if the sampling starts from t=0 such that t=\fracn where n = 0,1,2,3, and so on: \. A
frequency spectrum In signal processing, the power spectrum S_(f) of a continuous time signal x(t) describes the distribution of power into frequency components f composing that signal. According to Fourier analysis, any physical signal can be decomposed int ...
of the samples produces equally strong responses at all those frequencies. Without collateral information, the frequency of the original function is ambiguous. So, the functions and their frequencies are said to be ''aliases'' of each other. Noting the sine functions as odd functions: : \sin(2\pi (f+Nf_)t + \phi) = \left\{ \begin{array}{ll} +\sin(2\pi (f+Nf_{\rm s})t + \phi), & f+Nf_{\rm s} \ge 0 \\ -\sin(2\pi , f+Nf_{\rm s}, t - \phi), & f+Nf_{\rm s} < 0 \\ \end{array} \right. thus, we can write all the alias frequencies as positive values: f_{_N}(f) \triangleq \left, f+Nf_{\rm s}\. For example, a snapshot of the lower right frame of Fig.2 shows a component at the actual frequency f and another component at alias f_{_{-1(f). As f increases during the animation, f_{_{-1(f) decreases. The point at which they are equal (f=f_s/2) is an axis of symmetry called the ''folding frequency'', also known as ''
Nyquist frequency In signal processing, the Nyquist frequency (or folding frequency), named after Harry Nyquist, is a characteristic of a Sampling (signal processing), sampler, which converts a continuous function or signal into a discrete sequence. For a given S ...
''. Aliasing matters when one attempts to reconstruct the original waveform from its samples. The most common reconstruction technique produces the smallest of the f_{_N}(f) frequencies. So, it is usually important that f_0(f) be the unique minimum. A necessary and sufficient condition for that is f_s/2 > , f, , called the ''Nyquist condition''. The lower left frame of Fig.2 depicts the typical reconstruction result of the available samples. Until f exceeds the Nyquist frequency, the reconstruction matches the actual waveform (upper left frame). After that, it is the low frequency alias of the upper frame.


Folding

The figures below offer additional depictions of aliasing, due to sampling. A graph of amplitude vs frequency (not time) for a single sinusoid at frequency and some of its aliases at and would look like the 4 black dots in Fig.3. The red lines depict the paths ( loci) of the 4 dots if we were to adjust the frequency and amplitude of the sinusoid along the solid red segment (between and ). No matter what function we choose to change the amplitude vs frequency, the graph will exhibit symmetry between 0 and Folding is often observed in practice when viewing the
frequency spectrum In signal processing, the power spectrum S_(f) of a continuous time signal x(t) describes the distribution of power into frequency components f composing that signal. According to Fourier analysis, any physical signal can be decomposed int ...
of real-valued samples, such as Fig.4. {, , , ,


Complex sinusoids

Complex sinusoids are waveforms whose samples are
complex numbers In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the form a ...
(z = Ae ^{i\theta } = A(\cos \theta + i\sin \theta) ), and the concept of negative frequency is necessary to distinguish them. In that case, the frequencies of the aliases are given by just: (In real sinusoids, as shown in the above, all alias frequencies can be written as positive frequencies f_{_N}(f) \triangleq \left, f+Nf_{\rm s}\ because of sine functions as odd functions.) Therefore, as increases from to also increases (from to 0). Consequently, complex sinusoids do not exhibit ''folding''.


Sample frequency

When the condition is met for the highest frequency component of the original signal, then it is met for all the frequency components, a condition called the Nyquist criterion. That is typically approximated by filtering the original signal to attenuate high frequency components before it is sampled. These attenuated high frequency components still generate low-frequency aliases, but typically at low enough amplitudes that they do not cause problems. A filter chosen in anticipation of a certain sample frequency is called an anti-aliasing filter. The filtered signal can subsequently be reconstructed, by interpolation algorithms, without significant additional distortion. Most sampled signals are not simply stored and reconstructed. But the fidelity of a theoretical reconstruction (via the Whittaker–Shannon interpolation formula) is a customary measure of the effectiveness of sampling.


Historical usage

Historically the term ''aliasing'' evolved from radio engineering because of the action of superheterodyne receivers. When the receiver shifts multiple signals down to lower frequencies, from RF to IF by heterodyning, an unwanted signal, from an RF frequency equally far from the
local oscillator In electronics, the term local oscillator (LO) refers to an electronic oscillator when used in conjunction with a Frequency mixer, mixer to change the frequency of a signal. This frequency conversion process, also called Heterodyne, heterodyning ...
(LO) frequency as the desired signal, but on the wrong side of the LO, can end up at the same IF frequency as the wanted one. If it is strong enough it can interfere with reception of the desired signal. This unwanted signal is known as an ''image'' or ''alias'' of the desired signal. The first written use of the terms "alias" and "aliasing" in signal processing appears to be in a 1949 unpublished Bell Laboratories technical memorandum by
John Tukey John Wilder Tukey (; June 16, 1915 – July 26, 2000) was an American mathematician and statistician, best known for the development of the fast Fourier Transform (FFT) algorithm and box plot. The Tukey range test, the Tukey lambda distributi ...
and
Richard Hamming Richard Wesley Hamming (February 11, 1915 – January 7, 1998) was an American mathematician whose work had many implications for computer engineering and telecommunications. His contributions include the Hamming code (which makes use of a Ha ...
. That paper includes an example of frequency aliasing dating back to 1922. The first ''published'' use of the term "aliasing" in this context is due to Blackman and Tukey in 1958. In their preface to the Dover reprint of this paper, they point out that the idea of aliasing had been illustrated graphically by Stumpf ten years prior. The 1949 Bell technical report refers to aliasing as though it is a well-known concept, but does not offer a source for the term. Gwilym Jenkins and Maurice Priestley credit Tukey with introducing it in this context, though an analogous concept of aliasing had been introduced a few years earlier in fractional factorial designs. While Tukey did significant work in factorial experiments and was certainly aware of aliasing in fractional designs, it cannot be determined whether his use of "aliasing" in signal processing was consciously inspired by such designs.


Angular aliasing

Aliasing occurs whenever the use of discrete elements to capture or produce a continuous signal causes frequency ambiguity. Spatial aliasing, particular of angular frequency, can occur when reproducing a
light field A light field, or lightfield, is a vector-valued function, vector function that describes the amount of light flowing in every direction through every point in a space. The space of all possible ''light rays'' is given by the Five-dimensional space ...
or sound field with discrete elements, as in 3D displays or wave field synthesis of sound. This aliasing is visible in images such as posters with
lenticular printing Lenticular printing is a technology in which lenticular lenses (a technology also used for 3D displays) are used to produce printed images with an Depth perception, illusion of depth, or the ability to change or move as they are viewed from diff ...
: if they have low angular resolution, then as one moves past them, say from left-to-right, the 2D image does not initially change (so it appears to move left), then as one moves to the next angular image, the image suddenly changes (so it jumps right) – and the frequency and amplitude of this side-to-side movement corresponds to the angular resolution of the image (and, for frequency, the speed of the viewer's lateral movement), which is the angular aliasing of the 4D light field. The lack of
parallax Parallax is a displacement or difference in the apparent position of an object viewed along two different sightline, lines of sight and is measured by the angle or half-angle of inclination between those two lines. Due to perspective (graphica ...
on viewer movement in 2D images and in
3-D film 3D films are motion pictures made to give an illusion of Three-dimensional space, three-dimensional solidity, usually with the help of Stereoscopy#3D viewers, special glasses worn by viewers. 3D films were prominently featured in the 1950s in Amer ...
produced by stereoscopic glasses (in 3D films the effect is called " yawing", as the image appears to rotate on its axis) can similarly be seen as loss of angular resolution, all angular frequencies being aliased to 0 (constant).


More examples


Audio example

The qualitative effects of aliasing can be heard in the following audio demonstration. Six sawtooth waves are played in succession, with the first two sawtooths having a
fundamental frequency The fundamental frequency, often referred to simply as the ''fundamental'' (abbreviated as 0 or 1 ), is defined as the lowest frequency of a Periodic signal, periodic waveform. In music, the fundamental is the musical pitch (music), pitch of a n ...
of 440 Hz (A4), the second two having fundamental frequency of 880 Hz (A5), and the final two at 1760 Hz (A6). The sawtooths alternate between bandlimited (non-aliased) sawtooths and aliased sawtooths and the sampling rate is 22050 Hz. The bandlimited sawtooths are synthesized from the sawtooth waveform's
Fourier series A Fourier series () is an Series expansion, expansion of a periodic function into a sum of trigonometric functions. The Fourier series is an example of a trigonometric series. By expressing a function as a sum of sines and cosines, many problems ...
such that no harmonics above the
Nyquist frequency In signal processing, the Nyquist frequency (or folding frequency), named after Harry Nyquist, is a characteristic of a Sampling (signal processing), sampler, which converts a continuous function or signal into a discrete sequence. For a given S ...
(11025 Hz = 22050 Hz / 2 here) are present. The aliasing distortion in the lower frequencies is increasingly obvious with higher fundamental frequencies, and while the bandlimited sawtooth is still clear at 1760 Hz, the aliased sawtooth is degraded and harsh with a buzzing audible at frequencies lower than the fundamental.


Direction finding

A form of spatial aliasing can also occur in antenna arrays or microphone arrays used to estimate the direction of arrival of a wave signal, as in geophysical exploration by seismic waves. Waves must be sampled more densely than two points per
wavelength In physics and mathematics, wavelength or spatial period of a wave or periodic function is the distance over which the wave's shape repeats. In other words, it is the distance between consecutive corresponding points of the same ''phase (waves ...
, or the wave arrival direction becomes ambiguous.


See also

*
Brillouin zone In mathematics and solid state physics, the first Brillouin zone (named after Léon Brillouin) is a uniquely defined primitive cell in reciprocal space Reciprocal lattice is a concept associated with solids with translational symmetry whic ...
* Glossary of video terms * Jaggies * Kell factor * Sinc filter * Sinc function *
Spectral density In signal processing, the power spectrum S_(f) of a continuous time signal x(t) describes the distribution of power into frequency components f composing that signal. According to Fourier analysis, any physical signal can be decomposed into ...
*
Spectral leakage The Fourier transform of a function of time, s(t), is a complex-valued function of frequency, S(f), often referred to as a frequency spectrum. Any LTI system theory, linear time-invariant operation on s(t) produces a new spectrum of the form H(f)� ...
*
Stroboscopic effect The stroboscopic effect is a visual optical phenomenon, phenomenon caused by aliasing that occurs when continuous rotational or other cyclic motion is represented by a series of short or instantaneous samples (as opposed to a continuous view) at ...
* Wagon-wheel effect *


References


Further reading

* Pharr, Matt; Humphreys, Greg. (28 June 2010)
''Physically Based Rendering: From Theory to Implementation''.
Morgan Kaufmann Morgan Kaufmann Publishers is a Burlington, Massachusetts (San Francisco, California until 2008) based publisher specializing in computer science and engineering content. Since 1984, Morgan Kaufmann has been publishing contents on information te ...
.
Chapter 7 (''Sampling and reconstruction'')
Retrieved 3 March 2013.


External links

* by Tektronix Application Engineer
Anti-Aliasing Filter Primer
by La Vida Leica, discusses its purpose and effect on recorded images
Interactive examples demonstrating the aliasing effect
{{Authority control Digital signal processing Signal processing