11-02-2009 12:35 PM
Tktds7kGetWaveform.vi returns values in this format . I need to find the envelope of the waveform and i require that input to be in this form
.
So how to get from
.
Mathan
Solved! Go to Solution.
11-02-2009 12:40 PM
Use the operators found on the Wavform palette. The Waveform acts just like a normal cluster with the cateat that you can't edit it. The array of doubles gets inserted as the "Y" array. If you have a start time the "t0" will accept the time. If you have more than one value in the array of doubles then the spacing of the plotted points will be dictated by the "dt" value you specifiy.
Is that enough to get you started?
As always ask followups and I'll try to help out.
Ben
11-02-2009 12:42 PM
11-02-2009 12:54 PM
This is what my tektronix oscilloscope returns. "Points" returns the output and it is . How to build this into
for further processing.
Thanks,
Mathan
11-02-2009 01:04 PM
Just guessing...
Wire up the build from your sub-VI (?) using the Xincrement to define the "dt" and the points get wired to the Y array.
Ben
11-02-2009 01:30 PM
Thanks Ben,
Am trying this with all the possibilities. Will post the findings tomorrow. Thanks a lot for your wonderful support.
Mathan