How to plot a single spectrum using FFT from waveform data?
Mostrar comentarios más antiguos
How to convert a waveform to single spectrum through FFT matlab?where the data of waveform is from excel...
3 comentarios
Adam
el 21 de Mzo. de 2017
Have you tried
doc fft
The help tends to be a good starting point!
apple fung
el 21 de Mzo. de 2017
Adam
el 21 de Mzo. de 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!
Respuestas (0)
Categorías
Más información sobre Continuous Waveforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!