05-15-2014 07:24 AM
@Lana89 wrote:
Also, is there any way I can make the DAQmx read function, read n samples?? (Can I place just that in a for loop??)
You are doing that right now. That's what the Number of Samples Per Channel is.
05-16-2014 06:17 PM
Hello Crossrulz,
That made sense,
but it would mean that the the part where I am subdividing the array (image attached) is being split into 2 arrays, one from 0 to 500, and the rest from 501 to 10,000 samples. (which is the # of samples to read for that loop iteration)
My question is, How do i subdivide the array into pieces of array, each of size 500?? (for that sample size??)
Thanks