Quaternion Function Reference

conv

Convolution
(Quaternion overloading of standard MATLAB® function)

Syntax

C = conv(A, B)

Description

conv(A, B) computes the one-dimensional convolution of A and B. It operates in the same way as the overloaded MATLAB® function, except that it provides a mechanism to support both left and right coefficients. (Since quaternion multiplication is not commutative, the general case requires both left and right multiplication in the convolution product/summation.) To supply left and right coefficients, use the calling profile conv({L,R},v) where L and R are vectors of the same length and orientation. If the first parameter is not a cell array, it is taken to be a left coefficient and the right coefficient array is implicitly ones.

See Also

QTFM function: conv2
MATLAB® function: conv

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.