08-20-2014 02:58 PM
I have a graph which I got it from Oscilloscope. I want to extract x and y components(Data points) of the graph. Can any one suggest me a methide to do this?
THanks
08-20-2014 03:16 PM
How did you get it from the oscilloscope? (cell phone picture of the oscilloscope? with a LabVIEW program?)
If you graph it in LabVIEW, the data is in the wire, just branch it and extract it. What kind of graph is is (waveform, xy, etc.).
You can also right-click the graph and select "export...export data to clipboard" and similar.
08-20-2014 03:22 PM
Thanks
How can i branch it and extract it.
I want to do that from the waveform where u can see attched.
Thanks
08-20-2014 03:29 PM - edited 08-20-2014 03:31 PM
This is not a waveform, but a mixed cluster.
You need to attach the VI because we cannot tell what the exact datatype is.
(It could be a cluster of an x and y array feeding into an xy graph or a cluster of (x0, dx, [y]) feeding onto a waveform graph. No way to tell form the picture).
Once we know what it is, extracting the data is trivial.
Easiest suggestion:
08-20-2014 04:09 PM
08-20-2014 04:51 PM - edited 08-20-2014 04:52 PM