FFT of array of signals

9 Ansichten (letzte 30 Tage)
632541
632541 am 2 Apr. 2021
Beantwortet: Star Strider am 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 Kommentare
632541
632541 am 2 Apr. 2021
Can it be solvevd in matlab either using equation or builtin function?
632541
632541 am 2 Apr. 2021
Can anybody tell is this possible ?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 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).

Weitere Antworten (0)

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by