-
-
ForcedPendulum.zip
... sections using:
t_P = (0:2*pi/omega_d:max(time))
plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), . )
System is described in:
"Fractal basin boundaries and intermittency in the driven damped pendulum"
E. ...
-
splinesC2.rar
In mathematics, a spline is a special function defined piecewise by polynomials. In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results
-
-
-
NA-19.zip
A C++ Program to construct Clamped Cubic Spline Interpolant from the given data
-
NA-17.zip
A C++ Program to determine whether the given function is a Cubic Spline or not
-
NA-18.zip
A C++ Program to construct Natural Cubic Spline Interpolant from the given data
-
kg.zip
komp.grafika,spline,bspline other
-
Datafitting.rar
它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.
-
mspline.zip
Interpolation via m-spline with explanation.
-