Home > freetb4matlab > comm > gconv.m

gconv

PURPOSE ^

% Convolve two Galois vectors.

SYNOPSIS ^

function y = gconv (a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} gconv (@var{a}, @var{b})
% Convolve two Galois vectors.
%
% @code{y = gconv (a, b)} returns a vector of length equal to
% @code{length (a) + length (b) - 1}.
% If @var{a} and @var{b} are polynomial coefficient vectors, @code{gconv}
% returns the coefficients of the product polynomial.
% @end deftypefn
% @seealso{gdeconv,conv,deconv}

CROSS-REFERENCE INFORMATION ^

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