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?

Réponses (1)

David Young
David Young le 8 Déc 2011

0 votes

Yes. Use ifftshift before ifft2.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by