Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Find Point of Inflection on curve

I am using measurement studio's for c# and i have and array of points that i use to create a curve.  i was wondering if there is an easy way to find the point of inflections on that graph. 
0 Kudos
Message 1 of 2
(3,228 Views)
Hi Layzie292,

I think you could use the second derivatives calculated by the CurveFit.SplineInterpolation method. You could also just manually calculate the second derivatives with the SignalProcessing.Differentiate method.

Regards,
0 Kudos
Message 2 of 2
(3,214 Views)