Home > freetb4matlab > audio > wavwrite.m

wavwrite

PURPOSE ^

% Write @var{y} to the canonical RIFF/WAVE sound file @var{filename}

SYNOPSIS ^

function wavwrite (y, varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} wavwrite (@var{y}, @var{filename})
% @deftypefnx {Function File} {} wavwrite (@var{y}, @var{fs}, @var{filename})
% @deftypefnx {Function File} {} wavwrite (@var{y}, @var{fs}, @var{bits}, @var{filename})
% Write @var{y} to the canonical RIFF/WAVE sound file @var{filename}
% with sample rate @var{fs} and bits per sample @var{bits}.  The
% default sample rate is 8000 Hz with 16-bits per sample.  Each column
% of the data represents a separate channel.
% @seealso{wavread}
% @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