FFT of a selected number of data points.
显示 更早的评论
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.
回答(2 个)
Sander Hermanussen
2015-5-28
0 个投票
fft(yoursignal(first_sample,second_sample))
I.e., simply select a range of your signal.
doc fft
doc colon
类别
在 帮助中心 和 File Exchange 中查找有关 Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!