08-28-2013 01:48 PM
Hello here,
I was trying to change an array of waveforms (number of waveforms depends on the number of channels) to a 2d nummerical array to save it to file. The waveforms have timestamps very close to each other and I want the 2d array to be something like clock time of the first waveform as the first colunm, 1st channel data as the second colunm, 2nd channel as the third colunm.......I am a newbie to labeview and have tried several ways but they didn't work properly. I particularly got problem when I was using the build array function since I don't know the number of channels.
Could someone give me an idea? Thanks!
Yaqiong
08-28-2013 01:56 PM
08-29-2013 10:41 AM
My way is getting time array in a for loop and index it outside the loop to get the timestamp from 1st waveform and paste it with 2d array data. This method seems troublesome but.... it works anyway.
Thanks for the reply.
08-29-2013 10:51 AM