FFT of a selected number of data points.
1 回表示 (過去 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!