I have calculated the Fourier Transform and Fourier Transform Power Spectrum of my Image. Fourier Transform is easily visible whereas the Power Spectrum is not. I can further normalize the contrast to 0-255 level experimentally and logarithmically. But I am not able to explain why the Power Spectrum is not visible and if there is any standard method for making the contrast visible. The Power Spectrum is not visible but I also do not have any idea and how can I explain. I know Power Spectrum is the square of summation of both the real and imaginary component of Fourier Transform so the value is going to be high but can anyone provide be a reliable and convincing explanation .....
By logarithmically, I mean
Visible_Power_Spectrum = log(1+Power_Spectrum,10)//Java language
Further, I am also confused why the centre of the Power Spectrum value is so high that normal method of normalization doesn't work properly.
I have already gone through other questions that are similar....
Thanks a lot