FFT of array of signals

14 ビュー (過去 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 Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by