搜索资源列表
三次样条插值的程序vb版
- 大学里数学系必学的一们课程数值分析中的经典算法————三次样条插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
abdi-PCA4Wiley.zip
- ua University, in 2002 publi this document, including the Mont A program of curve fitting based Bayesian Filter. Bayesian (Bayesi a target tracking system MATLAB s cubic spline curve fitting This i book is widely used in engineerin this
s
- 计算三次样条插值函数-Calculation of cubic spline interpolation function
BSpline
- B3次样条拟合,希望大家互相学习交流,资源共享-B3-spline fitting time, I hope to learn from each other U.S. exchange, resource sharing
spline
- 用于求解三次样条拟合!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used to solve the cubic spline fitting! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
shuzhifenxichazhi
- 该算法集集中了数值分析当中几乎所有的插值算法,如牛顿法,艾特肯法,高斯法,样条函数法等,均在MATLAB(R2006@)中运行通过了。-The algorithm sets a numerical analysis which focused on almost all the interpolation algorithms, such as Newton' s law, Aitken law, Gauss law, such as spline function method, are
Cubicspline
- 求三次样条差值函数S(x) 输入j的数目 再分别输入数据xj,yj。-Cubic spline function of order to the difference S (x) the number of input j, respectively, and then enter data xj, yj.
VC_Spline
- 三次样条插值的VC++源码,可以进行简单的插值运算,运行简单,运算快速准确-VC++ source code of Spline, by using this you can get the accurate value of spline function of a set of data
ForcedPendulum
- This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q
matlabmathtool
- 本工具箱主要包含三部分内容 (支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats) 1. MATLAB常用数学建模工具的中文帮助 2. 贡献MATLAB数学建模工具(打*号) 3. 中国大学生数学建模竞赛历年试题MATLAB程序-The kit consists mainly of three parts content (supported platforms MATLAB5.3 or 5.2, Symbolic math, o
interplotation
- 单根型线的自然三次样条曲线插值与最小二乘法光顺程序-Single moulded line s Natrual Cubic spline interpolation and least squares method smoothing
CubicSpline
- 计算机图形学中的三次样条曲线插值拟合算法,希望对大家有所帮助-Computer graphics, cubic spline interpolation and hope it s helpful
predict-USAs-popultion-in-2020
- 根据已知数据 运用三次样条插值法 有理数插值法 拉格朗日插值法 高斯牛顿法 拟合预测2020年美国人口 -According to the known data using cubic spline interpolation rational interpolation Lagrange interpolation Gauss-Newton fitting to predict the U.S. population in 2020
cubicsplinet
- 三次样条插值。程序的功能是输入已知点的数据和需要插值点的横坐标,得到需要插值点的三次样条插值点数据。-Cubic spline interpolation. The program' s function is to enter a known point data and need interpolation point abscissa, cubic spline interpolation point data require interpolation points.
a
- 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton' s method, jacobi iterative m
computer90
- HORNER S,MULLER S,NEVILLE S ITERATED INTERPOLATION,NEWTON S INTERPOLATORY DIVIDED-DIFFERENCE FORMULA,HERMITE INTERPOLATION ALGORITHM,NATURAL CUBIC SPLINE ALGORITHM
MATLAB_Code
- 在matlab里面,构造三次样条插值函数s(x)来模拟一只飞鸟外形的上部,根据已知的测试数据。-In matlab inside, construct cubic spline interpolation function s (x) to simulate the shape of the upper part of a bird, according to the known test data.
CalcBspline
- 三次样条插值,三次样条函数: 定义:函数S(x)∈C2[a,b] ,且在每个小区间[ xj,xj+1 ]上是三次多项式,其中 a =x0 <x1<...< xn= b 是给定节点,则称S(x)是节点x0,x1,...xn上的三次样条函数。 若在节点x j 上给定函数值Yj= f (Xj).( j =0, 1, , n) ,并成立 S(xj ) =yj .( j= 0, 1, , n) ,则称S(x)为三次样条插值函数。-Cubic spline interpol
fastBSpline
- fastBSpline - 一个快速,轻量级的类,它实现 任意阶非均匀B样条曲线 Matlab的样条函数都很一般。这种通用性来自于 速度的代价。对于大规模的应用,包括模型 其中,模型的某些组件中的术语定义嵌合 样条曲线,如广义相加模型,更快的解决方案是 可取的。 该fastBSpline类实现一个轻量级的一套B样条 功能,