How do you measure the phase difference between two different signals?
8 ビュー (過去 30 日間)
古いコメントを表示
How do you measure the phase difference between two different signals?
2 件のコメント
Walter Roberson
2011 年 1 月 22 日
In pure Matlab, or with the Signal Processing Toolbox?
What exactly are the available inputs? Are the two signals time synchronized? Are they the same sampling frequency? The same duration?
回答 (1 件)
James Ramm
2011 年 1 月 23 日
try; help angle
4 件のコメント
James Ramm
2011 年 2 月 7 日
then simply do like wiki suggests:
A sine (or cosine) equation looks like y=Asin(wx-t) [or y=Acos(wx-t)]. The phase shift is "t." ("A" is the amplitude and "w" is the frequency.)
Compute the shift for each one and subtract, for y=0
参考
カテゴリ
Help Center および File Exchange で Multirate Signal Processing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!