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!