Power spectrum of an image

6 Ansichten (letzte 30 Tage)
Marco Lupo
Marco Lupo am 12 Jan. 2021
Beantwortet: Rohit Pappu am 27 Jan. 2021
Hello,
I have binary images (black and white). I have some questions:
1) How can I get the power spectrum of these images? I need to have the power spectrum of the image as function of the position, i.e. along the length of the image. Is there any code?
2) Is it possible to create the power spectrum of images with a length different from the height? example length= 5 mm and height= 1mm
Thanks and regard,
Marco

Antworten (1)

Rohit Pappu
Rohit Pappu am 27 Jan. 2021
To plot the power spectrum of an image, periodogram can be used.
An example usage
I = imread('dummy.jpg');
% Plots the periodogram
periodogram(I);

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by