Uzyskaj korelację między dwoma sygnałami 1D Scipy

out = correlate(x/std(x), y/std(y), 'full') / min(len(x), len(y))
Ahmed Mohammad 201-701-222