Tagged Questions
4
votes
2answers
148 views
Collapsing a 10 period curve to 4 periods
I have a 10 period cost curve table below. How do I programmatically collapse/condense/shrink this to 4 periods. I'm using VBA but I should be able to follow other languages. The routine should ...
4
votes
2answers
948 views
Equidistant points across Bezier curves
Currently, I'm attempting to make multiple beziers have equidistant points. I'm currently using cubic interpolation to find the points, but because the way beziers work some areas are more dense than ...
0
votes
1answer
74 views
How to use interpolation to calculate a force based on angle
I am trying to make a python script that will output a force based on a measured angle. The inputs are time, the curve and the angle, but I am having trouble using interpolation to fit the force to ...
0
votes
1answer
772 views
Akima interpolation algorithm [closed]
Possible Duplicate:
Akima interpolation of an array of doubles
I'm searching for an algorithm for Akima interpolation, but I can't find one after googling for a while. I write my ...