pow2db | R Documentation |
Convert power to decibel and decibel to power.
pow2db(x)
db2pow(x)
x |
input data, specified as a numeric vector, matrix, or
multidimensional array. Must be non-negative for numeric |
Converted data, same type and dimensions as x
.
P. Sudeepam
Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com.
db <- pow2db(c(0, 10, 100))
pow <- db2pow(c(-10, 0, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.