Hideo Fujii
USA
1582 Posts |
Posted - 01/20/2014 : 3:30:59 PM
|
Hi 19102208,
The curvature can be obtained by:
f"/(1+f'^2)^1.5
So, you can first calculate the 1st order and 2nd order derivatives, then use Set Column Values tool to calculate the above formula, e.g., if your XY data is stored in columns A and B, first get the derivatives in column C and D, then run the Set Column Values tool with the formula:col(D)/(1+col(C)^2)^1.5) Radius is simply the reciprocal of the curvature, but if you are considering to plot the values, you might want to stay as with curvature because radius often diverges when curvature is close to 0. Also, you can calculate the radius geometrically from the neighboring 3 points, but it may lead more errors. See the screenshot (I take the absolute values, but it is up to you):
--Hideo Fujii OriginLab |
|
|