Skip to content

Exponents and Logs

The Exponent and Log components group includes typical log and exponential functions as well as a linear-to-dB and dB-to-linear processes.

This group includes the following components:

dBToLin

Description:

Converts dB input to linear.

Name Description Data Type
Input Input Floating Point
Output Linear conversion of dB level Floating Point

Equation:

Fo = 10(Fi/20)

Exp

Exp2

Exp10

Description:

These processors compute exponent of indicated base.

Name Description Data Type
Input Input Floating Point
Output Exponential increase of input value (base 2, Natural Log or base 10) Floating Point

Equation:

Fo = eFi or Fo = 2Fi or Fo = 10Fi

ExpN

Description:

Computes natural exponent of the input with additional scalar values that alter the input and the computed Exponential value.

Name Description Data Type
Input Input Floating Point
Output Exp (a*Input)*b Floating Point
a Exponential scale factor alters input. Floating Point
b Output scale factor Floating Point

Equation:

Fo = e(a*Fi)*b

LinTodB

Description:

Converts linear input to dB.

Name Description Data Type
Input Input Floating Point
Output Linear conversion of dB level. Output = 20*Log10 (Input) Floating Point

Equation:

Fo = 20 * log10(Fi)

Example:

PowerBand.

LN

Log2

Log10

Description:

These processors compute logarithm of indicated base.

Name Description Data Type
Input Input Floating Point
Output Logarithm of input (Log 2, Natural Log or log 10) Floating Point

Equation:

Fo = ln(Fi) or Fo = log2(Fi) or Fo = log10(Fi)

LogN

Description:

Computes natural log with scalars for changing base, and so forth.

Name Description Data Type
Input Input Floating Point
Output Ln(a*Input)*b Floating Point
a Exponential scale factor alters input. Floating Point
b Output scale factor Floating Point

Equation:

Fo = ln(a*Fi)*b