How I can determine the phase and magnitude between two non periodic time series?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I need to obtain the obtain the phase and the magnitude between two nonperiodic time series and plot it in time. I have only the time series in time domain. Do you have any idea how I can do it?
Thank you in advance
0 件のコメント
回答 (3 件)
Wayne King
2013 年 2 月 14 日
編集済み: Wayne King
2013 年 2 月 14 日
I'm not sure what you mean by "plot the phase and magnitude in time"
You can use cpsd to estimate the magnitude and phase relationship between two nonperiodic time series, but you cannot get a time dependent plot out of that function.
You would to take cpsd() and feed it blocks of data to obtain a time-varying cross spectrum.
0 件のコメント
Traian Preda
2013 年 2 月 14 日
1 件のコメント
Wayne King
2013 年 2 月 14 日
I'm not sure I understood you initially, you want to measure these things for two different series as in measuring the cross spectrum?
参考
カテゴリ
Help Center および File Exchange で Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!