Home > freetb4matlab > polynomial > deconv.m

deconv

PURPOSE ^

% Deconvolve two vectors.

SYNOPSIS ^

function [b, r] = deconv (y, a)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} deconv (@var{y}, @var{a})
% Deconvolve two vectors.
%
% @code{[b, r] = deconv (y, a)} solves for @var{b} and @var{r} such that
% @code{y = conv (a, b) + r}.
%
% If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will
% contain the coefficients of the polynomial quotient and @var{r} will be
% a remainder polynomial of lowest order.
% @seealso{conv, poly, roots, residue, polyval, polyderiv, polyinteg}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003