functional_db_to_amplitude | R Documentation |
Turn a tensor from the decibel scale to the power/amplitude scale.
functional_db_to_amplitude(x, ref, power)
x |
(Tensor): Input tensor before being converted to power/amplitude scale. |
ref |
(float): Reference which the output will be scaled by. (Default: |
power |
(float): If power equals 1, will compute DB to power. If 0.5, will compute
DB to amplitude. (Default: |
tensor
: Output tensor in power/amplitude scale.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.