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!