Signal Processing Toolbox |
Deconvolution
Deconvolution, or polynomial division, is the inverse operation of convolution. Deconvolution is useful in recovering the input to a known filter, given the filtered output. This method is very sensitive to noise in the coefficients, however, so use caution in applying it.
where b
is the polynomial dividend, a
is the divisor, q
is the quotient, and r
is the remainder.
To try deconv
, first convolve two simple vectors a
and b
(see Signal Processing Basics for a description of the convolution function):
Now use deconv
to deconvolve b
from c
:
Communications Applications | Specialized Transforms |
© 1994-2005 The MathWorks, Inc.