View source: R/loudness_utilities.R
phon2sone | 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.