11-16-2006 09:56 AM
11-16-2006 10:02 AM
We are going to need more information to help you. How are you reading in the data, is it from an instrument or a file? Can you attach a sample of the code you are using.
The main reasons I ask are that the answer is not in the graph at all. All a graph does is show you data, if you want to do things with it then we have to look at the data arrays themselves. There are some functions to find the roots or zeros that we can use, but it will depend on your code. As far as milli versus nanoseconds that totally depends on the hardware you are using.
11-16-2006 10:52 AM
Hi
Thanks for getting back to me so quickly I am reading the information from voltmeter through a data acquisition board - but i need to write the program first before hooking it up, so i've synthesised a signal input for the time being (im starting out by just concentrating on starting a timer when one signal from one graph drops to 0v, see attached!)
I have some code but im a bit of a beginner and its not working for me..... Im using the Get Y Value function, and want the output of this to trigger a timer when the value drops to 0. (thats as far as I've got with the code...)
Really appreciate your help
Thanks
Annette
11-16-2006 01:51 PM
11-16-2006 02:57 PM
11-16-2006 03:18 PM
11-20-2006 03:54 AM
Evan
Thanks for all your help, really appreciate it
Annette