I have two time series of different length, named speed_A and speed_B. Signal speed_B is quit short and has a time shift compared to speed_A.
What is the best way to compute the time shift between both signals?
I tried scipy.signal.correlate
but that nan for the correlation.
Thanks