Show older comments
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?
Answers (1)
David Young
on 8 Dec 2011
0 votes
Yes. Use ifftshift before ifft2.
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!