11-23-2005 11:18 AM
11-23-2005 11:53 AM - edited 11-23-2005 11:53 AM
In my application I needed to determine if two sine waves were in phase. For this I used the "Inverse Tangent (2 Input)", each input was the sine array received from a TDS3034 oscilloscope, I then took the result (output) of the "Inverse Tangent (2 Input)" function and performed a SUM array. To determine if the sine waves were in phase I looked at the sign value of the sum result (+ or -). If the result is negitive the waves are in phase, if the result is positive the waves are out of phase. In my case the two inputs could only be in phase or 180 degrees out of phase.
See picture:
Message Edited by AndrewAlford on 11-23-2005 10:54 AM
11-23-2005 12:05 PM
11-23-2005 12:59 PM
11-29-2005 12:46 PM
11-29-2005 01:14 PM
12-01-2005 12:55 PM
Randall,
How does one convert from Cluster (pink) waveform data type to Dynamic Data type "or" a 1-D array of Double? I have 2 signals (Sine, AC) in the cluster which are from the digitizer card and I have to somehow separate these 2 signals (I/P & O/P) which will enable me to measure the phase difference between them. Any help will be appreciated. Thanks!
12-01-2005 01:04 PM - edited 12-01-2005 01:04 PM
Message Edited by tbob on 12-01-2005 12:04 PM
12-01-2005 01:20 PM
12-01-2005 01:28 PM