powered by
Internal soundgen function
phon2sone(phon)
loudness level, phon (vectorized)
Source: Timoney, J., Lysaght, T., Schoenwiesner, M., & MacManus, L. (2004). Implementing loudness models in matlab.
phon = seq(0, 120, 2) sone = soundgen:::phon2sone(phon) plot(phon, sone, type = 'b') plot(phon, log2(sone), type = 'b')
Run the code above in your browser using DataLab