Skip to content

Instantly share code, notes, and snippets.

@ritwikraha
Created January 16, 2020 18:56
Show Gist options
  • Save ritwikraha/0a466fa173528698f7d5b02e2e3be936 to your computer and use it in GitHub Desktop.
Save ritwikraha/0a466fa173528698f7d5b02e2e3be936 to your computer and use it in GitHub Desktop.
% 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