HI, How can I plot Power Spectrum from a Time Series data?
20 ビュー (過去 30 日間)
古いコメントを表示
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
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 件のコメント
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 Center および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!