How do you measure the phase difference between two different signals?
Mostrar comentarios más antiguos
How do you measure the phase difference between two different signals?
2 comentarios
Walter Roberson
el 22 de En. de 2011
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
el 25 de En. de 2011
Respuestas (1)
James Ramm
el 23 de En. de 2011
0 votos
try; help angle
4 comentarios
Walter Roberson
el 25 de En. de 2011
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
el 25 de En. de 2011
Paulo Silva
el 25 de En. de 2011
http://en.wikipedia.org/wiki/Phase_(waves)
James Ramm
el 7 de Feb. de 2011
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
Categorías
Más información sobre Multirate Signal Processing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!