LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Questions about waveform processing

Hello,
 
   I have a waverform from a 2 channel scope.  I would like to be able to measure the time from the rising edge of channel 1 to the "presence" of a sine wave on channel 2.  Is there a easy way to do this in Labview?
 
Regards,
 
Kaspar   
Regards,


Kaspar
0 Kudos
Message 1 of 2
(2,331 Views)
Kaspar,

How easy it is may depend on how well you can define the two points: The rising edge and the "presence" of the sine wave. Once you have those two points, simply subtract the array indices and multiply by dt. If you want to interpolate or if the signals are noisy and the definitions of the two points are not clear, then things may be difficult.

Lynn
0 Kudos
Message 2 of 2
(2,318 Views)