Calculate a one-dimensional convolution along the given axis.
The lines of the array along the given axis are convolved with the given weights.
Parameters: | input : array-like
weights : ndarray
axis : integer, optional
output : array, optional
mode : {‘reflect’,’constant’,’nearest’,’mirror’, ‘wrap’}, optional
cval : scalar, optional
origin : scalar, optional The ``origin`` parameter controls the placement of the filter. Default 0 : |
---|