本文简要介绍 python 语言中scipy.signal.correlation_lags的用法。 用法: scipy.signal.correlation_lags(in1_len, in2_len, mode='full')# 计算一维互相关的滞后/位移 index 数组。 参数:: in1_len:int 第一个输入大小。 in2_len:int 第二个输入大小。 mode:str {‘full’, ‘valid’, ‘same’},可...
Fast and accurate cross-correlation over arbitrary time lags. Moved to: - GitHub - tritemio/pycorrelate: Fast and accurate cross-correlation over arbitrary time lags. Moved to: