This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.fftpack.convolve.convolve_z#

scipy.fftpack.convolve.convolve_z(x, omega_real, omega_imag[, overwrite_x])#

Wrapper for convolve_z.

Parameters
xinput rank-1 array(‘d’) with bounds (n)
omega_realinput rank-1 array(‘d’) with bounds (n)
omega_imaginput 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