plotting frequency response of data in matlab

조회 수: 3 (최근 30일)
shirin
shirin 2020년 10월 28일
댓글: Star Strider 2020년 10월 29일
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

채택된 답변

Star Strider
Star Strider 2020년 10월 28일
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
shirin
shirin 2020년 10월 28일
Problem solved! Thanks a lot.
Many Thanks
Shirin
Star Strider
Star Strider 2020년 10월 29일
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by