inverse Fourier transform
Mostrar comentarios más antiguos
hi,
I have a matrix 120x200 called H. inside H, there are some data like x+iy. I'd like to take inverse Fourier of H, I tried to use, ifft command but it takes only one dimensional inverse Fourier. What command should I use or what code should I use to take inverse Fourier of a 120x200 matrix. Thank you
1 comentario
salih
el 10 de Feb. de 2011
Respuesta aceptada
Más respuestas (2)
David Young
el 10 de Feb. de 2011
0 votos
ifft2
2 comentarios
salih
el 10 de Feb. de 2011
David Young
el 10 de Feb. de 2011
See comment on next "answer"
salih
el 10 de Feb. de 2011
0 votos
2 comentarios
salih
el 10 de Feb. de 2011
David Young
el 10 de Feb. de 2011
Try
surf(x, y, abs(z))
Remember that the length of x must be the number of columns of z, and the length of y must be the number of rows.
Categorías
Más información sobre Graphics 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!