MATLAB: How to do FFT

datafftfrequency

Hi, I have an assignment in wich i need to apply FFT in matlab. The problem is that i don't have any function or frequency because all of my data came out from an accelerometer. although i have sampling rate, sampling time interval and number of samples i don't know the frequency or the function of the sine wave formed by my data. Can you please enlighten me how to do my FFT? any help would be greatly appreciated

Best Answer

See the documentation for the R2015a version of fft. The code between the top two plot figures is what you need to do.