You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'full' — Return the full 2-D convolution.
'same' — Return the central part of the convolution, which is the same size as A.
'valid' — Return only parts of the convolution that are computed without zero-padded edges.
I think this can be achieved by splitting the existing output.
The text was updated successfully, but these errors were encountered:
Just like the MATLAB conv function.
I think this can be achieved by splitting the existing output.
The text was updated successfully, but these errors were encountered: