problem calculating ifft/fft
Mostrar comentarios más antiguos
How to find inverse fourier transform of a column vector ?
Why is ifft(6) =6 and fft(9) =9 in MATLAB ?
2 comentarios
Azzi Abdelmalek
el 20 de Oct. de 2012
what are you expecting?
Azzi Abdelmalek
el 20 de Oct. de 2012
what do you want to do.
Respuestas (4)
Azzi Abdelmalek
el 20 de Oct. de 2012
Editada: Azzi Abdelmalek
el 20 de Oct. de 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
el 20 de Oct. de 2012
0 votos
VGC
el 20 de Oct. de 2012
0 votos
VGC
el 20 de Oct. de 2012
0 votos
Categorías
Más información sobre Transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!