搜索资源列表
-
1下载:
用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
-
-
1下载:
最小二乘曲线拟合算法(用最小二乘法求给定数据点的拟合多项式)-least squares curve fitting algorithm (with the least-squares method for the given data points of polynomial fitting)
-
-
0下载:
在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source.
-
-
0下载:
数值拟合与逼近方面的,包括:最小二乘曲线拟合,切比雪夫曲线拟合,最佳一致逼近多项式里米慈法,矩形域的最小二乘曲面拟合-numerical fitting with the approximation, including : least squares curve fitting, Chebyshev curve fitting, best polynomial approximation centimeters chee, rectangular region of least-squares
-
-
0下载:
最小二乘法曲线拟合程序, 最小二乘法曲线拟合程序。-least squares curve fitting procedures, least squares curve fitting procedures.
-
-
0下载:
用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
-
-
0下载:
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的
-
-
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下载:
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下载:
Using least squaer algorithm, this code can do fitting curve for the measurement data
(linear ~ cubic )
-
-
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下载:
本程序用C语言实现最小二乘法拟合曲线,欢迎大家下载-C language with least square fitting curve
-
-
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语言的实现,可以进行曲线拟合-The least squares curve fitting of the C language
-
-
0下载:
基于BCB的最小二乘法进项曲线拟合,最后得出多项式方程,并显示出图形-Method of least squares curve fitting proceeds
-