Next: An Example
Up: fourier
Previous: The function and orthogonal
The forward and inverse DFT can be written as:
where we have defined
and
is its complex conjugate of
. We can further define an
square matrix
where
is the element in the mth row and nth column of
,
and
is the nth column vector of
. As
,
is symmetric
Also, note that the columns (or rows) of
are orthogonal:
as
Therefore
is a unitary matrix, as well and symmetric:
We further represent the discrete signal
and its DFT spectrum
as two N-D vectors:
then the DFT can be written more conveniently as a matrix-vector multiplication:
and
It is obvious that the computational complexity of this 1-D DFT takes is
,
which, as we will see later, can be reduced to
by Fast Fourier
Transform (FFT) algorithms.
See additional geometric explanation
of unitary/orthogonal transform.
Next: An Example
Up: fourier
Previous: The function and orthogonal
Ruye Wang
2015-11-12