[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
- conv /tools/hpmatlab/toolbox/matlab/datafun/conv.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- filter /tools/hpmatlab/toolbox/matlab/datafun/filter.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON