Specify lag in numpy.correlate

前端 未结 3 526
执笔经年
执笔经年 2021-01-01 02:00

Matlab\'s cross-correlation function xcorr(x,y,maxlags) has an option maxlag, which returns the cross-correlation sequence over the lag range

3条回答
  •  借酒劲吻你
    2021-01-01 02:44

    I would recommend looking at this file to determine how you would want to implement the correlation described here.

提交回复
热议问题