Home > freetb4matlab > signal > autocov.m

autocov

PURPOSE ^

% Return the autocovariances from lag 0 to @var{h} of vector @var{x}.

SYNOPSIS ^

function retval = autocov (X, h)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} autocov (@var{x}, @var{h})
% Return the autocovariances from lag 0 to @var{h} of vector @var{x}.
% If @var{h} is omitted, all autocovariances are computed.
% If @var{x} is a matrix, the autocovariances of each column are
% computed.
% @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