Image data as a sine wave?
2 次查看(过去 30 天)
显示 更早的评论
Does anybody know if it is possible to represent image data as a sine wave?
0 个评论
回答(1 个)
Image Analyst
2012-5-14
More info is needed. I can represent an image by a lot of sine waves - that's what its Fourier transform is.
3 个评论
Walter Roberson
2012-5-14
fft() would seem to be appropriate. Just watch out for the fact that the output of fft() will very likely be complex.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!