[Numpy-discussion] convolve
René Bastian
rbastian at club-internet.fr
Tue Jul 26 21:53:01 CDT 2005
Le Mardi 26 Juillet 2005 10:58, René Bastian a écrit :
> Hello,
>
> in the actual form
>
> convolve(a,b)==convolve(b,a)[::-1]
>
> but following the mathematics,
> one should obtain
>
> convolve(a,b)==convolve(b,a)
>
> can anyone explain me the reason ?
I think the reasons are the modes other than FULL
and the re-use of "correlate"
Are this good reasons ?
>
> thanks
--
René Bastian
http://www.musiques-rb.org/Ecchym/voiture.html
More information about the Numpy-discussion
mailing list