How do you measure the phase difference between two different signals?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How do you measure the phase difference between two different signals?
2 Kommentare
Walter Roberson
am 22 Jan. 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?
Antworten (1)
James Ramm
am 23 Jan. 2011
try; help angle
4 Kommentare
James Ramm
am 7 Feb. 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
Siehe auch
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!