Created
January 16, 2020 18:56
-
-
Save ritwikraha/0a466fa173528698f7d5b02e2e3be936 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% plotting the power spectral density of the image available | |
% using the psd plot to obtain further information | |
psd = imagesc(log10(abs(fftshift(fft2(I))).^2)) | |
mesh(psd); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment