phon2sone {soundgen} | R Documentation |
Internal soundgen function
phon2sone(phon)
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')