functional_mu_law_decoding | R Documentation |
Decode mu-law encoded signal. For more info see the Wikipedia Entry
functional_mu_law_decoding(x_mu, quantization_channels)
x_mu |
(Tensor): Input tensor |
quantization_channels |
(int): Number of channels |
This expects an input with values between 0 and quantization_channels - 1 and returns a signal scaled between -1 and 1.
tensor
: Input after mu-law decoding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.