How can I get the DC/AC for an image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hossain Md Shakhawat
am 28 Nov. 2016
Kommentiert: Hossain Md Shakhawat
am 28 Nov. 2016
I want to get DC and AC component of Fourier transform of an image. And calculate their ratio.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 28 Nov. 2016
fft of a vector returns a vector. The first element of that output vector is the sum of the DC component over vector. The other elements are the AC components.
Another way of calculating the DC component is mean()
Weitere Antworten (0)
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!