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 件のコメント
Adam
2017 年 3 月 21 日
Have you tried
doc fft
The help tends to be a good starting point!
apple fung
2017 年 3 月 21 日
Adam
2017 年 3 月 21 日
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!
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Continuous Waveforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!