problem calculating ifft/fft
Afficher commentaires plus anciens
How to find inverse fourier transform of a column vector ?
Why is ifft(6) =6 and fft(9) =9 in MATLAB ?
2 commentaires
Azzi Abdelmalek
le 20 Oct 2012
what are you expecting?
Azzi Abdelmalek
le 20 Oct 2012
what do you want to do.
Réponses (4)
Azzi Abdelmalek
le 20 Oct 2012
Modifié(e) : Azzi Abdelmalek
le 20 Oct 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
le 20 Oct 2012
0 votes
VGC
le 20 Oct 2012
0 votes
VGC
le 20 Oct 2012
0 votes
Catégories
En savoir plus sur Transforms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!