2D IFFT is a fast algorithm for two-dimensional discrete Fourier transform (2D IDFT), which can be defined as follows:
It works on a two dimensional array of data, and is capable of reconstructing a 2D signal from its spectrum. However, the reconstruction is correct only when certain controls in both the 2D FFT and 2D IFFT dialog boxes are properly set: if DC Shift Center is checked in the fft2 dialog, Undo Shift should be checked in the ifft2 dialog. Conversely, if DC Shift Center is not checked, Undo Shift should be cleared.
/Inverse_2D_FFT_IFFT2.png?v=36152)
To use 2D IFFT:
|
Topics covered in this section: |