LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extract high values from graph "PART 2"

Solved!
Go to solution

Hello,

 

I tried your suggestion and it works.  I do however seem to have some issues where a spur is missed (please see the attached VI).  

 

In the attached VI, Array 1 works fine, however, Array 2 misses the last spur.

 

Is there is way to fix this?

 

Thanks,

hiNi.

Download All
0 Kudos
Message 11 of 13
(909 Views)

Hello,

 

I am still not able to correctly extract the highest spur from the above mentioned VI.  Can you point me in a direction where I can correct my VI to extract the highest spur?

 

Thanks,

hiNi.

0 Kudos
Message 12 of 13
(876 Views)
Solution
Accepted by hiNI

Maybe try a logarithmic fit instead of a cubic spline.

Seems like one pass through a logarithmic fit and a threshold of 20 works ok.

 

Don't use Value properties to retrieve the value of an indicator. You should be passing values along wires and through shift registers.

 

 

 

Message 13 of 13
(851 Views)