SciPy

scipy.fftpack.convolve.convolve

scipy.fftpack.convolve.convolve(x, omega[, swap_real_imag, overwrite_x]) = <fortran object>

Wrapper for convolve.

Parameters
xinput rank-1 array(‘d’) with bounds (n)
omegainput rank-1 array(‘d’) with bounds (n)
Returns
yrank-1 array(‘d’) with bounds (n) and x storage
Other Parameters
overwrite_xinput int, optional

Default: 0

swap_real_imaginput int, optional

Default: 0

Previous topic

scipy.fftpack.next_fast_len

Next topic

scipy.fftpack.convolve.convolve_z