QUOTE (kingjamez @ Nov 25 2004, 02:26 PM)
Its not a very easy calculation.
True, but it's not that hard, either.
Tutorial on adding decibel valuesTo add two values, A and B to get the result C (where all are measured in decibels), the formula is:
C = log(10^(A/10) + 10^(B/10)) * 10
Where "^" is the exponent operator.
So, for 50dB plus 23dB, we get:
C = log(10^5 + 10^2.3) * 10
C = log(100,000 + 199.5) * 10
C = log(100,199.5) * 10
C = 5.0009 * 10
C = 50.01 dB
Either Kingjamez or I, or both of us have made a mistake - maybe it's a good exercise for someone to figure out what the correct answer is.


Take it easy,
Phil.