[Numpy-discussion] Numpy FFT.FFT slow with certain samples

Stéfan van der Walt stefanv at berkeley.edu
Fri Aug 28 20:26:32 EDT 2015


On Aug 28, 2015 5:17 PM, "Pierre-Andre Noel" <noel.pierre.andre at gmail.com>
wrote:
>
> I had in mind the use of FFT to do convolutions (
> https://en.wikipedia.org/wiki/Convolution_theorem ). If you do not
> zero-pad properly, then the end of the signal may "bleed" on the
> beginning, and vice versa.

Ah, gotcha! All these things should also be handled nicely in
scipy.signal.fftconvolve.

Stéfan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150828/b6ce17fe/attachment.html>


More information about the NumPy-Discussion mailing list