CorbarView
Noise Calculator
You can open the calculator here: Noise calculator
... and this is the geeky part, where I explain the underlying maths:
Daily exposure
The basis for the calculator is the equation for daily noise exposure, LEP,d:
LEP,di = Leq,i + 10 . Log10(Ti/T0)
where:
Leq,i is the noise level (Leq) during the exposure i;
Ti is the total daily exposure time to exposure i;
T0 is the reference exposure time of 8 hours (28800 seconds).
Exposure Points
To get exposure points values, the HSE system is based on 100 points being the equivalent of LEP,d = 85 dB(A). This is the Upper Exposure Action Value (UEAV) defined in the Control of Noise at Work Regulations 2005.
The equations for the Points Exposure PE,i value is then:
PE,i = 100 . (10^[(LEP,d,i - UEAV)/10]
Adding exposures
To add daily exposure from difference machines or processes, the individual partial vibration exposures cannot be simply added together, daily exposure is given by:
LEP,d,i = 10 . Log10{(1/T0) . sum[(Ti . 10^(Leq,i/10)]}
The advantage of the exposure points system is that partial exposure points can be easily added, so daily exposure points is given by:
PE = PE,1 + PE,2 + PE,3 + ...
Conversion from points to daily exposure in dB(A) is given by:
LEP,d = UEAV + 10 * log10(PE/100)