problem calculating ifft/fft
Mostra commenti meno recenti
How to find inverse fourier transform of a column vector ?
Why is ifft(6) =6 and fft(9) =9 in MATLAB ?
2 Commenti
Azzi Abdelmalek
il 20 Ott 2012
what are you expecting?
Azzi Abdelmalek
il 20 Ott 2012
what do you want to do.
Risposte (4)
Azzi Abdelmalek
il 20 Ott 2012
Modificato: Azzi Abdelmalek
il 20 Ott 2012
X(0)= x[0]*exp(-j*0*0*2*pi/1) % with x(0)=6
what will you find?
If you want fft of vector
v=rand(10,1)
V=fft(v)
VGC
il 20 Ott 2012
0 voti
VGC
il 20 Ott 2012
0 voti
VGC
il 20 Ott 2012
0 voti
Categorie
Scopri di più su Transforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!