Home > freetb4matlab > audio > au.m

au

PURPOSE ^

% y = au(x, fs, lo [, hi])

SYNOPSIS ^

function y=au(x,fs,lo,hi)

DESCRIPTION ^

% y = au(x, fs, lo [, hi])
%
% Extract data from x for time range lo to hi in milliseconds.  If lo
% is [], start at the beginning.  If hi is [], go to the end.  If hi is
% not specified, return the single element at lo.  If lo<0, prepad the
% signal to time lo.  If hi is beyond the end, postpad the signal to
% time hi.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003