The Dirac δ (delta) function (also known as an impulse) is the way that we convert a continuous function into a discrete one. It is defined to satisfy the following integral:
∫∞−∞δ(l)dl=1
When integrated with another function, it gives that function’s value at l=0:
∫∞−∞f(l)δ(l)dt=f(0)
An impulse positioned at another point (say l0) is written as δ(l−l0):
∫∞−∞f(l)δ(l−l0)dt=f(l0)
The Dirac δ function also operates similarly if we use summations instead of integrals. The Fourier transform of the delta function is:
F[δ(l)]=∫∞−∞δ(l)e−iωldl=e−iω0=1
F[δ(l−l0)]=∫∞−∞δ(l−l0)e−iωldl=e−iωl0
From the definition of the Dirac δ we can also define a Dirac comb (IIIP) or an impulse train with infinite impulses separated by P:
IIIP(l)≡∞∑k=−∞δ(l−kP)
P is chosen to represent “pixel width” later in Sampling theorem. Therefore the Dirac comb is periodic with a period of P. We have intentionally used a different name for the period of the Dirac comb compared to the input signal’s length of observation that we showed with L in Fourier series. This difference is highlighted here to avoid confusion later when these two periods are needed together in Discrete Fourier transform. The Fourier transform of the Dirac comb will be necessary in Sampling theorem, so let’s derive it. By its definition, it is periodic, with a period of P, so the Fourier coefficients of its Fourier Series (Fourier series) can be calculated within one period:
IIIP=∞∑n=−∞cnei2πnPl
We can now find the cn from Fourier series:
cn=1P∫P/2−P/2δ(l)e−i2πnPl=1P→IIIP=1P∞∑n=−∞ei2πnPl
So we can write the Fourier transform of the Dirac comb as:
F[IIIP]=∫∞−∞IIIPe−iωldl=1P∞∑n=−∞∫∞−∞e−i(ω−2πnP)ldl=1P∞∑n=−∞δ(ω−2πnP)
In the last step, we used the fact that the complex exponential is a periodic function, that n is an integer and that as we defined in Fourier transform, ω≡mω0, where m was an integer. The integral will be zero for any ω that is not equal to 2πn/P, a more complete explanation can be seen in Fourier series. Therefore, while in the spatial domain the impulses had spacing of P (meters for example), in the frequency space, the spacing between the different impulses are 2π/P cycles per meters.
JavaScript license information
GNU Astronomy Utilities 0.23 manual, July 2024.