Home > freetb4matlab > polynomial > conv.m

conv

PURPOSE ^

% Convolve two vectors.

SYNOPSIS ^

function y = conv (a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} conv (@var{a}, @var{b})
% Convolve two vectors.
%
% @code{y = conv (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{conv}
% returns the coefficients of the product polynomial.
% @seealso{deconv, 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