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?

Antworten (1)

David Young
David Young am 8 Dez. 2011

0 Stimmen

Yes. Use ifftshift before ifft2.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 8 Dez. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by