View source: R/loudness_utilities.R
| phon2sone | R Documentation |
Conversion between phon and sone loudness scales. Source: Timoney, J., Lysaght, T., Schoenwiesner, M., & MacManus, L. (2004). Implementing loudness models in matlab.
phon2sone(phon)
sone2phon(sone)
phon |
loudness level, phon (vectorized) |
sone |
loudness in sones (vectorized) |
phon = seq(0, 120, 2)
sone = soundgen:::phon2sone(phon)
plot(phon, sone, type = 'b')
plot(phon, log2(sone), type = 'b')
phon2 = soundgen:::sone2phon(sone)
plot(phon, phon2); abline(0, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.