Scilab Function
eng


vtune

File content


function fd=vtune(v,fo,alpha,beta)
  fd=fo+alpha/(2*%pi)*tanh(beta*v);
endfunction