Signal Toolkit - db2pow
- Function File: db2pow
(x)
Convert decibels (dB) to power.
The power of x is defined as p =
10 ^ (x/10)
.If x is a vector, matrix, or N-dimensional array, the power is computed over the elements of x.
Example:
db2pow ([-10, 0, 10]) ⇒ 0.1000 1.0000 10.0000
See also: pow2db.