diff scripts/audio/mu2lin.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
line wrap: on
line diff
--- a/scripts/audio/mu2lin.m	Thu Jul 11 20:18:38 1996 +0000
+++ b/scripts/audio/mu2lin.m	Thu Jul 11 21:20:36 1996 +0000
@@ -24,12 +24,12 @@
 ## The optional argument bit specifies whether the input data is 
 ## 8 bit (default) or 16 bit.
 
+## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
+## Created: 18 October 1994
+## Adapted-By: jwe
+
 function y = mu2lin (x, 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
-
   if (nargin == 1)
     bit = 8;
   elseif (nargin == 2)