Fonction Scilab
fr


vtune

Contenu du fichier


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