[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/datafun]

conv

(/tools/hpmatlab/toolbox/matlab/datafun/conv.m)


Function Synopsis

c = conv(a, b)

Help text

CONV	Convolution and polynomial multiplication.
	C = CONV(A, B) convolves vectors A and B.  The resulting
	vector is length LENGTH(A)+LENGTH(B)-1.
	If A and B are vectors of polynomial coefficients, convolving
	them is equivalent to multiplying the two polynomials.

	See also XCORR, DECONV, CONV2.

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON