Mercurial > hg > octave-nkf
diff scripts/audio/mu2lin.m @ 2311:2b5788792cad
[project @ 1996-07-11 20:18:38 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 20:18:38 +0000 |
parents | 5cffc4b8de57 |
children | 204cc7db6f4a |
line wrap: on
line diff
--- a/scripts/audio/mu2lin.m +++ b/scripts/audio/mu2lin.m @@ -17,15 +17,15 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. +## usage: y = mu2lin (x [, bit]) +## +## If x is a vector of audio data with mu-law encoding, mu2lin (x) +## holds the same data with linear encoding. +## The optional argument bit specifies whether the input data is +## 8 bit (default) or 16 bit. + function y = mu2lin (x, bit) - ## usage: y = mu2lin (x [, bit]) - ## - ## If x is a vector of audio data with mu-law encoding, mu2lin (x) - ## holds the same data with linear encoding. - ## The optional argument bit specifies whether the input data is - ## 8 bit (default) or 16 bit. - ## Written by AW (Andreas.Weingessel@ci.tuwien.ac.at) on Oct 18, 1994 ## Updated by AW (Andreas.Weingessel@ci.tuwien.ac.at) on Oct 27, 1994 ## Copyright Department of Probability Theory and Statistics TU Wien