mu2lin
Convert audio data from mu-law to linear signal.
📝Syntax
y = mu2lin(mu)
📥Input Arguments
Parameter Description
mu mu-law encoded 8-bit audio signals, with 0 ≤ mu ≤ 255.
📤Output Arguments
Parameter Description
y linear signal.
📄Description

y = mu2lin(mu) converts audio data from mu-law to linear.

💡Examples
l = mu2lin([0:20:255])
🔗See Also
audioplayerlin2mu
📚Bibliography
"A New Digital Technique for Implementation of Any Continuous PCM Companding Law," Villeret, Michel, et al. 1973 IEEE Int. Conf. on Communications, Vol 1, 1973, pg. 11.12-11.17.
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub