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
David Young 2011 年 12 月 8 日

0 投票

Yes. Use ifftshift before ifft2.

カテゴリ

ヘルプ センター および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

質問済み:

2011 年 12 月 8 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by