IFFT21
古いコメントを表示
Good morning all!
I took the Fourier Transform of an image using fft2. Afterwards, I shifted the zero-frequency to the middle of the array using fftshift, and performed some operation on the result. Now, I need to go back to the spatial domain through the inverse Fourier Transform. Should I fftshift it, before applyin the ifft2?
回答 (1 件)
David Young
2011 年 12 月 8 日
0 投票
Yes. Use ifftshift before ifft2.
カテゴリ
ヘルプ センター および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!