LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi portion of signal

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.

0 Kudos
Message 1 of 2
(2,505 Views)

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.

0 Kudos
Message 2 of 2
(2,436 Views)