Is there a package with convolution and related methods?

Charles Krug cdkrug at worldnet.att.net
Thu Apr 21 14:14:29 EDT 2005


On Thu, 21 Apr 2005 13:13:17 -0400, David M. Cooke
<cookedm+news at physics.mcmaster.ca> wrote:
> Charles Krug <cdkrug at worldnet.att.net> writes:
> 
>> List:
>>
>> 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.
>>
>> Thanks
> 
> You most certainly want to look at the numerical python packages
> Numeric and numarray (http://numeric.scipy.org/) for array
> manipulations, and scipy (http://scipy.org) has wraps for FFTW (Fast
> Fourier Transform in the West).
> 

Great, thanks.

Figured someone had done it.




More information about the Python-list mailing list