linear signal to mu-law encoding
mu=lin2mu(y)
:y real vector : :mu real vector :
Utility fct: converts linear signal to mu-law encoding. mu = lin2mu(y) converts linear audio signal amplitudes in the range -1 <= y <= 1 to mu-law in the range 0 <= mu <= 255.