From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(730 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
(697 Views)
Solution
Accepted by topic author 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
(672 Views)