functional_mu_law_decoding.Rd
Decode mu-law encoded signal. For more info see the Wikipedia Entry
functional_mu_law_decoding(x_mu, quantization_channels)
(Tensor): Input tensor
(int): Number of channels
tensor
: Input after mu-law decoding
This expects an input with values between 0 and quantization_channels - 1 and returns a signal scaled between -1 and 1.