How to plot a single spectrum using FFT from waveform data?
Ältere Kommentare anzeigen
How to convert a waveform to single spectrum through FFT matlab?where the data of waveform is from excel...
3 Kommentare
Adam
am 21 Mär. 2017
Have you tried
doc fft
The help tends to be a good starting point!
apple fung
am 21 Mär. 2017
Adam
am 21 Mär. 2017
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!
Antworten (0)
Kategorien
Mehr zu Continuous Waveforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!