Sine and cosine transforms

From Infogalactic: the planetary knowledge core
(Redirected from Cosine transform)
Jump to: navigation, search

In mathematics, the Fourier sine and cosine transforms are forms of the Fourier integral transform that do not use complex numbers. They are the forms originally used by Joseph Fourier and are still preferred in some applications, such as signal processing or statistics.

Definition

The Fourier sine transform of f (t), sometimes denoted by either  {\hat f}^s or  {\mathcal F}_s (f) , is

  \int_{-\infty}^\infty f(t)\sin(2\pi \nu t) \,dt.

If t means time, then ν is frequency in cycles per unit time, but in the abstract, they can be any pair of variables which are dual to each other.

This transform is necessarily an odd function of frequency, i.e. for all ν:

  {\hat f}^s(\nu) = - {\hat f}^s(-\nu).

The numerical factors in the Fourier transforms are defined uniquely only by their product. Here, in order that the Fourier inversion formula not have any numerical factor, the factor of 2 appears because the sine function has L2 norm of \tfrac{1}{\sqrt2}.

The Fourier cosine transform of f (t), sometimes denoted by either  {\hat f}^c or  {\mathcal F}_c (f), is

 \int_{-\infty}^\infty f(t)\cos(2\pi \nu t) \,dt.

It is necessarily an even function of frequency, i.e. for all ν:

{\hat f}^c(\nu) =  {\hat f}^c(-\nu).

Some authors[1] only define the cosine transform for even functions of t, in which case its sine transform is zero. Since cosine is also even, a simpler formula can be used,

 2 \int_0^\infty f(t)\cos(2\pi \nu t) \,dt.

Similarly, if f is an odd function, then the cosine transform is zero and the sine transform can be simplified to

2\int_0^\infty f(t)\sin(2\pi \nu t) \,dt.

Fourier inversion

The original function f can be recovered from its transforms under the usual hypotheses, that f and both of its transforms should be absolutely integrable. For more details on the different hypotheses, see Fourier inversion theorem.

The inversion formula is[2]

 f(t) = \int _0^\infty {\hat f}^c \cos (2\pi \nu t) d\nu + \int _0^\infty {\hat f}^s \sin (2\pi \nu t) d\nu,

which has the advantage that all frequencies are positive and all quantities are real. If the numerical factor 2 is left out of the definitions of the transforms, then the inversion formula is usually written as an integral over both negative and positive frequencies.

Using the addition formula for cosine, this is sometimes rewritten as

 \tfrac{\pi}{2} \left(f(x+0)+f(x-0) \right ) = \int _0^\infty \int_{-\infty}^\infty  f(t) \cos ( \omega (t-x) ) dt d\omega,

where f (x + 0) denotes the one-sided limit of f as x approaches zero from above, and f (x − 0) denotes the one-sided limit of f as x approaches zero from below.

If the original function f is an even function, then the sine transform is zero; if f is an odd function, then the cosine transform is zero. In either case, the inversion formula simplifies.

Relation with complex exponentials

The form of the Fourier transform used more often today is

\begin{align}
\hat{f}(\nu) &= \int_{-\infty}^\infty f(t) e^{-2\pi i\nu t}\,dt \\
&= \int_{-\infty}^\infty f(t)(\cos (2\pi\nu t) - i\,\sin (2\pi\nu t))\,dt && \text{Euler's Formula} \\
&= \left (\int_{-\infty}^\infty f(t)\cos(2\pi \nu t) \,dt \right ) - i \left (\int_{-\infty}^\infty f(t)\sin(2\pi \nu t) \,dt \right )\\
&= {\hat f}^c (\nu) - i {\hat f}^s (\nu)
\end{align}

See also

References

  • Whittaker, Edmund, and James Watson, A Course in Modern Analysis, Fourth Edition, Cambridge Univ. Press, 1927, pp. 189, 211
  1. Mary L. Boas, Mathematical Methods in the Physical Sciences, 2nd Ed, John Wiley & Sons Inc, 1983. ISBN 0-471-04409-1
  2. Lua error in package.lua at line 80: module 'strict' not found.