Tagged Questions

4
votes
3answers
894 views

Interpolation advice (linear, cubic?)

I need to find good approximations of the points where an undefined function intersect a threshold value. I'm stepping through my space and whenever I find that two subsequent steps are on different ...
2
votes
1answer
132 views

Finding 3 dimentional B-spline controll points from given array of points from spline solution?

Wa are talking about Non-uniform rational B-spline. We have some simple 3 dimentional array like {1,1,1} {1,2,3} {1,3,3} {2,4,5} {2,5,6} {4,4,4} Which are points from a plane created by some ...
0
votes
1answer
57 views

What are my options for interpolation of such data

Having dramatically difrent step sizes, and not much data. We have data like >--4-6----3-9----4-7----9-3----4-1----> ( - is step here )and in real life this data is looped in a circle. what ...