Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
mu2lin
mu-law encoding to linear signal
Syntax
mu=lin2mu(y)
Arguments
- y
real vector
- mu
real vector
Description
Utility fct: y=mu2lin(mu)
converts mu-law encoded 8-bit audio signals,
stored in the range 0 <= mu <= 255, to linear signal amplitude in
the range -s < y < s where s = 32124/32768 ~= .9803.
The input mu is often obtained using mget(...,'uc') to read
byte-encoded audio files. Translation of C program by Craig Reese:
IDA/Supercomputing Research Center Joe Campbell: Department of Defense
See also
- mu2lin — mu-law encoding to linear signal
Report an issue | ||
<< mapsound | Manipulação de Arquivos de Som | playsnd >> |