Mercurial > hg > octave-nkf
diff scripts/polynomial/deconv.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 |
parents | 2b5788792cad |
children | 5ca126254d15 |
line wrap: on
line diff
--- a/scripts/polynomial/deconv.m +++ b/scripts/polynomial/deconv.m @@ -31,9 +31,11 @@ ## SEE ALSO: conv, poly, roots, residue, polyval, polyderiv, ## polyinteg -function [b, r] = deconv (y, a) +## Author: Tony Richardson <amr@mpl.ucsd.edu> +## Created: June 1994 +## Adapted-By: jwe - ## Written by Tony Richardson (amr@mpl.ucsd.edu) June 1994. +function [b, r] = deconv (y, a) if (nargin != 2) usage ("deconv (y, a)");