09-09-2008 09:16 AM
I have 2 signals (square and sine) in same time range, I need get a trigger point in sine wave (i did it with Basic Trigger Level VI) and I need now search the last falling point in square wave before of sinewave trigger point.
Logic Steps:
1- Search trigger point index in sine wave;(i did it)
2- Go back in index until find the first (or last if look since start index - index 0)fall edge in square wave. How i do it?
Figure in attach
Solved! Go to Solution.
09-09-2008 09:26 AM
09-09-2008 01:16 PM
How I get all fall times? the Transition Measurements return only to 1 cycle (1rs, 2rs, 3rs...), dont return index, dont return fall times array....I dont understand.
Thx for help.
09-09-2008 01:26 PM - edited 09-09-2008 01:27 PM
Just use a loop. When the start time and end times are the same (i.e., zero) you've reached the end.
09-10-2008 12:36 PM
Your Help is great, but i have a problem yet...my START and END TIMES in measurement info always show me 3,3E9....don't interest if i put first, second or other EDGE number or other sample wave...always give me result like START TIME = 3,3E9 and END TIME = 3,3E9. What did I wrong?
I have a square wave with aproximated -18 and 5 (low and high lvl) and 48 transitions in 3 seconds sample.
The example Pulse and Transtitions Measurements.VI work fine, i ran it.
Thx for help again...
09-10-2008 01:21 PM
09-10-2008 01:58 PM
09-10-2008 03:06 PM - edited 09-10-2008 03:06 PM
09-11-2008 06:12 AM
09-11-2008 09:45 AM