04-27-2015 04:42 PM
I am trying to find the time delay between two sine waves using cross correlation.
Both have:
sampling rate= 1kHz
number of samples= 1000
frequency = 10 Hz
The phase difference is 45 degrees but need to prove the cross correlation method to find find time delay, any suggestions please?
04-28-2015 04:39 AM
That's simple. First you have to get autocorrelation from phase 0 signal. Then crosscorrelate both sine signals. Next find maximum for correlation results. Difference between indexes of maximums is time delay(in samples) between sine signals.