LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Minimum of data interpolated with Spline Interpolant

Is there a fast way to obtain the minimum of data interpolated with the LabVIEW Spline Interpolant function?

Thanks for any help.
0 Kudos
Message 1 of 3
(2,907 Views)
Yes.  If I'm understanding you correctly, you just want the minimum second derivative returned in the 1-D interpolation array.  This can be done with the Array Max and Min VI found on the array palette.
 
Regards,
 
Craig D
Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,886 Views)
Thank you for your reply.

The Array Max and Min would work if I interpolated the data with the Interpolant, and the precision of the minimum location would be determined by how many points I use to interpolate.

However, I was thinking there may be a way to functionally use the Interpolant to determine exactly what the minimum value should be instead of actually interpolating into an array and finding the minimum. I wish I knew how the spline fit works.
0 Kudos
Message 3 of 3
(2,881 Views)