This is documentation for an old release of SciPy (version 0.10.1). 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 output size determined by mode.
Parameters : | in1: array :
in2: array :
mode: str {‘valid’, ‘same’, ‘full’} :
|
---|---|
Returns : | out: array :
|