搜索资源列表
data
- BC环境下开发C语言实现的埃尔米特差值法的图形输出
insert_value
- 面向对象的差值法算法,通过调用不同函数包含了各种插值方法
Matlab 牛顿插值法
- x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
有限差分法 迭代求解
- 用有限差分法解薛定谔方程,用迭代法求得各点的值,并用三维、二维图表示。
采用差分阈值法对心电信号QRS波进行特征提取
- 采用差分阈值法对心电信号QRS波进行特征提取的Matlab程序。,Differential threshold method QRS wave of ECG feature extraction of Matlab program.
InterpolationAlgorithm.rar
- 常用的差值算法:牛顿插值法,追赶法,三次样条插值,Common difference algorithm: Newton interpolation, catching method, cubic spline interpolation
06071419
- 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
chazhifa
- 数值差值法通过matlab实现,对于初学者非常有用。从书上下载的源代码。-By numerical difference method matlab implementation is very useful for beginners. Downloaded from the book source code.
chazhi
- 基于差值法的图像变化检测。最大类间方差法确定阈值。matlab 编程-Difference method based on image change detection. Otsu method to determine the threshold. matlab programming
NewtonInterpolation
- 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高-Using Newton
Newton_interpolation
- 用牛顿差值法求多项式的均差,所用C++语言开发环境-Difference method with Newton polynomials are poor, the use of C++ language development environment
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
实验四
- 用于拉格朗日插值法的计算方法,便于理解的(method for chu xue zhe shiyong ok ok ok ok ok)
常用微分方程插值代码
- 解偏微分方程以及常微分方程的基本模型,适用于工程专业研究生以及做有限差分法科学实验的大学生(Partial differential equation and ordinary differential equation)
Interpolation method
- 详细给出了数值分析中两种插值法的matlab程序及实际算例(Given in detail two kinds of interpolation method in numerical analysis of the matlab program and the actual numerical example)
基于有限差分法的二维边值问题的数值分析
- 1. 在matlab中分析基于分离变量法的解析解; 2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论; 3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行
差分法求解两点混合边值问题
- 应用差分法求解两点混合边值问题的程序。。(A program for solving two point mixed boundary value problem by difference method.)
有限差分matlab
- 使用matlab进行有限差分法的计算,使用迭代法对差分方程进行求解,自适应中值滤波代码(Finite difference method)
dynamic response of onefreedom structure
- 一个单自由度结构的地震响应,文件包含EL地震波,采用三种方法计算,激励插值法,中心差分法和Newmark法。(The seismic response of a single-degree-of-freedom structure contains EL seismic waves, which are calculated by three methods: excitation interpolation method, central difference method and Newma
插值法MATLAI程序
- 插值法,分段插值,程序运行可靠,可解决问题,仿真结果有2张图可以选择(Interpolation method, piecewise interpolation, the program runs reliably, can solve the problem, simulation results have two pictures to choose)