SciPy

This is documentation for an old release of SciPy (version 0.17.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]) = <fortran object>

Wrapper for convolve_z.

Parameters:

x : input rank-1 array(‘d’) with bounds (n)

omega_real : input rank-1 array(‘d’) with bounds (n)

omega_imag : input rank-1 array(‘d’) with bounds (n)

Returns:

y : rank-1 array(‘d’) with bounds (n) and x storage

Other Parameters:
 

overwrite_x : input int, optional

Default: 0