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.

回答(2 个)

Sander Hermanussen
Sander Hermanussen 2015-5-28
fft(yoursignal(first_sample,second_sample))
I.e., simply select a range of your signal.
  2 个评论
Aqua22
Aqua22 2015-5-29
Is that it? Matlab says fft(x) or fft(x,n) where n refers to n point dft. Nowhere it tells about a range of signal :-(

请先登录,再进行评论。


Adam
Adam 2015-5-28
编辑:Adam 2015-5-28
doc fft
doc colon

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by