Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. PLV=function(x,y,f)
  2. {
  3. I=ifreq(x,f,phase=TRUE,plot=FALSE)
  4. J=ifreq(y,f,phase=TRUE,plot=FALSE)
  5. z=an((I$p[,2]-J$p[,2])*180/pi)
  6. return(abs(sum(z)/length(z)))
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement