plotting frequency response of data in matlab

2 Ansichten (letzte 30 Tage)
shirin
shirin am 28 Okt. 2020
Kommentiert: Star Strider am 29 Okt. 2020
Hi all,
I am trying to plot frequency response for the attached data. I can plot its time domain, However I am not able to plot the frequency response. Can anyone help please.
Regards
Shirin

Akzeptierte Antwort

Star Strider
Star Strider am 28 Okt. 2020
There is only one column of data, that I assume are the independent variable. You cannot plot its frequency response without an associated time vector (vector of sampling instants). This is important with respect to knowing if the sampling intervals are constant (they can be resampled to constnt samplilng intervals if not), since that is required for all signal processing applications, including the Fourier transform. The time vector is required in order to calculate the frequency vector (independent variable) in the fft plot.
  6 Kommentare
shirin
shirin am 28 Okt. 2020
Problem solved! Thanks a lot.
Many Thanks
Shirin
Star Strider
Star Strider am 29 Okt. 2020
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by