LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How find all first and and last value above threshold

Hi!!. I must create array of beging abd array of ending value above the threshold. I don't no how do it. On the enevelope i create activ trhreshold and compare him against value in array. I must find indexes all beging and all ending points in the array. Could somebady help me please!!!!
0 Kudos
Message 1 of 2
(2,384 Views)

Hello,

Let's see if I understand you correctly:

You'd like to build two arrays from an initial array; one array will contain all values above a threshold; the other array will contain all values below a threshold. You will also need to maintain the original index values of all values in both arrays.

Is this correct?

If you'd like for people to look at your code, please reduce it to a skeletal version that contains only the functionality you seek assistance with. Eliminate all unrelated functions. This makes it easier for others to troubleshoot.

Cheers,

Emilie

Applications Engineer

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