Find time shift of two signals using cross correlation

后端 未结 2 962
孤街浪徒
孤街浪徒 2021-01-02 23:18

I have two signals which are related to each other and have been captured by two different measurement devices simultaneously. Since the two measurements are not time synchr

2条回答
  •  离开以前
    2021-01-03 00:15

    Numpy has function correlate which suits your needs: https://docs.scipy.org/doc/numpy/reference/generated/numpy.correlate.html

提交回复
热议问题