Return the convolution of the vectors a and b, as a vector with length equal to the
length (a) + length (b) - 1
. If a and b are the coefficient vectors of two polynomials, the returned value is the coefficient vector of the product polynomial.The computation uses the FFT by calling the function
fftfilt
. If the optional argument n is specified, an N-point FFT is used.