has at most a finite number of maxima and minima, and has only a finite
number of discontinuities in this interval,
if f(x) is defined by the periodic condition f(x+2π)=f(x) for
values of x outside of this interval, then
sp=2a0+n=1∑p[ancos(nx)+bnsin(nx)]
converges to f(x) as p→∞ at values of x for which f(x)
is continuous, and it converges to [f(x+0)+f(x−0)]/2 at points of
discontinuity. f(x+0) and f(x−0) refers to the limits from the right and
left, respectively. The expansion coefficients, an and bn are determined
by use of the Euler's formulas:
If f(x) satisfies the Dirichlet conditions and the integral
∫−∞+∞∣f(x)∣2dx
is finite (square integrable), then F(k) exists for all k and is called the
Fourier transform of f(x). The function f(x) is called the inverse Fourier
transform of F(k).
Both the original function and its Fourier transform contain equivalent
information, however one could be easier to deal with than another. For example,
it could be transformation of a wave from time domain to frequency domain. There
are few different conventions, varying in the sign of the exponent,
normalization factor, etc.
When the function (and its Fourier transform) are discretized for numerical
computation, it is called discrete Fourier transform (DFT). There is a very fast
algorithm introduced by Cooley and Tukey (in its modern form, the algorithm was
known to Gauss circa 1805), and is known as Fast Fourier Transform (FFT)1.