Assignment title: Information
a) Comment each statement above. b) What "fftshift" is used for? What will happen if ignoring this step? c) The function of "fftshift" can be replaced by multiplying the input image by (-1)^(x+y) prior to the computation of the FFT. Rewrite the program by this means and report if you get same results.