I want to get FFT from my .mat data that have been saved in workspace. I have a timeseries data.>> t.mat (time) & data.mat (magnitude). I want to have a continuous plot for FFT .what must I do? can anyone help me? Thank you very much.

3 views (last 30 days)
get fft from discrete data>> time and magnitude that have been saved as .mat file in workspace. How can I do that???

Accepted Answer

Rick Rosson
Rick Rosson on 27 Jul 2014
doc load
doc fft
doc fftshift
doc abs
doc plot
  14 Comments
vahid torabi
vahid torabi on 7 Aug 2014
Hi back Mr.Rick. I attached a zip file that has the results. my plot starts at -80 but in article it starts at almost 0.why??? could you please help me sir??? thank you very much.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!