[Numpy-discussion] chirp-z

Matthieu Brucher matthieu.brucher at gmail.com
Mon May 28 02:03:38 EDT 2007


>
> Umm, no,
>
> There really aren't any transparent fast fft convolutions in SciPy. The
> closest thing is in signaltools, fftconvolve, and if you ask it to convolve,
> say, sequences whose length add up to 7902, then it will do a size 7901
> transform. Because 7901 is prime this takes about 300 times as long as a
> transform of size 8192. That glitch could be fixed, but I think something as
> basic as fftconvolve should reside at a higher level than scipy.signalsanyway, say in
> numpy.fft.
>


Why not scipy.fft then ? It is currently reviewed.


There are other scipy functions that do convolution, but those that use an
> fft are limited. There is a (buggy) version for 2d arrays in stsci, and a
> version with limited (real) functionality in fftpack. I don't see any more.
>


Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070528/74f8cef6/attachment.html>


More information about the NumPy-Discussion mailing list