필터 지우기
필터 지우기

HI, How can I plot Power Spectrum from a Time Series data?

조회 수: 20 (최근 30일)
ramin asadi
ramin asadi 2017년 6월 20일
댓글: Star Strider 2017년 6월 20일
I have 10000 Pressure data in 0.5 sec (i.e frequency =20000), I want to plot power spectrum in which x axis is f(Hz) and y axis be Amplitude.

채택된 답변

Star Strider
Star Strider 2017년 6월 20일
The power spectral density is the square of the absolute value of the Fourier transform of your data. See the documentation on fft (link) for details.
The Signal Processing Toolbox has other functions that will do what you want. See the documentation on Spectral Analysis (link) for details on them. There are links to the various functions in the documentation.
  댓글 수: 2
ramin asadi
ramin asadi 2017년 6월 20일
thank you very much. it is solved. and do you know how can I plot Poincare Section of the Phase Portrait?
Star Strider
Star Strider 2017년 6월 20일
My pleasure.
I have not done anything with chaos theory in decades. I found poincare.m (link) when I searched. It should provide some guidance.

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

추가 답변 (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