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.

The syntax for deconv is

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 Chapter 1, Signal Processing Basics, for a description of the convolution function).

Now use deconv to deconvolve b from c.

See the System Identification Toolbox User's Guide for advanced applications of signal deconvolution.


 Communications Applications Specialized Transforms