Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing in a program in C#. I have 60 values (torsional eigenmodes of a wind turbine tower) and my supervisor asked me to find derivatives of these 60 values at respective 60 points using Cubic Spline Interpolation. There are total 60 nodes/points in a tower. For each section between two nodes, a torsional eigenmode value is assigned to it. I need to find the derivatives of these torsional eigenmode values by using spline interpolation. Curves are drawn between every two nodes using torsional eigenmode values and the tangent to each curve is the derivative for that particular torsional eigenmode value. A polynomial is defined for each curve.I need to write methods in the program to calculate these derivatives. I looked on the internet for spline interpolation and there are many different codes and explanations, so I dont know which one to select or study.Can anyone please guide me by pointing me out to an authentic internet link or can somebody give me the particular code. Thank you!

What I have tried:

I looked on the internet for spline interpolation and there are many different codes and explanations, so I dont know which one to select or study.
Posted
Updated 12-Nov-18 20:43pm

1 solution

All you have to do is add "best" (solution) to your query.

C# Cubic Spline Interpolation[^]

"Derivatives" is / are another / different question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900