How can I find the phase difference between two signals using 'correlation' function in PYTHON? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I find the phase difference between two signals using 'correlation' function in PYTHON?

I need to find out the phase difference between two sinusoidal signals using python code. How can I do this?

13th Jun 2019, 2:17 PM
Saptarshi Mandal
2 Answers
+ 4
I suppose you have some data / values that represent the signals. Question: Do you want to capture the data and then later take them to process or are you going to do this ‘live’? if you have data - can you share them?
13th Jun 2019, 3:10 PM
Lothar
Lothar - avatar