Deconvolution and polynomial division
[
deconvolves a vector q,r] =
deconv(u,v)v out of a vector u using
long division, and returns the quotient q and remainder
r such that u = conv(v,q) + r. If
u and v are vectors of polynomial
coefficients, then deconvolving them is equivalent to dividing the polynomial
represented by u by the polynomial represented by
v.