Home > freetb4matlab > signal > sinetone.m

sinetone

PURPOSE ^

% Return a sinetone of frequency @var{freq} with length of @var{sec}

SYNOPSIS ^

function retval = sinetone (f, r, s, a)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} sinetone (@var{freq}, @var{rate}, @var{sec}, @var{ampl})
% Return a sinetone of frequency @var{freq} with length of @var{sec}
% seconds at sampling rate @var{rate} and with amplitude @var{ampl}.
% The arguments @var{freq} and @var{ampl} may be vectors of common size.
%
% Defaults are @var{rate} = 8000, @var{sec} = 1 and @var{ampl} = 64.
% @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