inverse Fourier transform
古いコメントを表示
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
採用された回答
その他の回答 (2 件)
David Young
2011 年 2 月 10 日
0 投票
ifft2
salih
2011 年 2 月 10 日
0 投票
2 件のコメント
salih
2011 年 2 月 10 日
David Young
2011 年 2 月 10 日
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.
カテゴリ
ヘルプ センター および File Exchange で Graphics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!