FFT of array of signals

15 views (last 30 days)
632541
632541 on 2 Apr 2021
Answered: Star Strider on 2 Apr 2021
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 Comments
632541
632541 on 2 Apr 2021
Can it be solvevd in matlab either using equation or builtin function?
632541
632541 on 2 Apr 2021
Can anybody tell is this possible ?

Sign in to comment.

Accepted Answer

Star Strider
Star Strider on 2 Apr 2021
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).

More Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!