06-24-2011 05:28 AM
Hi everybody!!
I have an array that repeats each value 16 times. I would like take the first value, then 16 values after I have the other valid value and so on. And the build a new array. How could I take the corrects values?It's like that:
[111111111111111133333333333333334444444444444444] and I want [134]
Any specific vi??? Please, it's very urgent!! help!!
06-24-2011 05:43 AM
Hi Kantabra,
You can check the attached VI. The explanations are added on the block diagram.
Regards,
Nitzz
(Give kudos to good Answers and Mark it as a Solution if your problem is Solved)
06-24-2011 05:59 AM
Did it help???
06-24-2011 06:28 AM
If the number of equal elements is fixed you can also use decimate 1D array resized to 16 elements, then use the first output array.