Hermite Spline



I'm trying to compute a hermite spline on a series of 2D data points
n>=15. I'm wondering is it better to use n=3 and add each of the
separately computed segments together or compute the spline on all 15
data points.

If I do use n=3 do I need to use 4 data points for each segment to get
P(x), f(x) as well as P'(x), f'(x) to coincide?

Any sugestions??

.



Relevant Pages

  • Hermite spline
    ... I'm trying to compute a hermite spline on a series of 2D data points ... n>=15, using matlab. ... separately computed segments together or compute the spline on all 15 ... Any sugestions?? ...
    (sci.math)
  • Hermite spline
    ... I'm trying to compute a hermite spline on a series of 2D data points ... n>=15, using matlab. ... separately computed segments together or compute the spline on all 15 ... Any sugestions?? ...
    (sci.math)