deconv
Deconvolution and polynomial division
Syntax
Description
[
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
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006a