This module introduces linear algebra, DFT, FFT, matrix and vector.
Matrix review
Recall:
- Vectors in
:
- Vectors in
:
- Transposition:
- transpose:
- conjugate:
-
Inner product :
- real:
- complex:
- Matrix Multiplication:
- Matrix Transposition:
Matrix transposition involved simply swapping the rows
with columns.
The above equation is Hermitian transpose.
Representing dft as matrix operation
Now let's represent the
DFT in vector-matrix notation.
Here
is the
vector of time samples and
is the vector of DFT
coefficients. How are
and
related:
where
so
where
is the DFT
vector,
is the
matrix and
the
time domain vector.
IDFT:
where
is the matrix Hermitian transpose. So,
where
is the time
vector,
is the inverse DFT matrix, and
is the DFT vector.