Returns the discrete, linear convolution of two one-dimensional sequences.
Input sequences.
Refer to the np.convolve docstring.
If True, then if any masked element is included in the sum for a result element, then the result is masked. If False, then the result element is only masked if no non-masked cells contribute towards it
Discrete, linear convolution of a and v.
See also
numpy.convolveEquivalent function in the top-level NumPy module.
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/generated/numpy.ma.convolve.html