FFT of a selected number of data points.
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a waveform as the one attached and I need to perform FFT over a small section of this waveform (like the one highlighted by a rectangle). How can I do that? I don't have any prior experience of working in frequency domain. Any help would be greatly appreciated.
댓글 수: 0
답변 (2개)
Sander Hermanussen
2015년 5월 28일
fft(yoursignal(first_sample,second_sample))
I.e., simply select a range of your signal.
참고 항목
카테고리
Help Center 및 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!