2D Discrete Fourier Transform
Tomas Svoboda
Abstract:
This is assistant text for Signal and Image Processing subject. It
reminds some properties of 2-D Discrete Fourier Transform and
discrete convolution. It probably helps to solve problem of motion
blur removing.
The discrete Fourier transform pair is
![\begin{displaymath}F(u,v) = \frac{1}{MN} \sum_{x=0}^{M-1}\sum_{y=0}^{N-1} f(x,y) \exp[-j2\pi(ux/M+vy/N)].
\end{displaymath}](img1.gif) |
(1) |
remind that
![\begin{displaymath}\exp[-j2\pi(ux/M+vy/N)] = \cos(2\pi(ux/M+vy/N)) - j \sin(2\pi(ux/M+vy/N)).
\end{displaymath}](img2.gif) |
(2) |
Suppose discrete function
defined as
![\begin{displaymath}
f[0,1,2,\dots,A] = 1, \ {\rm and} \ f[A+1,\dots,N-1] = 0.
\end{displaymath}](img4.gif) |
(3) |
DFT is computed using
 |
(4) |
Note discrete nature of
and
.
Using
(3) the equation (4) can be simplified to
 |
(5) |
This summation gives the same value for each
.
The Fourier
transform of the step function (3) is a periodic function
with the period
 |
(6) |
Figure:
1D discrete function.
![\includegraphics[width=0.9\textwidth]{fce1d.eps}](img11.gif) |
Figure 2:
Shifted amplitude of DFT of the function from the figure above.
![\includegraphics[width=0.9\textwidth]{fft1d.eps}](img12.gif) |
1999-05-13