Fourier analysis

Fourier analysis

In mathematics, Fourier analysis is a subject area which grew out of the study of Fourier series. The subject began with trying to understand when it was possible to represent general functions by sums of simpler trigonometric functions. The attempt to understand functions (or other objects) by breaking them into basic pieces that are easier to understand is one of the central themes in Fourier analysis. Fourier analysis is named after Joseph Fourier who showed that representing a function by a trigonometric series greatly simplified the study of heat propagation.

Today the subject of Fourier analysis encompasses a vast spectrum of mathematics with parts that, at first glance, may appear quite different. In the sciences and engineering the process of decomposing a function into simpler pieces is often called an analysis. The corresponding operation of rebuilding the function from these pieces is known as synthesis. In this context the term Fourier synthesis describes the act of rebuilding and the term Fourier analysis describes the process of breaking the function into a sum of simpler pieces. In mathematics, the term Fourier analysis often refers to the study of both operations.

In Fourier analysis, the term Fourier transform often refers to the process that decomposes a given function into the basic pieces. This process results in another function that describes how much of each basic piece are in the original function. It is common practice to also use the term Fourier transform to refer to this function. However, the transform is often given a more specific name depending upon the domain and other properties of the function being transformed, as elaborated below. Moreover, the original concept of Fourier analysis has been extended over time to apply to more and more abstract and general situations, and the general field is often known as harmonic analysis.

Each transform used for analysis (see list of Fourier-related transforms) has a corresponding inverse transform that can be used for synthesis.

Applications

Fourier analysis has many scientific applications — in physics, partial differential equations, number theory, combinatorics, signal processing, imaging, probability theory, statistics, option pricing, cryptography, numerical analysis, acoustics, oceanography, optics, diffraction, geometry, and other areas.

This wide applicability stems from many useful properties of the transforms:

* The transforms are linear operators and, with proper normalization, are unitary as well (a property known as Parseval's theorem or, more generally, as the Plancherel theorem, and most generally via Pontryagin duality)harv|Rudin|1990.
* The transforms are usually invertible, and when they are the inverse transform has a similar form as the as the forward transform.
* The exponential functions are eigenfunctions of differentiation, which means that this representation transforms linear differential equations with constant coefficients into ordinary algebraic ones harv|Evans|1998. (For example, in a linear time-invariant physical system, frequency is a conserved quantity, so the behavior at each frequency can be solved independently.)
* By the convolution theorem, Fourier transforms turn the complicated convolution operation into simple multiplication, which means that they provide an efficient way to compute convolution-based operations such as polynomial multiplication and multiplying large numbers harv|Knuth|1997.
* The discrete version of the Fourier transform (see below) can be evaluated quickly on computers using fast Fourier transform (FFT) algorithms. harv|Conte|de Boor|1980

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.

Applications in signal processing

When processing signals, such as audio, radio waves, light waves, seismic waves, and even images, Fourier analysis can isolate individual components of a compound waveform, concentrating them for easier detection and/or removal. A large family of signal processing techniques consist of Fourier-transforming a signal, manipulating the Fourier-transformed data in a simple way, and reversing the transformation.

Some examples include:
* Telephone dialing; the touch-tone signals for each telephone key, when pressed, are each a sum of two separate tones (frequencies). Fourier analysis can be used to separate (or "analyze") the telephone signal, to reveal the two component tones and therefore which button was pressed.
* Removal of unwanted frequencies from an audio recording (used to eliminate hum from leakage of AC power into the signal, to eliminate the stereo subcarrier from FM radio recordings, or to create karaoke tracks with the vocals removed);
* Noise gating of audio recordings to remove quiet background noise by eliminating Fourier components that do not exceed a preset amplitude;
* Equalization of audio recordings with a series of bandpass filters;
* Digital radio reception with no superheterodyne circuit, as in a modern cell phone or radio scanner;
* Image processing to remove periodic or anisotropic artifacts such as jaggies from interlaced video, stripe artifacts from strip aerial photography, or wave patterns from radio frequency interference in a digital camera;
* Cross correlation of similar images for co-alignment;
* X-ray crystallography to reconstruct a protein's structure from its diffraction pattern;
* Fourier transform ion cyclotron resonance mass spectrometry to determine the mass of ions from the frequency of cyclotron motion in a magnetic field.

Variants of Fourier analysis

Fourier analysis has different forms, some of which have different names. Below are given several of the most common variants. Variations with different names usually reflect different properties of the function or data being analyzed. The resultant transforms can be seen as special cases or generalizations of each other.

(Continuous) Fourier transform

Most often, the unqualified term Fourier transform refers to the transform of functions of a continuous real argument, such as time ("t"). In this case the Fourier transform describes a function "ƒ"("t") in terms of basic complex exponentials of various frequencies. In terms of ordinary frequency "ν", the Fourier transform is given by the complex number:

:F( u) = int_{-infty}^{infty} f(t) cdot e^{- 2pi i u t} dt

Evaluating this quantity for all values of "ν" produces the "frequency-domain" function.

Also see How it works, below. See Fourier transform for even more information, including:
* the inverse transform, "F"("ν") → "ƒ"("t")
* conventions for amplitude normalization and frequency scaling/units
* transform properties
* tabulated transforms of specific functions
* an extension/generalization for functions of multiple dimensions, such as images

Fourier series

Fourier analysis for functions defined on a circle, or equivalently for periodic functions, mainly focuses on the study Fourier Series. Suppose that "ƒ"("x") is periodic function with period 2"π", in this case one can attempt to decompose "ƒ"("x") as a sum of complex exponentials functions. The coefficients of the complex exponential in the sum are referred to as the Fourier coefficients for "ƒ" and are analogous to the "Fourier transform" of a function on the line harv|Katznelson|1976. The term Fourier series expansion or simply Fourier series refers to the infinite series that appears in the inverse transform. The Fourier coefficients of are given by:

:F(n) = frac{1}{2pi} int_{0}^{2pi} f(x) e^{-i n x} , dx,

for all integers "n". And the Fourier series of "ƒ"("x") is given by:

:f(x)=sum_{n=-infty}^infty F(n) e^{i n x}.

Equality may not always hold in the equation above and the study of the convergence of Fourier series is a central part of Fourier analysis of the circle.

Analysis of periodic functions or functions with limited duration

When "ƒ"("x") has finite duration (or compact support), a discrete subset of the values of its continuous Fourier transform is sufficient to reconstruct/represent the function "ƒ"("x") on its support. One such discrete set is obtained by treating the duration of the segment as if it is the period of a periodic function and computing the Fourier coefficients. Putting convergence issues aside, the Fourier series expansion will be a periodic function not the finite-duration function "ƒ"("x"); but one period of the expansion will give the values of "ƒ"("x") on its support.

See Fourier series for more information, including:
* Fourier series expansions for general periods,
* transform properties,
* historical development,
* special cases and generalizations.

Discrete-time Fourier transform (DTFT)

For functions of an integer index, the discrete-time Fourier transform (DTFT) provides a useful frequency-domain transform.

A useful "discrete-time" function can be obtained by sampling a "continuous-time" function, "s"("t"), which produces a sequence, "s"("nT"), for integer values of "n" and some time-interval "T". If information is lost, then only an approximation to the original transform, "S"("f"), can be obtained by looking at one period of the periodic function:

:S_T(f) = sum_{k=-infty}^{infty} Sleft(f - frac{k}{T} ight) equiv sum_{n=-infty}^{infty} underbrace{Tcdot s(nT)}_{s [n] } cdot e^{-i 2pi f n T},

which is the DTFT. The identity above is a result of the Poisson summation formula. The DTFT is also equivalent to the Fourier transform of a "continuous" function that is constructed by using the "s" ["n"] sequence to modulate a Dirac comb.

Applications of the DTFT are not limited to sampled functions. It can be applied to any discrete sequence. See Discrete-time Fourier transform for more information on this and other topics, including:
* the inverse transform
* normalized frequency units
* windowing (finite-length sequences)
* transform properties
* tabulated transforms of specific functions

Discrete Fourier transform (DFT)

Since the DTFT is also a continuous Fourier transform (of a comb function), the Fourier series also applies to it. Thus, when "s" ["n"] is periodic, with period N, "S""T"("ƒ") is another Dirac comb function, modulated by the coefficients of a Fourier series. And the integral formula for the coefficients simplifies to:

: S [k] = sum_{n=0}^{N-1} s [n] cdot e^{-i 2 pi frac{k}{N} n} for all integer values of "k".

Since the DTFT is periodic, so is "S" ["k"] . And it has the same period (N) as the input function. This transform is also called DFT, particularly when only one period of the output sequence is computed from one period of the input sequence.

When "s" ["n"] is not periodic, but its non-zero portion has finite duration (N), "S""T"("ƒ") is continuous and finite-valued. But a discrete subset of its values is sufficient to reconstruct/represent the (finite) portion of "s" ["n"] that was analyzed. The same discrete set is obtained by treating N as if it is the period of a periodic function and computing the Fourier series coefficients / DFT.
* The inverse transform of "S" ["k"] does not produce the finite-length sequence, "s" ["n"] , when evaluated for all values of n. (It takes the inverse of "S""T"("ƒ") to do that.) The inverse DFT can only reproduce the entire time-domain if the input happens to be periodic (forever). Therefore it is often said that the DFT is a transform for Fourier analysis of finite-domain, discrete-time functions. An alternative viewpoint is that the periodicity is the time-domain consequence of approximating the continuous-domain function, "S""T"("ƒ"), with the discrete subset, "S" ["k"] . N can be larger than the actual non-zero portion of "s" ["n"] . The larger it is, the better the approximation (also known as zero-padding).

The DFT can be computed using a fast Fourier transform (FFT) algorithm, which makes it a practical and important transformation on computers.

See Discrete Fourier transform for much more information, including:
* the inverse transform
* transform properties
* applications
* tabulated transforms of specific functions

The following table recaps the four basic forms discussed above, highlighting the duality of the properties of "discreteness" and "periodicity". I.e., if the signal representation in one domain has either (or both) of those properties, then its transform representation to the other domain has the other property (or both).

Fourier transforms on arbitrary locally compact abelian topological groups

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

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 the (mathematical) uncertainty principle.

Interpretation in terms of time and frequency

In signal processing, the Fourier transform often takes a time series or a function of continuous time, and maps it into a frequency spectrum. That is, it takes a function from the time domain into the frequency domain; it is a decomposition of a function into sinusoids of different frequencies; in the case of a Fourier series or discrete Fourier transform, the sinusoids are harmonics of the fundamental frequency of the function being analyzed.

When the function "ƒ" 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 the phase of "F".

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.

How it works (a basic explanation)

To measure the amplitude and phase of a particular frequency component, the transform process multiplies the original function (the one being analyzed) by a sinusoid with the same frequency (called a "basis function"). If the original function contains a "component" with the same shape (i.e. same frequency), its shape (but not its amplitude) is effectively squared.
*"Squaring" implies that at every point on the product waveform, the contribution of the matching component to that product is a positive contribution, even though the component might be negative.
*"Squaring" describes the case where the phases happen to match. What happens more generally is that a constant phase difference produces "vectors" at every point that are all aimed in the same direction, which is determined by the difference between the two phases. To make that happen actually requires two sinusoidal basis functions, cosine and sine, which are combined into a basis function that is complex-valued (see Complex exponential). The "vector" analogy refers to the polar coordinate representation.The complex numbers produced by the product of the original function and the basis function are subsequently summed into a single result.
*Note that if the functions are continuous, rather than sets of discrete points, this step requires integral calculus or numerical integration. But the basic concept is just addition. The contributions from the component that matches the basis function all have the same sign (or vector direction). The other components contribute values that alternate in sign (or vectors that rotate in direction) and tend to cancel out of the summation. The final value is therefore dominated by the component that matches the basis function. The stronger it is, the larger is the measurement. Repeating this measurement for all the basis functions produces the frequency-domain representation.

ee also

* Fourier series
* Bispectrum
* Characteristic function (probability theory)
* Fractional Fourier transform
* Laplace transform
* Least-squares spectral analysis
* Mellin transform
* Number-theoretic transform
* Orthogonal functions
* Pontryagin duality
* Schwartz space
* Spectral density
* Spectral density estimation
* Two-sided Laplace transform
* Wavelet

Notes

References

* citation
last1 = Conte | first1 = S. D.
last2 = de Boor | first2 = Carl
title = Elementary Numerical Analysis
edition = Third Edition
location = New York
publisher = McGraw Hill, Inc.
year=1980
id=ISBN 0-07-012447-7

*
* Edward W. Kamen, Bonnie S. Heck, "Fundamentals of Signals and Systems Using the Web and Matlab", ISBN 0-13-017293-6
*
* A. D. Polyanin and A. V. Manzhirov, "Handbook of Integral Equations", CRC Press, Boca Raton, 1998. ISBN 0-8493-2876-4
*
* cite book
last = Smith | first = Steven W.
url = http://www.dspguide.com/pdfbook.htm
title = The Scientist and Engineer's Guide to Digital Signal Processing
edition = Second Edition
location = San Diego, Calif.
publisher = California Technical Publishing
year=1999
id=ISBN 0-9660176-3-3

* E. M. Stein, G. Weiss, "Introduction to Fourier Analysis on Euclidean Spaces", Princeton University Press, 1971. ISBN 0-691-08078-X

External links

* [http://eqworld.ipmnet.ru/en/auxiliary/aux-inttrans.htm Tables of Integral Transforms] at EqWorld: The World of Mathematical Equations.
* [http://cns-alumni.bu.edu/~slehar/fourier/fourier.html An Intuitive Explanation of Fourier Theory] by Steven Lehar.
* [http://www.archive.org/details/Lectures_on_Image_Processing Lectures on Image Processing: A collection of 18 lectures in pdf format from Vanderbilt University. Lecture 6 is on the 1- and 2-D Fourier Transform. Lectures 7-15 make use of it.] , by Alan Peters


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Fourier analysis — Fourier analizė statusas T sritis automatika atitikmenys: angl. Fourier analysis vok. Fourier Analyse, f; Fouriersche Analyse, f rus. анализ Фурье, m pranc. analyse de Fourier, f ryšiai: sinonimas – Furjė analizė …   Automatikos terminų žodynas

  • Fourier-Analysis — Die Fourier Analysis (Aussprache des Namens: fur je) auch bekannt als Fourier Analyse oder klassische harmonische Analyse ist die Theorie der Fourier Reihen und Fourier Integrale. Ihre Ursprünge reichen in das 18. Jahrhundert zurück. Benannt sind …   Deutsch Wikipedia

  • Fourier analysis — Furjė analizė statusas T sritis fizika atitikmenys: angl. Fourier analysis vok. Fouriersche Analyse, f rus. анализ Фурье, m pranc. analyse de Fourier, f …   Fizikos terminų žodynas

  • Fourier Analysis — A type of mathematical analysis that attempts to identify patterns or cycles in a time series data set which has already been normalized. By first removing any effects of trends or other complicating factors from the data set, the effects of… …   Investment dictionary

  • Fourier analysis — Physics, Math. 1. the expression of any periodic function as a sum of sine and cosine functions, as in an electromagnetic wave function. Cf. Fourier series. 2. See harmonic analysis. [1925 30; named after J.B.J. FOURIER] * * * …   Universalium

  • Fourier analysis — noun Etymology: Baron J.B.J. Fourier died 1830 French geometrician & physicist Date: circa 1928 the process of using the terms of a Fourier series to find a function that approximates periodic data …   New Collegiate Dictionary

  • Fourier analysis — n. Math. the resolution of periodic data into harmonic functions using a Fourier series. Etymology: J. B. J. Fourier, Fr. mathematician d. 1830 …   Useful english dictionary

  • Fourier analysis — Loosely, the use of Fourier transformations to convert a time based signal to a frequency spectrum and back, allowing any periodic property of the signal to be identified …   Dictionary of molecular biology

  • Fourier analysis — Fou′rier anal ysis n. math. the expression of any periodic function as a sum of sine and cosine functions, as in an electromagnetic wave function • Etymology: 1925–30; after J.B.J. Fourier …   From formal English to slang

  • Fourier analysis — /fʊriər əˈnæləsəs/ (say fooreeuhr uh naluhsuhs) noun the decomposition of any periodic function such as a complex sound or electromagnetic waveform into the sum of a number of sine and cosine functions. {from JBJ Fourier} …  

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”