> I wonder if xcorrelate would be a better name than acorrelate?
I think it would.
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
I also think that the conjugate should be taken. I spent the last few weeks
using correlate to experiment with
signal processing and I got strange results until I realised that I had to
manually take the conjugate. It
would also be good if the function did it since applying the conjugate to th
Hi,
After my previous email, I have opened a ticket #1117 (correlate not order
dependent)
I have found that the correlate function is defined in multiarraymodule.c and
that inputs are being swapped using the following code
n1 = ap1->dimensions[0];
n2 = ap2->dimensions[0];
if (n1 < n
g from convolution but looking at numpy.core, I can see
that in fact convolution derives from correlate.
After that, it becomes C code which I haven't managed to look at yet.
Am I correct, is this a bug?
regards
Rob Steed
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion