FFT of array of signals

18 visualizaciones (últimos 30 días)
632541
632541 el 2 de Abr. de 2021
Respondida: Star Strider el 2 de Abr. de 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 comentarios
632541
632541 el 2 de Abr. de 2021
Can it be solvevd in matlab either using equation or builtin function?
632541
632541 el 2 de Abr. de 2021
Can anybody tell is this possible ?

Iniciar sesión para comentar.

Respuesta aceptada

Star Strider
Star Strider el 2 de Abr. de 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).

Más respuestas (0)

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by