FFT of array of signals

조회 수: 9 (최근 30일)
632541
632541 2021년 4월 2일
답변: Star Strider 2021년 4월 2일
My signal is array of numbers captured from sensors.
Like, x=[2 5 3 2 1 4 2 33 45 ] ;
Can I compute the frequency response of this signal using Fourier transform?
Please answer this..
Thank you
  댓글 수: 2
632541
632541 2021년 4월 2일
Can it be solvevd in matlab either using equation or builtin function?
632541
632541 2021년 4월 2일
Can anybody tell is this possible ?

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

채택된 답변

Star Strider
Star Strider 2021년 4월 2일
Use the fft function.
The documentation explains how to calculate and plot the amplitude and phase spectra. There are also several examples in Answers (many of which I wrote).

추가 답변 (0개)

카테고리

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