[SciPy-Dev] How to limit cross correlation window width in Numpy?

Sturla Molden sturla.molden at gmail.com
Mon Jun 8 20:26:32 EDT 2015


On 09/06/15 00:30, Honi Sanders wrote:

> Could you tell me what the process for including this functionality would be?

You write the code and post a PR.


> What I mean to say is, why does scipy.signal have correlate and convolve functions, when numpy already  has correlate and convolve functions that have the exact same inputs and exact same outputs?

numpy.correlate only works for vectors, scipy.signal.correlate works for 
n-dimensional arrays. And AFAIK, numpy.correlate mostly exists for 
compatibility with numeric.


Sturla




More information about the SciPy-Dev mailing list