Description Usage Arguments Examples
a function to calculate sound levels taken at one distance and extrapolate the sound level at another distance
1 | dB.distance(dB0, distance.original, distance.new)
|
dB0 |
the original sound measurement (dB) |
distance.original |
the original distance where noise measurement was taken |
distance.new |
the second distance to calculate the sound level reading |
1 2 3 4 | ## dB.distance(92, 4, 10)
## "Noise level in dB at distance 10.00 is 84.04"
## Sound level is 92 dB at 4 feet from a source. At 10 feet from source, sound
## level is measured as 84.04 dB.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.