07-01-2015 12:42 PM
Hi, I am trying to separe an analog signal by the number of samples in a consecutive way. For example 0 to 500 samples, 500 to 1000 samples, etc, because by each "batch" of samples I want to make some operations.
attached my code, now it can make the operation only for the first batch.
07-02-2015 04:29 PM
Hello Erardo,
You could try using the aproach shown in the image attached. Basically the "Convert from dynamic data.vi" allos you to convert the dynamic data from the wave generator to an array. Then you can just extract from this array by chunks the data sections that you want to operate on.
I hope this can be helpful,
Regards,
>>Daniel C.