ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi,

Hi,

I wonder if someone can help me to design a VI that will be capable of detecting and displaying the start index and the length on each patch. There are 3 patches each one of them contains number of successive elements less than1.

Attached is the sample data to be used.

 

 Please!!!!

0 Kudos
Message 1 of 9
(4,012 Views)

Hi,

I wonder if someone can help me to design a VI that will be capable of detecting and displaying the start index and the length in each patch. There are 3 patches each one of them contains number of successive elements less than1.

Attached is the sample data to be used.

 

 Please!!!!

0 Kudos
Message 2 of 9
(4,011 Views)

school project?  Question was asked a couple days ago here.


Paul
0 Kudos
Message 3 of 9
(4,002 Views)

Is this homework?

 

It sounds an awful lot like this recent message thread. http://forums.ni.com/t5/LabVIEW/Urgent-Help-please/td-p/1291098

0 Kudos
Message 4 of 9
(3,996 Views)

that's same one but i have done 1&2 i just need 3. if you know please!!!


 

0 Kudos
Message 5 of 9
(3,944 Views)

You have to make an attempt to solve the problem. Do you think your professor does not monitor the forum? What do you learn if someoone does your work for you?

0 Kudos
Message 6 of 9
(3,920 Views)

Hi,

Attached is what I have done so far.

I got the index numbers, and now I only need the number of element for the thin patches. it sould look like this:

Index 13 ------- 5 elements

Index 46 ------- 5 elements

Index 61 ------- 4 elements

 

0 Kudos
Message 7 of 9
(3,839 Views)

Maintain another shift register that counts how many elements are below the threshold.  Whenever an element is below the threshold, add 1 to the counter.  When it goes back above for the first time,  Put the counter value into another array in a shift register and reset the counter to zero.

0 Kudos
Message 8 of 9
(3,821 Views)

Just Print

 

certificate.png

Richard






0 Kudos
Message 9 of 9
(3,808 Views)