- #1
electronic engineer
- 145
- 3
Homework Statement
We have a set of values: f(n)=f(0,1,2)=(1,3,2)
so f(0)=1, f(1)=3, f(2)=2, where n=0,1,2the number of values N=3
The question is to calculate the FFT of this signal, the Fourier spectrum the power spectrum and phase spectrum.
I'm not sure concerning FFT. And also about the Fourier Spectrum what should I use to conduct it? the DFT or FFT?
Homework Equations
[/B]
The calculation of DFT for these values.
The Attempt at a Solution
I personally calculated the Discrete Fourier Transform in this way:
$$ F[n]=\sum_{k=0}^{N-1}f(k)e^{-j \frac{2\pi}{N}nk} $$
so I had a set of values: F(0),F(1),F(2)