Spline Constraints
The piecewise cubic spline should satisfy the following:
- The function must be symmetric:
k(x) = k(-x)
We can reformulate our general cubic such that it is symmetric as follows:
This also allows us to consider only 2 segments instead of 4.
- C0 and C1 continuity
between spline segments
k1(1) = k2(1),
k2(2) = 0
k'1(0) = 0,
k'1(1) = k'2(1),
k'2(2) = 0
- In order to assure that a uniform array of samples is
reconstructed as a uniform continuous function it should
satisfy the following convex relationship:
|