Open endolith opened 9 years ago
dB does not have any dimension. dB has nothing to do with W, thus you cannot expect handling of dB wrt V or wrt W to work as you think. The dB-scale it self has no awareness of what it is dB'ing. The quantity cannot have any dimension. If you are interested in relative to power, one usually talks about dBm, but as far as I can see, that is not supported by natu at this point. And I guess it will be very hard to get that supported also.
Your example 20dB + 40dB also behaves as expected I think. The calculations works in the way that units are converted to linear scale and then added and then converted back to log scale. You are looking for (20+40)*dB, that will give you your expected result of 60 dB.
dB has nothing to do with W, thus you cannot expect handling of dB wrt V or wrt W to work as you think.
If you have a 1 V signal and you put it through an amplifier with a gain of +20 dB, then what is the output voltage?
It depends on the impedance. 20 dB gain means the power out will be 100 times greater than the power into the amplifier. But I can not say anything about the input power if you only specify the voltage. I also cannot say anything about the output voltage. If the input and output impedance are the same, then 20 dB gain means sqrt(100)*1V= 10 V output voltage.
@SweRavn The input impedances of each stage are infinite, so zero power is consumed anywhere, but decibels are still used in this context: https://en.wikipedia.org/wiki/Decibel#Field_quantities_and_root-power_quantities https://e2e.ti.com/blogs_/b/analogwire/archive/2013/07/10/how-to-determine-power-gain-and-voltage-gain-in-rf-systems
I don't understand how the dB unit works. It doesn't produce the right result for voltage ratios:
It seems to be a power ratio only? So
3*dB
is 2 W/W?But this can't be combined with a watt, whether added or multiplied:
It doesn't add to itself as I would expect, either:
Here are some examples of how I would want dB-related units to be handled, ideally:
Since absolute decibel units would be equal to the non-decibel units, these should probably work too?
I'm not sure about these:
Might make sense to treat other logarithmic units similarly?