How can I get the DC/AC for an image?

1 visualización (últimos 30 días)
Hossain Md Shakhawat
Hossain Md Shakhawat el 28 de Nov. de 2016
Comentada: Hossain Md Shakhawat el 28 de Nov. de 2016
I want to get DC and AC component of Fourier transform of an image. And calculate their ratio.

Respuesta aceptada

Walter Roberson
Walter Roberson el 28 de Nov. de 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()

Más respuestas (0)

Comunidades de usuarios

Más respuestas en  Power Electronics Control

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by