function x=f_invmulaw(y,mu,V) x=V/mu.*(exp(abs(y).*log(1+mu)/V)-1).*sign(y);