How do I do FFT for small amount of points?
이전 댓글 표시
I have a small amount of data points X=[8 7 2 4 5 1] that I want to perform FFT for in order to find the trig functions that compose this repeating pattern. Is there an easy way to code this? I've seen a bunch of code that works for continuous samples of waves but I want to downsize it.
답변 (2개)
Walter Roberson
2016년 12월 10일
fft(X)
is happy to work with small number of points
Joseph Schmidt
2016년 12월 10일
댓글 수: 1
Walter Roberson
2016년 12월 10일
See the first example in the fft documentation as that shows how to label the x axis with frequency
카테고리
도움말 센터 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!