inverse Fourier transform
Mostra commenti meno recenti
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 Commento
salih
il 10 Feb 2011
Risposta accettata
Più risposte (2)
David Young
il 10 Feb 2011
0 voti
ifft2
salih
il 10 Feb 2011
0 voti
2 Commenti
salih
il 10 Feb 2011
David Young
il 10 Feb 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.
Categorie
Scopri di più su Graphics 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!