Convolve two vectors.
y = nan_conv (a,b) y = nan_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.
u = [1 2 3 4] v = [10 20 30] c = nan_conv(u,v)