fourier transform
Table of Contents
The Discrete Fourier transform is a matrix multiplication operation with the Fourier matrix. It converts a signal from time domain to frequency domain and back.
Pointwise multiplication in the freq domain is equivalent to circular convolution in the time domain according to the convolution theorem.
The DFT is linear, so
F{a⋅b}=F{a}⋅F{b}
This is an obvious result from the fact that the dft is a matrix multiplication, or a linear transformation.
1. DFT
X[ωk]=N−1∑n=0x(t)e−jωt
Here, ω is the list of sample frequencies we want to evaluate the sequence at, i.e what the indices of X should mean. It is ω=2πmN
2. Continuous FT
In continuous time, the fourier transform of a function a is
A(f)=∫−∞∞a(t)e−j2πftdt
Note that the parameter changes from time to frequency.