Sound Intensity Level Calculator Formula
Understand the math behind the sound intensity level calculator. Each variable explained with a worked example.
Formulas Used
Sound Intensity Level
level_db = 10 * log10(intensity / 1e-12)Variables
| Variable | Description | Default |
|---|---|---|
intensity | Sound Intensity(W/m2) | 0.001 |
How It Works
Sound Intensity Level
The decibel scale expresses sound intensity relative to the threshold of human hearing.
Formula
L = 10 log10(I / I0)
Every 10 dB increase corresponds to a tenfold increase in intensity. Normal conversation is about 60 dB; a rock concert about 110 dB.
Worked Example
Sound intensity of 0.001 W/m2.
intensity = 0.001
- 01L = 10 log10(I / I0)
- 02L = 10 log10(0.001 / 1e-12)
- 03L = 10 log10(1e9)
- 04L = 10 * 9 = 90 dB
Ready to run the numbers?
Open Sound Intensity Level Calculator