Convolve two vectors. y = conv (a, b) returns a vector of length equal to length (a) + length (b) - 1. If a and b are polynomial coefficient vectors, conv returns the coefficients of the product polynomial. See also: deconv poly roots residue polyval polyderiv polyinteg
Convolve two vectors.
y = conv (a, b) returns a vector of length equal to length (a) + length (b) - 1. If a and b are polynomial coefficient vectors, conv returns the coefficients of the product polynomial.
y = conv (a, b)
length (a) + length (b) - 1
conv