[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/datafun]

deconv

(/tools/hpmatlab/toolbox/matlab/datafun/deconv.m)


Function Synopsis

[q,r]=deconv(b,a)

Help text

DECONV	Deconvolution and polynomial division.
	[Q,R] = DECONV(B,A) deconvolves vector A out of vector B.  The result
	is returned in vector Q and the remainder in vector R such that
	B = conv(Q,A) + R.

	If A and B are vectors of polynomial coefficients, deconvolution
	is equivalent to polynomial division.  The result of dividing B by
	A is quotient Q and remainder R.

	See also CONV.

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON