info prev up next book cdrom email home

Gaussian Function

\begin{figure}\begin{center}\BoxedEPSF{GaussianFunction1D.epsf scaled 700}\end{center}\end{figure}

In 1-D, the Gaussian function is the function from the Gaussian Distribution,

\begin{displaymath}
f(x) = {1\over\sigma\sqrt{2\pi}} e^{-(x-\mu)^2/2\sigma^2},
\end{displaymath} (1)

sometimes also called the Frequency Curve. The Full Width at Half Maximum (FWHM) for a Gaussian is found by finding the half-maximum points $x_0$. The constant scaling factor can be ignored, so we must solve
\begin{displaymath}
e^{-(x_0-\mu)^2/2\sigma^2}={\textstyle{1\over 2}}f(x_{\rm max})
\end{displaymath} (2)

But $f(x_{\rm max})$ occurs at $x_{\rm max}=\mu$, so
\begin{displaymath}
e^{-(x_0-\mu)^2/2\sigma^2}={\textstyle{1\over 2}}f(\mu)={\textstyle{1\over 2}}.
\end{displaymath} (3)

Solving,
\begin{displaymath}
e^{-(x_0-\mu)^2/2\sigma^2} = 2^{-1}
\end{displaymath} (4)


\begin{displaymath}
-{(x_0-\mu)^2\over 2\sigma^2} =-\ln 2
\end{displaymath} (5)


\begin{displaymath}
(x_0-\mu)^2=2\sigma^2\ln 2
\end{displaymath} (6)


\begin{displaymath}
x_0 =\pm \sigma\sqrt{2\ln 2}+\mu.
\end{displaymath} (7)

The Full Width at Half Maximum is therefore given by
\begin{displaymath}
{\rm FWHM} \equiv x_+-x_- = 2\sqrt{2\ln 2}\,\sigma \approx 2.3548\sigma.
\end{displaymath} (8)


In 2-D, the circular Gaussian function is the distribution function for uncorrelated variables $x$ and $y$ having a Gaussian Bivariate Distribution and equal Standard Deviation $\sigma=\sigma_x=\sigma_y$,

\begin{displaymath}
f(x,y)={1\over 2\pi\sigma^2} e^{-[(x-\mu_x)^2+(y-\mu_y)^2]/2\sigma^2}.
\end{displaymath} (9)

The corresponding elliptical Gaussian function corresponding to $\sigma_x\not=\sigma_y$ is given by
\begin{displaymath}
f(x,y)={1\over 2\pi\sigma_x\sigma_y}e^{-[(x-\mu_x)^2/2{\sigma_x}^2+[(y-\mu_y)^2/2{\sigma_y}^2]}.
\end{displaymath} (10)


\begin{figure}\begin{center}\BoxedEPSF{GaussianReIm.epsf scaled 740}\end{center}\end{figure}

The above plots show the real and imaginary parts of $(2\pi)^{-1/2}e^{-z^2}$ together with the complex absolute value $\vert(2\pi)^{-1/2}e^{-z^2}\vert$.


\begin{figure}\begin{center}\BoxedEPSF{GaussianApodization.epsf scaled 800}\end{center}\end{figure}

The Gaussian function can also be used as an Apodization Function, shown above with the corresponding Instrument Function.


The Hypergeometric Function is also sometimes known as the Gaussian function.

See also Erf, Erfc, Fourier Transform--Gaussian, Gaussian Bivariate Distribution, Gaussian Distribution, Normal Distribution


References

MacTutor History of Mathematics Archive. ``Frequency Curve.'' http://www-groups.dcs.st-and.ac.uk/~history/Curves/Frequency.html.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-25