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!