Conversation
CodSpeed Performance ReportMerging #2219 will not alter performanceComparing Summary
|
dBu is a voltage level not a power level. 0 dBu is defined as the RMS voltage that would dissipate 0 dBm (1 mW) in a 600 ohm load. dBuW is an alias which is used for decibelmicrowatt. References - (dBu) https://en.wikipedia.org/wiki/Decibel#List_of_suffixes - (dBuW) https://spectrumcompact.com/uploads/2024/05/Spectrum_Compact_v2_03-43_GHz__User_Manual_v43.pdf
bc538ff to
d32c5e1
Compare
Change all occurrences of dBu (which was incorrectly being used as an alias for decibelmicrowatt) to dBuW.
|
I am confused trying to get my head around this. On the wiki page under
there's no dBuW in that list |
µ = U+00B5 (MICRO SIGN) μ = U+03BC (GREEK SMALL LETTER MU)
Yes I know. It's because dBuW is not a commonly used alias (like dBW and dBm) and so is not explicitly listed in ITU-R V.574-5. That's why I labelled the first reference as (dBu) and the second reference as (dBuW). The first reference provides a definition for dBu (which should never be used as an alias for decibel microwatt) and the second reference provides an example where dBuW is used as an alias for decibel microwatt. If you google |
|
For reference, another relevant standard for dealing with logarithmic quantities will be IEC 80000-15 Quantities and units – Part 15: Logarithmic and related quantities, however it's currently under development and I couldn't find a committee draft available online. |
dBu is a voltage level not a power level.
0 dBu is defined as the RMS voltage that would
dissipate 0 dBm (1 mW) in a 600 ohm load.
dBuW is an alias which is used for decibelmicrowatt.
References