Home > freetb4matlab > signal > spectral_adf.m

spectral_adf

PURPOSE ^

% Return the spectral density estimator given a vector of

SYNOPSIS ^

function retval = spectral_adf (c, win, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} spectral_adf (@var{c}, @var{win}, @var{b})
% Return the spectral density estimator given a vector of
% autocovariances @var{c}, window name @var{win}, and bandwidth,
% @var{b}.
%
% The window name, e.g., @code{'triangle'} or @code{'rectangle'} is
% used to search for a function called @code{@var{win}_sw}.
%
% If @var{win} is omitted, the triangle window is used.  If @var{b} is
% omitted, @code{1 / sqrt (length (@var{x}))} is used.
% @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