LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

maximum position

Hey guys, how can I find the maximum position in the correlogram, i.e., at -0.0498047s? I try to use "array max and min" but unfortunaly it gives the maximum position in other format. Capture.JPG

0 Kudos
Message 1 of 6
(2,988 Views)

What do you mean by "other format"?

 

Array max and min will give you the maximum and mininum values, and the indices they occur at.  Use that information with the cluster of data that is into the chart.

0 Kudos
Message 2 of 6
(2,969 Views)

The correlogram is wired to an xy graph (looks like a cluster with an x and y array). Once you find the max y, you can find the corresponding x value by indexing the same position in the x array Can you attach your VI?

0 Kudos
Message 3 of 6
(2,948 Views)

Hi 

0 Kudos
Message 4 of 6
(2,935 Views)

Try something like the attached.... modify as needed.

 

 

0 Kudos
Message 5 of 6
(2,918 Views)

thanks for helping...RavensFan and altenbach... 😃

0 Kudos
Message 6 of 6
(2,890 Views)