02-04-2011 12:12 PM
how should we threshold an array
say i have and array 1 2 3 4 5 6 and i want to store the numbers 4 5 6 into another array how do i do it
02-04-2011 12:34 PM
Hi kst,
you can do it with the "array subset" function.
Mike
02-04-2011 12:58 PM
Assuming by threshold you mean keep the values above a certain value, it is often a simple job for the bucket brigade. Here is my ready-made snippet for this common problem.
02-04-2011 01:20 PM
...
thanks Darin,
or like this.
Mike
02-15-2011 09:19 AM
wat is does your vi look like in the false side. can you attach you files i mean .vi file to the reply
02-15-2011 09:20 AM
hi mike where can i get the threshold peak detector.vi file is it available online