07-01-2008 03:12 PM
08-06-2008 09:20 AM
Hi KIRAN,
Using the peak detector vi found (signal processing >> signal operation >> peak detector) you can create an array of the locations of all the peaks, this is better than the indices option on express vi as it resets everything.
Then using this equation:
Time Locations[i] = t0 + dt*Locations[i]
dt = 1000 (looking at your DAQ assistant)
you could get an array of times.
Then we some looping and index you could work out the time between the peaks.
I hope this helps, post again if you dont follow,
thanks
08-08-2008 02:12 AM
Hi KIRAN,