This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.fftpack.convolve.convolve_z
-
scipy.fftpack.convolve.convolve_z = <fortran object>
- convolve_z - Function signature:
- y = convolve_z(x,omega_real,omega_imag,[overwrite_x])
- Required arguments:
- 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)
- Optional arguments:
- overwrite_x := 0 input int
- Return objects:
- y : rank-1 array(‘d’) with bounds (n) and x storage