Dear list,
I'm trying to compute the cross correlation and cross correlograms from
some signals. For that, I'm testing first np.correlate with some
idealized traces (sine waves) that are exactly 1 ms separated from each
other. You can have a look here:
http://nbviewer.ipython.org/github/Jose
I like the idea of the broadcast argument to reshape. It certainly makes
sense there, and it avoids adding a new function. Probably should add a
note to the docstring of broadcast_arrays, too.
Ben Root
On Mon, Dec 8, 2014 at 2:31 AM, Pierre Haessig
wrote:
> Hi,
>
> Le 07/12/2014 08:10, Stephan