inverse Fourier transform
Afficher commentaires plus anciens
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 commentaire
salih
le 10 Fév 2011
Réponse acceptée
Plus de réponses (2)
David Young
le 10 Fév 2011
0 votes
ifft2
salih
le 10 Fév 2011
0 votes
2 commentaires
salih
le 10 Fév 2011
David Young
le 10 Fév 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.
Catégories
En savoir plus sur Graphics 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!