필터 지우기
필터 지우기

FFT of a selected number of data points.

조회 수: 2 (최근 30일)
Aqua22
Aqua22 2015년 5월 28일
댓글: Aqua22 2015년 6월 5일
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 :-(
Aqua22
Aqua22 2015년 6월 5일
It does not work.

댓글을 달려면 로그인하십시오.


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