Skip to content

Commit

Permalink
feat: Add decibels as unit.
Browse files Browse the repository at this point in the history
Signed-off-by: jdacoello <[email protected]>
  • Loading branch information
jdacoello authored and erikbosch committed Dec 1, 2023
1 parent 81f244d commit ecbd877
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ dBm:
unit: decibel milliwatt
quantity: relation
allowed-datatypes: ['numeric']
dB:
definition: Ratio of two values of a physical quantity, usually power or intensity, on a logarithmic scale.
unit: decibel
quantity: relation
allowed-datatypes: ['numeric']

# Resistance

Expand Down

0 comments on commit ecbd877

Please sign in to comment.