Home > freetb4matlab > signal > autocor.m

autocor

PURPOSE ^

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

SYNOPSIS ^

function retval = autocor (X, h)

DESCRIPTION ^

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