Scilab Function
eng


vtuneinv

File content


function v=vtuneinv(fd,fo,alpha,beta)
  v=(1/beta)*atanh((fd-fo)*2*%pi/alpha);
endfunction