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