inverse Fourier transform
Show older comments
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
Accepted Answer
More Answers (2)
David Young
on 10 Feb 2011
0 votes
ifft2
salih
on 10 Feb 2011
0 votes
2 Comments
salih
on 10 Feb 2011
David Young
on 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.
Categories
Find more on Graphics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!