Is there a package with convolution and related methods?

Miki Tebeka miki.tebeka at zoran.com
Mon Apr 25 07:43:45 EDT 2005


Hello Charles,

> Is there a Python package with Convolution and related methods?
> 
> I'm working on modeling some DSP processes in Python.  I've rolled one
> up, but don't feel much like reinventing the wheel, especially if
> there's already something like "Insanely Efficient FFT for Python"
> already.
Have you looked at NumArray (http://www.stsci.edu/resources/software_hardware/numarray)
and SciPy (http://www.scipy.org/)?

I also think that gmp (http://www.swox.com/gmp/) which has Python binding
(http://gmpy.sourceforge.net/) has FFT.

HTH.
--
------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at zoran.com>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 193 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050425/f175cd96/attachment.sig>


More information about the Python-list mailing list