How do you measure the phase difference between two different signals?
古いコメントを表示
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?
Arif
2011 年 1 月 25 日
回答 (1 件)
James Ramm
2011 年 1 月 23 日
0 投票
try; help angle
4 件のコメント
Walter Roberson
2011 年 1 月 25 日
That would give you the phase angle of a complex value at a particular point.
Are you suggesting,
angle(complex(A,B))
for the two signals A and B ?
Arif
2011 年 1 月 25 日
Paulo Silva
2011 年 1 月 25 日
http://en.wikipedia.org/wiki/Phase_(waves)
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
カテゴリ
ヘルプ センター および File Exchange で Multirate Signal Processing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!