On Aug 28, 2015 5:17 PM, "Pierre-Andre Noel" <[email protected]>
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
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to