From ecbd877ac9fdd3e5fbd20920783aea2342210b75 Mon Sep 17 00:00:00 2001 From: jdacoello <8550265+jdacoello@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:49:33 +0100 Subject: [PATCH] feat: Add decibels as unit. Signed-off-by: jdacoello <8550265+jdacoello@users.noreply.github.com> --- spec/units.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/units.yaml b/spec/units.yaml index aa4eca202..0f03726f3 100644 --- a/spec/units.yaml +++ b/spec/units.yaml @@ -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