Discrete Fourier Inversion
📂Fourier AnalysisDiscrete Fourier Inversion
Let’s denote the Discrete Fourier Transform of a=(a0,a1,…,aN−1)∈CN as a^=(a^0,a^1,…,a^N−1)∈CN.
FN(a)=a^,a^m=n=0∑N−1e−i2πmn/Nan
Then, the following holds.
an=N1m=0∑N−1ei2πmn/Na^m
Explanation
This is known as the inverse formula for discrete Fourier transform.
Proof
Lemma
For m=0,1,…,N−1, let’s set it as follows.
em=(1,ei2πm/N,ei2π2m/N,…,ei2π(N−1)m/N)
Then, {em}m=0N−1 is a basis of CN, and ∥em∥2=N holds.
Following the lemma, for any a∈CN the following is true.
a=N1m=0∑N−1⟨a,em⟩em
Calculating the inner product ⟨a,em⟩, by the definition of the discrete Fourier transform, it follows that.
⟨a,em⟩=n=0∑N−1anei2πnm/N=a^m
Substituting this into the above equation yields the following.
a=N1m=0∑N−1a^mem
an=N1m=0∑N−1ei2πmn/Na^m
■