home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / dsp / 2858 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.3 KB

  1. From: bame@hpfcbig.SDE.HP.COM (Paul Bame)
  2. Date: Tue, 22 Dec 1992 00:21:43 GMT
  3. Subject: Re: MU-law and A-law tables in the DSP56000
  4. Message-ID: <6380001@hpfcbig.SDE.HP.COM>
  5. Organization: HP SESD, Fort Collins, CO
  6. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpfcbig!bame
  7. Newsgroups: comp.dsp
  8. References: <6682@tuegate.tue.nl>
  9. Lines: 19
  10.  
  11. In comp.dsp, bartjan@blade.stack.urc.tue.nl (Bartjan Wattel) writes:
  12.  
  13. > I'm starting on studying the DSP56000 for an exam at the Eindhoven University
  14. > of Technology (the Netherlands). I ran into the terms 'MU-law' and 'A-law'.
  15.  
  16. > Could anybody tell me in what way these tables can be used ? I have the idea
  17. > that the tables have something to do with (data)compression, but I might be
  18. > wrong...
  19.  
  20. These are defined in section G.711 in the CCITT "Blue Book" (I think I've
  21. got that right).  Mu-law effectively allows 14 bits of dynamic range
  22. to be stuffed into 8 bits and is rather like a signed logarithm - but it's
  23. not really a logarithm which is why conversion tables are used.  A-law
  24. is a variant of mu-law with which I'm unfamiliar which is also defined in
  25. G.711.  If you have an HP workstation with audio I/O hardware, chances are
  26. good it understands mu-law, a-law, and linear encoding (which hasn't
  27. made it into the FAQ yet).
  28.  
  29.     -Paul Bame
  30.