Member 14052535 Ответов: 1

Производные с использованием кубической сплайновой интерполяции в C#


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!

Что я уже пробовал:

Я искал в интернете сплайн-интерполяцию, и там есть много различных кодов и объяснений, поэтому я не знаю, какой из них выбрать или изучить.

1 Ответов

Рейтинг:
1

Gerry Schmitz

Все, что вам нужно сделать, это добавить "лучшее" (решение) к вашему запросу.

Интерполяция Кубического Сплайна C# [^]

"Производные" - это / это другой / другой вопрос.