Image data as a sine wave?

조회 수: 8 (최근 30일)
Philip
Philip 2012년 5월 14일
Does anybody know if it is possible to represent image data as a sine wave?

답변 (1개)

Image Analyst
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
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.
Philip
Philip 2012년 5월 17일
Thanks, I've been looking at using the output of FFT and I think it's a good way to go. Do you know how I can use the stepinfo() function on the image data, such that it can tell me the overshoot, undershoot and settling time? The document says that the input data must be a Transfer Function, but I am not sure how to compute this from the spatial pixel values...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by