In MINIMOS-NT the Akima-interpolation [36] is used for input signal interpolation. This is a sub-spline interpolation method which is built from continuously differentiable, piecewise third order polynomials. Since it is a local interpolation there is no need to solve large equation systems. Therefore it can be computed very efficiently and has minimum memory requirements. An other important advantage of this method is that it does not lead to oscillations in the interpolated input signal.
At each specified instance the first derivative is estimated from the data at this point and from two neighboring points on each side. Using the input data and the estimated first derivative at the end points of each interval in between values can be interpolated by a third order polynomial.
Additional to the time and value for each instance information has to be provided whether the signal is differentiable at the instance. Between two instances at which the signal is differentiable a third order interpolation is used. For intervals where the input signal is differentiable only at one end point the interpolation is reduced to second order. When the input signal is not differentiable at both instances a linear interpolation is performed which enables the exact representation of piecewise linear input signals.
At the first and last specified data points and at points where the interpolated function is not differentiable additional instances have to be estimated from the input data to calculate the estimated first derivative. For these intervals the interpolation function reduces to second order (see Fig. 4.10).
The calculation of the coefficients of the interpolation polynomial is described in detail in Appendix B.