obtenir une corrélation entre deux signaux 1d scipy
out = correlate(x/std(x), y/std(y), 'full') / min(len(x), len(y))
Ahmed Mohammad 201-701-222
out = correlate(x/std(x), y/std(y), 'full') / min(len(x), len(y))