FFT of array of signals

12 次查看(过去 30 天)
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