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
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
Arif 2011 年 1 月 25 日
Two input signals are the trigonometric function, say sine and cosine.

サインインしてコメントする。

回答 (1 件)

James Ramm
James Ramm 2011 年 1 月 23 日

0 投票

try; help angle

4 件のコメント

Walter Roberson
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
Arif 2011 年 1 月 25 日
Please explain for the phase difference, when both signals are trigonometric function, say sin and cos?
Paulo Silva
Paulo Silva 2011 年 1 月 25 日
http://en.wikipedia.org/wiki/Phase_(waves)
James Ramm
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

サインインしてコメントする。

カテゴリ

製品

質問済み:

2011 年 1 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by