I have a relatively clean sine signal (from thin-film interference) - two data vectors:X-axis (difference in optical path length) and Y-axis (illuminate). I want to find the sine's frequency using Fourier transform (in matlab). How do I do that?
thanks!
fft
. Then you might look at this StackOverflow question: Understanding Matlab FFT example. – horchler