Units of Logarithmic Gain
Description
Examples
Logarithmic gain has the dimension length per time. It is defined as the logarithm of a measurement in a given unit per a base measurement.
Maple knows the units of logarithmic gain listed in the following table.
Name
Symbols
Context
Alternate Spellings
Prefixes
neper
Np
SI *
nepers
SI
bel
B
standard *
bels
An asterisk ( * ) indicates the default context, an at sign (@) indicates an abbreviation, and under the prefixes column, SI indicates that the unit takes all SI prefixes, IEC indicates that the unit takes IEC prefixes, and SI+ and SI- indicate that the unit takes only positive and negative SI prefixes, respectively. Refer to a unit in the Units package by indexing the name or symbol with the context, for example, mach[standard] or mph[standard]; or, if the context is indicated as the default, by using only the unit name or symbol, for example, mach or mph.
In the Standard and Natural Units environments, you can take the logarithm of a quantity that has a unit of the form xx⁡base, for any valid unit x (see Units,annotations for an explanation of what the symbol in parentheses means), and obtain a result with units in the dimension of logarithmic gain. Similarly, you can raise a unit-free quantity to a quantity with units in the dimension of logarithmic gain, and obtain a result with the dimension length⁡baselength. (This corresponds to the case above for x being a unit of dimension 1length.) As a special case, you can apply the exponential function to a quantity with units in the dimension of logarithmic gain to the same effect. See the Units[Standard][ln] and Units[Standard][exp] help pages for more details.
None of these computations are legal in the Simple Units environment. In the default Units environment, they are legal if you call the combine/units command in standard or natural mode, but not in simple mode.
The units of logarithmic_gain are defined as follows.
A bel is defined as the logarithm base 10 of a power over a base power. Because power is proportional to the square of the voltage, the conversion factor from nepers to bels is 2ln⁡10.
convert⁡13.2,units,Np,dB
114.6537432
convert⁡amperes,dimensions,energy
1length
convert⁡watts,dimensions,energy
1length2
convert⁡pascals,dimensions,energy
1length4
with⁡UnitsStandard:
Notes:
To enter a unit in 2-D Math input, select the unit from the appropriate Units palette. If the unit you want is not there, select unit and then enter the unit.
When you edit a unit, double brackets appear around it.
ln⁡3.2⁢Unit⁡WW⁡base
0.5815754050⁢Np
convert⁡,units,dB
5.051499784⁢dB
See Also
convert/dimensions
convert/units
Units
Units/Index
Units/length
Units/Standard
Units/time
Download Help Document