07-23-2003 09:02 AM
07-24-2003 12:31 PM
07-03-2007 08:53 AM
Hi!
I had a similar problem... I use the single tone VI to measure the phase of two signals and calculate the diference of phases. Sometimes the difference between them was positive, and sometimes negative ( = difference - 360 ). I solved this problem puting a case structure: if diff < 0 do diff = diff + 360. I know it is not a very elegant process, but it worked. Hope it helps! ; )
André