07-06-2012 03:23 AM
Hey!
Say I have some experimental data in the form of a dynamic data type from a myDAQ. Say I am measuring the changing voltage versus time. From the data, which is in a dynamic data type form, I would like to extract the voltage in an array and the time stamps in another array. Or both in the same array. How would I go about doing this?
When I convert the dynamic data type into a DBL Array I only get indices and the voltage measurement. How do I also get the time stamps that correlate to the particular voltage measurements?
Thanks for the help! 😄
07-06-2012 04:24 AM
You would extract the information as waveform.
A waveform data type includes the measurement values as array (Y), a start timestamp (t0) and the waveform timing (delta_t).
hope this helps,
Norbert