Home > freetb4matlab > comm > gdeconv.m

gdeconv

PURPOSE ^

% Deconvolve two Galois vectors.

SYNOPSIS ^

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

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} gdeconv (@var{y}, @var{a})
% Deconvolve two Galois vectors.
%
% @code{[b, r] = gdeconv (y, a)} solves for @var{b} and @var{r} such that
% @code{y = gconv (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 remander polynomial of lowest order.
% @end deftypefn
% @seealso{gconv,deconv,conv}

CROSS-REFERENCE INFORMATION ^

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