How to plot a single spectrum using FFT from waveform data?

How to convert a waveform to single spectrum through FFT matlab?where the data of waveform is from excel...

3 Comments

Have you tried
doc fft
The help tends to be a good starting point!
what does it mean? i got a data for wavesform in excel file....
Well, formulate a proper question. You never mentioned an Excel file. People aren't going to do all your work for you. Loading in an Excel file and running an fft are two completely different aspects of Matlab.
doc xlsread
can read in an Excel file and the fft documentation above shows you how to do an FFT.
Once you have tried and have some code attempting to do this it is a lot easier for people to help with specifics than for you to just expect people to do everything for you.
Matlab has some of the best documentation of any software so use it!

Sign in to comment.

Answers (0)

Asked:

on 21 Mar 2017

Edited:

on 21 Mar 2017

Community Treasure Hunt

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

Start Hunting!