[SciPy-user] convolve2d.. or Numeric to numarray conversion

Travis Oliphant oliphant.travis at ieee.org
Fri Feb 14 14:51:18 EST 2003


On Fri, 2003-02-14 at 07:40, Kasper Souren wrote:
> Hi!
> 
> I would like to do a 2D convolution. And as it seems there is a nice 
> convolve2d in the Convolve package that comes with numarray, which doesn't 
> seem available for Numeric or for SciPy.

Look at the scipy.signal package

info(scipy.signal.convolve)

will do N-D convolution for you.


-Travis O.





More information about the SciPy-User mailing list