This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Convolve two N-dimensional arrays.
Convolve in1 and in2, with the output size determined by the mode argument.
Parameters : | in1 : array_like
in2 : array_like
mode : str {‘full’, ‘valid’, ‘same’}, optional
|
---|---|
Returns : | convolve : array
|