Jump to content

Fourier analysis

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by YurikBot (talk | contribs) at 06:57, 23 July 2006 (robot Adding: fa:تبدیل فوریه). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Fourier transform, named after Joseph Fourier, is a reversible integral transform of one function into another. The second function, which is called a Fourier transform, gives the coefficients of sinusoidal basis functions (vs. their frequencies) whose linear combination (summation or integral) produces the original function. That recombination of sinusoidal basis functions is called an inverse Fourier transform.

The Fourier transform has several specific variations, depending upon the type of function being transformed. These are described below. See also: List of Fourier-related transforms.

Applications

Fourier transforms have many scientific applications — in physics, number theory, combinatorics, signal processing, probability theory, statistics, cryptography, acoustics, oceanography, optics and diffraction, geometry, and other areas. (In signal processing and related fields, the Fourier transform is typically thought of as decomposing a signal into its component frequencies and their amplitudes.) This wide applicability stems from several useful properties of the transforms:

Variants of the Fourier transform

Continuous Fourier transform

Most often, the unqualified term "Fourier transform" refers to the continuous Fourier transform, representing any square-integrable function as a linear combination of complex exponentials with frequencies :

The quantity, , provides both the amplitude and initial phase (as a complex number) of basis function: .

The function, , is the Fourier transform of , denoted by the operator :

And the inverse transform (shown above) is written:

Together the two functions are referred to as a transform pair. See continuous Fourier transform for more information, including:

  • formula for the forward transform
  • tabulated transforms of specific functions
  • discussion of the transform properties
  • various conventions for amplitude normalization and frequency scaling/units

Multi-dimensional version

The formulation for the Fourier transform given above applies in one dimension. The Fourier transform, however, can be expanded to arbitrary dimension . The more generalised version of this transform in dimension , notated by is:

where and are -dimensional vectors, is the inner product of these two vectors, and the integration is performed over all dimensions.

Fourier series

The continuous transform is itself actually a generalization of an earlier concept, a Fourier series, which was specific to periodic (or finite-domain) functions (with period ), and represents these functions as a series of sinusoids:

,

where , and is a (complex) amplitude.


For real-valued , an equivalent variation is:

where   and   .

Discrete-time Fourier transform

For use on computers, both for scientific computation and digital signal processing, one must have functions, x[n], that are defined for discrete instead of continuous domains, again finite or periodic. A useful "discrete-time" function can be obtained by sampling a "continuous-time" function, x(t). And similar to the continuous Fourier transform, the function can be represented as a sum of complex sinusoids:

But in this case, the limits of integration need only span one period of the periodic function, , which is derived from the samples by the discrete-time Fourier transform (DTFT):

Discrete Fourier transform

The DTFT is defined on a continuous domain. So despite its periodicity, it still cannot be numerically evaluated for every unique frequency. But a very useful approximation can be made by evaluating it at regularly-spaced intervals, with arbitrarily small spacing. Due to periodicity, the number of unique coefficients (N) to be evaluated is always finite, leading to this simplification:

,     for

When the portion of x[n] between n=0 and n=N-1 is a good (or exact) representation of the entire x[n] sequence, it is useful to compute:

,

which is called discrete Fourier transform (DFT). The inverse DFT represents x[n] as the sum of complex sinusoids:

The table below will note that this actually produces a periodic x[n]. If the original sequence was not periodic to begin with, this phenomenon is the time-domain consequence of approximating the continuous-domain DTFT function with the discrete-domain DFT function.

Fast Fourier transform

Computing a DFT directly requires O(N2) operations (see Big O notation). But it can be computed in only O(N log N) operations using a fast Fourier transform (FFT) algorithm, which makes the FFT a practical and important transformation on computers.

Other variants

The Fourier variants can also be generalized to Fourier transforms on arbitrary locally compact abelian topological groups, which are studied in harmonic analysis; there, the Fourier transform takes functions on a group to functions on the dual group. This treatment also allows a general formulation of the convolution theorem, which relates Fourier transforms and convolutions. See also the Pontryagin duality for the generalized underpinnings of the Fourier transform.

Time-frequency transforms such as the short-time Fourier transform, wavelet transforms, chirplet transforms, and the fractional Fourier transform try to obtain frequency information from a signal as a function of time (or whatever the independent variable is), although the ability to simultaneously resolve frequency and time is limited by an (mathematical) uncertainty principle.

Family of Fourier transforms

The following table summarizes the family of Fourier transforms. We see

  • that discreteness in one domain implies periodicity in the opposite transformed domain and the converse is true.
  • that continuity in one domain implies aperiodicity in the transformed domain and the converse is true.
  • pure reality in one domain (i.e. imaginary part is zero everywhere) implies conjugate symmetry in the transformed domain and the converse is true.


Transform Time domain Frequency domain
Continuous Fourier transform Continuous, Aperiodic Continuous, Aperiodic
Fourier series Continuous, Periodic Discrete, Aperiodic
Discrete-time Fourier transform Discrete, Aperiodic Continuous, Periodic
Discrete Fourier transform Discrete, Periodic Discrete, Periodic

Interpretation in terms of time and frequency

In terms of signal processing, the transform takes a time series representation of a signal function and maps it into a frequency spectrum, where ω is angular frequency. That is, it takes a function in the time domain into the frequency domain; it is a decomposition of a function into harmonics of different frequencies.

When the function f is a function of time and represents a physical signal, the transform has a standard interpretation as the frequency spectrum of the signal. The magnitude of the resulting complex-valued function F at frequency ω represents the amplitude of a frequency component whose initial phase is given by: arctan (imaginary part/real part).

However, it is important to realize that Fourier transforms are not limited to functions of time, and temporal frequencies. They can equally be applied to analyze spatial frequencies, and indeed for nearly any function domain.

Applications in signal processing

In signal processing, Fourier transformation can isolate individual components of a complex signal, concentrating them for easier detection and/or removal. A large family of signal processing techniques consist of Fourier-transforming a signal (such as a clip of audio or an image), manipulating the Fourier-transformed data in a simple way, and reversing the transformation. Some examples include:

Fourier transformation is also useful as a compact representation of a signal. For example, JPEG compression uses Fourier transformation of small square pieces of a digital image. The Fourier components of each square are rounded to lower arithmetic precision, and weak components are eliminated entirely, so that the remaining components can be stored very compactly. In image reconstruction, each Fourier-transformed image square is reassembled from the preserved approximate components, and then inverse-transformed to produce an approximation of the original image.

References

  • E. M. Stein, G. Weiss, "Introduction to Fourier Analysis on Euclidean Spaces", Princeton University Press, 1971. ISBN: 0-691-08078-X
  • A. D. Polyanin and A. V. Manzhirov, Handbook of Integral Equations, CRC Press, Boca Raton, 1998. ISBN 0-8493-2876-4
  • Smith, Steven W. The Scientist and Engineer's Guide to Digital Signal Processing, 2nd edition. San Diego: California Technical Publishing, 1999. ISBN 0-9660176-3-3. (also available online: [1])

See also