Wolfram Computation Meets Knowledge

Decibel-to-Ratio Conversion

The decibel is a logarithmic unit used to express the ratio of two values of a physical quantity.

Decibel gain is proportional to the logarithm of the ratio of quantities.

Formula

QuantityVariable["G", "LogarithmicQuantity"] == Log[QuantityVariable[Subscript["Q", "1"]/Subscript["Q", "2"], "Unitless"]]*Quantity[20/Log[10], IndependentUnit["decibels"]]

symbol description physical quantity
G decibel gain "LogarithmicQuantity"
Q1/Q2 ratio of quantities "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Decibel-to-Ratio Conversion"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Decibel-to-Ratio Conversion"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[ResourceObject["Decibel-to-Ratio Conversion"], {}]
Out[3]=

Publisher Information