Image data as a sine wave?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Does anybody know if it is possible to represent image data as a sine wave?
0 comentarios
Respuestas (1)
Image Analyst
el 14 de Mayo de 2012
More info is needed. I can represent an image by a lot of sine waves - that's what its Fourier transform is.
3 comentarios
Walter Roberson
el 14 de Mayo de 2012
fft() would seem to be appropriate. Just watch out for the fact that the output of fft() will very likely be complex.
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering 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!