Home > freetb4matlab > signal > spectral_xdf.m

spectral_xdf

PURPOSE ^

% Return the spectral density estimator given a data vector @var{x},

SYNOPSIS ^

function retval = spectral_xdf (X, win, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} spectral_xdf (@var{x}, @var{win}, @var{b})
% Return the spectral density estimator given a data vector @var{x},
% 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