当前位置:
首页 资源下载
搜索资源 - Least-squares curve fitting
搜索资源列表
-
0下载:
移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.
-
-
0下载:
最小二乘法拟合曲线(用到矩阵求逆、矩阵乘法、矩阵转置)-Least square fitting curve (use matrix inversion, matrix multiplication, matrix transpose)
-
-
0下载:
最小二乘法拟合特性曲线的参数值,用于做计算或者计算的基础数据-Least squares curve fitting parameter values, for doing the calculation or the calculation of the basic data
-
-
0下载:
Basic function to locate and measure the positive peaks in a noisy
data sets. Detects peaks by looking for downward zero-crossings
in the smoothed third derivative that exceed SlopeThreshold
and peak amplitudes that exceed AmpThreshold. Dete
-
-
0下载:
Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN
-
-
0下载:
This code is for the curve fitting with least square sense algrorithm. Using the measurment data, end-user can get the curve (1st order~ 4th order approximation)
-
-
0下载:
fitting function for data curve fitting using least mean square
-
-
0下载:
曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
-
-
0下载:
最小二乘法曲线拟合,可以实现利用最小二乘法拟合曲线,并显示图形,操作简单。-Least squares curve fitting, can be achieved using least squares curve fitting and display graphics, easy to operate.
-
-
0下载:
关于VC的最小二乘法曲线拟合程序,有兴趣可以一试,进行调试-Least squares curve fitting program
-
-
4下载:
曲线拟合方法讨论,分别比较了最小二乘法,移动最小二乘法,RBF拟合,NURBS拟合方法。并对这些方法进行原理说明。-Discuss curve fitting method, compared the least squares method, moving least squares method, RBF fitting, NURBS fitting method. These principles and methods described.
-
-
1下载:
matlab最小二乘原理下的曲线拟合方法汇总:polyfit函数、“\”命令、fminsearch函数、nlinfit函数。附上一个具体的例子:1900-2000年的总人口情况的曲线拟合。-matlab principle of least squares curve fitting method Summary: polyfit function, " \" command, fminsearch a function, nlinfit function. Attach a
-
-
0下载:
正交多项式最小二乘曲线拟合c语言程序代码-Orthogonal polynomial least squares curve fitting
-
-
0下载:
曲线拟合的最小二乘法的C语言的实现,可以进行曲线拟合-The least squares curve fitting of the C language
-
-
0下载:
基于LabVIEW8.5的最小二乘法曲线拟合研究-Based on the least-squares curve fitting LabVIEW8.5 Research
-
-
0下载:
函数逼近与曲线拟合,用最小二乘法进行曲线拟合的C或C++编写的完整程序!-C language prepared by the method of least squares curve fitting
-
-
0下载:
5 最小二乘法的曲线拟合-Least-squares curve fitting method
-
-
0下载:
最小二乘法vb代码实现,用于解一元多次方程!-Vb code implements the least squares method for solving equations!
-
-
0下载:
用最小二乘法进行曲线拟合,代码有注释,方便查看。可以用于实时数据显示和拟合-Using the least squares curve fitting, code comments, convenient viewing. Can be used for real-time data display and fitting
-
-
0下载:
最小二乘曲线拟合 输入数据和阶数 输出函数系数-Least-squares curve fitting and order input data output function coefficients
-