Image Processing Toolbox    
convn

Perform N-dimensional convolution

Syntax

Description

C = convn(A,B) computes the N-dimensional convolution of matrices A and B.

C = convn(A,B,shape) returns a subsection of the N-dimensional convolution, as specified by the shape parameter. shape is a string with one of these values:

Class Support

The input matrices A and B can be of class double or of any integer class. The output matrix C is of class double.

Remarks

convn is a function in MATLAB.

See Also

conv2


 convmtx2 corr2