LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Spilt 1d array

I have a 1D array that goes from 0-1024

 

How can I slipt it in half, so that I can do different things with the 0-512 and 512-1024?

 

I tried using the greater/less then but the output is a true false rather than the data

 

Thanks!  

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

Have you tried using the Split 1D Array?  It's in the Array palette.  I'm thinking the index to split at will be the N/2-1 (where N is the array size).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,035 Views)