Image data as a sine wave?
5 ビュー (過去 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!