And why do you consider dB obsolete? It is a convenient, logarithmic way to refer to attenuation or gain values. It thus allows simple addition of values to calculate the gain or attenuation of amplifiers or attenuators in series. Unlike the other terms you mention then is no alternate substitute for dB.
...
To answer your (and Carbonzit's question) I think it is largely obsolete way to express a number. It has some convenience for gain but is it really necessary?
Would you ask your boss for a 2dB pay rise? Would you express an economy as 1.2dB inflation?
There are plenty of things with some logarithmic properties in real life that we still express perfectly well in real numbers, and I see nothing wrong with saying something has a gain of 100 or a gain of 0.01. If the gain or ANY number is really large or small we already have a system for that.
As someone who dabbles in computer programming I have become more of a minimalist over the years. How many ways to we need to express a number? If var A is 50 in binary and var B is 7dB in binary hows does the microcontroller get a result? That's nasty. If A is 50 and B is 103 the microcontroller can crunch 50*103 or even use the inbuilt 8bit*8bit multiplier module and do it in one instruction.
I see log scales as useful for charting, for sure. And they have some convenience for really large/small numbers ie 120dB. But as far as expressing simple gains in 90% of the time I would prefer a simple decimal number; If my 'scope shows 1v in the amp and 7.3v out the amp, it's showing me a gain of 7.3. It's not showing dB.
Of if my Micro has a sine lookup table with values 0-50 and the user enters "display wave at 2.47dB" that's not nice. What the micro must do is FIRST convert the silly dB into a real, usable gain value then just multiply that gain value for every sample. Now if they had entered "display wave with gain 2.43" all would have been good.
Carbonzit said:
... Regarding those other values you seem to think have no value (heh), I certainly don't want to start a long flame war (well, at least not here, but perhaps we could take it to a more appropriate forum?), but I happen to very much like our non-MKS units for everyday usage (foot, inch, pint, gallon, mile, etc.), and I can confidently tell you that we ('Merkins) are probably never going to move away from them. That was tried, and failed miserably, in the 1970s. Thanks, but no thanks. ...
Yes I'd like to avoid any issues of national pride etc but even Britain that was using "imperial" measurements long before you is slowly changing to metric, and even in the USA your military uses a lot of metric, as does much of the aerospace industry and electronics is now getting metricised (see most fo the new SMD parts!).
The short answer is; metric is better, the world slowly gets better. There's no need for two measurement units when one is better. And that pretty much ALSO applies to my opinion of dB.
