8

What is the meaning of the unit that is written between parentheses alongside the dB unit? For example 2 dB (mW) or 2 dB (uW)? What exactly does this unit refer to? Does it refers to the unit of the reference value, the measured value (P2), or both?

JYelton
  • 32,302
  • 33
  • 134
  • 249
John adams
  • 275
  • 2
  • 10
  • 1
    Unusual notation but I would interpret it as being 2 dB referenced to the unit in brackets. – Peter Smith Feb 15 '19 at 14:51
  • 1
    related and might already answer the question: https://electronics.stackexchange.com/questions/194755/types-of-decibels/194769#194769 but not exactly a duplicate – Arsenal Feb 15 '19 at 14:51
  • 4
    I would interpret 2 dB (mW) as 2 dB over the 1 mW base unit = 1.585 mW – winny Feb 15 '19 at 14:52
  • 1
    According to ISO 80000, such an addition of a postscript to the unit symbol dB is incorrect. This information should be carried by the quantity symbol. –  Feb 15 '19 at 18:48
  • 1
    And here I expected (from the question title) that this would be about dB(A) ... – Hagen von Eitzen Feb 15 '19 at 20:40

1 Answers1

12

dB is a measure of ratio, nothing more.

As such, if an absolute measurement is expressed in dB, then we need to know what the denominator of that ratio is.

For frequently used units, like dBm for instance, the string 'dBm' is a recognised standard way of expressing 'dB with respect to 1mW'.

Some writers baulk at combining dB directly with a unit, and so the practice has grown up of putting the reference level in brackets, for clarity, giving us dB(unit). Some people write dB(mW), it means exactly the same as dBm.

As a ratio, dB is dimensionless. The quantity expressed by dB(unit) will therefore have the same dimensions as the unit.

In some fields, it's not uncommon to see the unit being left off, which is very naughty, but unfortunately very common. I often read reports of sound having a level of so many dBs. You can usually guess what the default reference level is.

Neil_UK
  • 158,152
  • 3
  • 173
  • 387
  • 1
    Sound is usually dB relative to the threshold of human hearing, right? Something like dBmPa or dBμPa or whatever. Edit: looked it up, I suppose that would be dB (20 μPa). dB(SPL) seems to be a more common term. – Hearth Feb 15 '19 at 15:53
  • 1
    @Hearth I most often see "dB (SPL)". Properly, a weighting should be indicated, but I think A weighting is assumed if none is specified. In the US, laws about sound pressure levels are all with reference to A-weighted values, so at least in The States that's the default. – Todd Wilcox Feb 15 '19 at 17:03
  • 1
    @ToddWilcox for A weighting (or B and C) I would write dB A while dB SPL generally means a flat frequency weighting and a 20 $\mu$Pa reference. dB HL would be referenced to the norms of hearing and the corresponding dB SPL depends on the frequency and headphones/transducer. dB SL (sensation level) is referenced to the hearing of the individual. – StrongBad Feb 15 '19 at 18:33
  • dB is always a measure of *power* ratio. – Mike Waters Feb 15 '19 at 20:55