discrete FT Flashcards
Relate fourier matrix to f and C
$$\vec{f} = F \vec{C}$$
where vectors f and C 0 -> N-1
How does one define the fourier matrix
NxN fourier matrix
F = [1 1 1 1 --- 1 1 w $w^2$ --- $w^{N-1}$ 1 $w^2$ $w^4$ --- $w^{2(N-1)}$ --- 1 $w^{(N-1)}$ $w^{2(N-1)}$ --- $w^{(N-1)^2}$]
where $w = e^{2\pi i/N}$
rel foureir matrix to its inverse
since
$F\bar{F} = NI$
$F^{-1} = \frac{1}{N} \bar{F}$
DFT in matrix notation
$\vec{C} = \frac{1}{N} \bar{F} \vec{f}$
IDFT in matrix notation
$$\vec{f} = F \vec{C}$$
Def of DFT
The action of converting a discrete set of function values f0, f1, …, fN−1 into the discrete set
of coefficients C0, C1, …, CN−1
When are the discrete coefficients Cn meaningful
they are only meaningful trapezium rule approx of the continuous coefficients cn fpr $$|n| \leq \frac{N}{2}$$
How do we arrive at the IDFT
he truncated complex Fourier series with trapezium rule approximations for its coefficients,
returns the exact function values at the node points xk = 2pk/N
IDFT
he action of converting a discrete set of coefficients C0, C1, …, CN−1 into the discrete set
of function values f0, f1, …, fN−1