Fourier transform of the Gaussian #
We prove that the Fourier transform of the Gaussian function is another Gaussian:
integral_cexp_quadratic: general formula for∫ (x : ℝ), exp (b * x ^ 2 + c * x + d)fourierIntegral_gaussian: for all complexbandtwith0 < re b, we have∫ x:ℝ, exp (I * t * x) * exp (-b * x^2) = (π / b) ^ (1 / 2) * exp (-t ^ 2 / (4 * b)).fourierIntegral_gaussian_pi: a variant withbandtscaled to give a more symmetric statement, and formulated in terms of the Fourier transform operator𝓕.
We also give versions of these formulas in finite-dimensional inner product spaces, see
integral_cexp_neg_mul_sq_norm_add and fourierIntegral_gaussian_innerProductSpace.
Fourier integral of Gaussian functions #
The integral of the Gaussian function over the vertical edges of a rectangle
with vertices at (±T, 0) and (±T, c).
Instances For
Explicit formula for the norm of the Gaussian function along the vertical edges.
Alias of fourier_gaussian_pi'.
Alias of fourier_gaussian_pi.
In a real inner product space, the complex exponential of minus the square of the norm plus a scalar product is integrable. Useful when discussing the Fourier transform of a Gaussian.
Alias of fourier_gaussian_innerProductSpace'.
Alias of fourier_gaussian_innerProductSpace.