(on the subject of the decibel)
Let me add one thing to Rich's excellent summary: While the formula
10\log_{10}(r) looks completely arbitrary, ratios of 1 dB \approx 1.26
turn up in a surprising number of places, always in some way associated
with human perception. The association of dB with audio technology is
well-known, and the quantization of modern digital volume controls is
almost certainly 1 dB steps.
A number of years ago, I needed to design an optical resolution test
pattern, consisting of different sets of lines with varying pitch.
After a bit of drawing I concluded that stepping the pitch such that
it doubled every three patterns was just right. In other words, the
ratio between two steps was cube root of 2, \aprox 1.26.
The most surprising occurrence of a dB scale was found when a
colleague and I attempted to estimate the salary scale at the company
for which we worked. The annual stockholder's meeting report gave us
enough information to estimate the salary of the Vice President at the
top of our reporting chain, and a simple calculation gave us a factor of
about 1.25 per level of management.
- Bill Frensley
Rich L. - 08 Dec 2007 16:53 GMT
On Dec 7, 10:50 am, "William R. Frensley" <frens...@utdallas.edu>
wrote:
> (on the subject of the decibel)
>
[quoted text clipped - 19 lines]
>
> - Bill Frensley
I recall an article in Scientific American in the 70's or early 80's
making a similar observation about such random things as the first
digit of street addresses, the area of lakes (irrespective of the
units used), etc. It appears that any measurement that spans a
population of more than a few factors of 10 shows a similar
logarithmic frequency of the first digit. Not quite your observation,
but possibly related.
As for Efthimios' question: I was assuming that the "e" in that
expression was the voltage (sometimes represented by "e" or "E" for
electric field. If he is using the natural logarithim, it seems like
he is doing some conversion from a base 10 log to a base e log, but
that doesn't make sense for decibels. By definition dB is base 10
log.
One point that I didn't cover that might be key to understanding
this. What makes dB so handy in electronics is that amplifier gains
and attenuator losses are multiplicative properties. That is the gain
is 2x or the loss is 0.75x, and to get the output level you multiply
the input by the gain/attenuation. Since dB is a log of the signal
level, when working with dB signal levels you add/subtract the gain/
attenuation to get the output level in dB.
What you are describing does not make sense to me. If you would like
me to look at the paper I'd be happy to try to figure out what they
are doing. That is assuming it is in English, however. I'm an
American and thus monolingual...
Rich L.
Jonathan Thornburg [remove -animal to reply] - 09 Dec 2007 00:49 GMT
> I recall an article in Scientific American in the 70's or early 80's
> making a similar observation about such random things as the first
[quoted text clipped - 3 lines]
> logarithmic frequency of the first digit. Not quite your observation,
> but possibly related.
Moving distinctly off-topic [[note to moderators: this is arguably
outside the s.p.r. charter, but does at least supplement an ambiguous
reference with a solid primary source for anyone wanting more info]]...
For a detailed discussion (including further references) of the
logarithmic distribution of leading digits of numbers written in
scientific notation, see section 4.2.4 of Donald E. Knuth's
"The Art of Computer Programming, volume 2: Seminumerical Algorithms"
(3rd Edition, Addison-Wesley 1997 hardcover, ISBN 0-201-89684-2).
ciao,

Signature
-- Jonathan Thornburg (remove -animal to reply) <J.Thornburg@soton.ac-zebra.uk>
School of Mathematics, U of Southampton, England
"Washing one's hands of the conflict between the powerful and the
powerless means to side with the powerful, not to be neutral."
-- quote by Freire / poster by Oxfam
J. J. Lodder - 11 Dec 2007 06:29 GMT
> The most surprising occurrence of a dB scale was found when a
> colleague and I attempted to estimate the salary scale at the company
> for which we worked. The annual stockholder's meeting report gave us
> enough information to estimate the salary of the Vice President at the
> top of our reporting chain, and a simple calculation gave us a factor of
> about 1.25 per level of management.
In general the income distributions are often
to a good approximation lognormal.
(The logarithms of the incomes are distributed normally)
At the high end this reduces to a power law distribution.
(Known since the 19th century as Pareto's law)
The Pareto exponent is a measure of the inequality
of the distribution.
Best,
Jan
> > Hallo to all,
>
[quoted text clipped - 38 lines]
>
> Rich L.
Thanks Reich, but have you seen the expression (20log10e) where "e" is
the base of the natural logarithm.???
This Log is multiplied with the value of the attenuation to convert it
to the logarithmic dB.
I am trying to see where this particular strange (20log10e) expression
of comes from. This does not look like the normal dB expression that
you mentioned above.
Brgds
Efthimios
Jim Black - 08 Dec 2007 20:01 GMT
>>> Hallo to all,
>>
[quoted text clipped - 51 lines]
>
> Efthimios
Most likely it comes from the fact that
20 log10(V1/V2) = 20 log10(e) * ln(V1/V2).
Note that if V1 is very close to V2, ln(V1/V2) is approximately (V1-V2)/V1.

Signature
Jim E. Black
Rich L. - 11 Dec 2007 21:39 GMT
> >>> Hallo to all,
>
[quoted text clipped - 62 lines]
>
> - Show quoted text -
Efthimios,
I got the paper you sent, and Jim Black has the correct answer. The
parameter they are working with is the propagation constant, gamma =
alpha +i*beta. The voltage attenuation they are calculating is:
V = V0*e^(alpha*x)
So the voltage ratio is:
V/V0 = e^alpha
To calculate the dB attenuation per unit length:
dB = 20*log10(V/V0) = 20*Log10(e^alpha) = 20*Log10(e)*alpha
Which is what is shown in the paper. The factor Log10(e) comes about
because dB is defined with Log10, but alpha in the paper was defined
for an exponential of the natural base (e).
Rich L.