On Thu, 21 Apr 2005 13:13:17 -0400, David M. Cooke
<[EMAIL PROTECTED]> wrote:
> Charles Krug <[EMAIL PROTECTED]> 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to