MATLAB Functions Help Desk

convn

Purpose

N-dimensional convolution

Syntax

Description

C = convn(A,B) computes the N-dimensional convolution of the arrays A and B. The size of the result is size(A)+size(B)-1.

C = convn(A,B,'shape') returns a subsection of the N-dimensional convolution, as specified by the shape parameter:

See Also

conv        Convolution and polynomial multiplication

conv2       Two-dimensional convolution



[ Previous | Help Desk | Next ]