fft_convolve

pyrost.bin.fft_convolve(double[::1] a1, double[::1] a2)

Convolve two one-dimensional arrays using FFT. The output size is the same size as a1.

Parameters
Returns

out – A one-dimensional array containing the discrete linear convolution of a1 with a2.

Return type

numpy.ndarray