搜索资源列表
guji
- 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the rea
fit_line
- //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
rels
- 这是黑龙江大学自控理论杨易朋同学在最优估计课程当中用matlab编写的递推增广最小二乘算法!-This is the theory of Heilongjiang University, Yang Yi-controlled peer students in courses optimal estimate prepared by using Matlab recursive least squares algorithm to bro
3order_RLS1
- 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
SVDcode
- 利用一般最小二乘法和SVD-TLS方法 进行AR参数估计和正弦波频率估计 -use of general and the least-squares method SVD-TLS AR method parameter estimates and the estimated frequency sine wave
zsysf
- 用MATLAB编写的递推最小二乘算法算法\LMS算法,karlman算法-using MATLAB recursive least squares algorithm \ LMS algorithm, the algorithm karlman
mcr_100_m7
- 多元曲线解析-交替最小二乘法,MCR-ALS-Multivariate Curve Analysis- alternating least squares method, MCR- ALS
svdfit
- 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
pls_1.1-0
- 应用程序 偏最小二乘法回归分析 pls matlab-application partial least squares regression analysis pls Matlab
denoise_kpca
- 最小二乘支持向量机岭回归函数,可以进行预测和分类-least squares support vector machine regression function Ridge, forecasts and classification
fitting
- Fitzgibbon, Pilu, Fisher: Direct Least Squares Fitting of Ellipses -Fitzgibbon, Pilu, Fisher : Direct Least Squares Fitting of Ellipses
Squre2
- 对于多项式y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n 用递推最小二乘法来估计上式中的b0, b1, ..., bn-for polynomial y (i) = b0 b1 b2* x* x* b3 ^ 2 x ^ 3 ...... bn* x ^ n recursive least squares method used to estimate the on
si_matlab
- 随机序列产生程序,白噪声产生程序,M序列产生程序,二阶系统一次性完成最小二乘辨识程序,实际压力系统的最小二乘辨识程序,递推的最小二乘辨识程序,增广的最小二乘辨识程序-random sequence generation process, white noise procedures for selecting the M series, Second-order system to complete a one-time least-s
FLch3RLSeg3
- 最小二乘法递推算法辨识程序,输入u,输出y, 输出结果中的c矩阵中最后一列为参数估计值.-Recursive least squares algorithm for identification procedures, input u, output y, the output matrix c of the last one as the estimated value of parameters.
leastsquaresmethod
- 用不加权的递推最小二乘法进行参数估计,用于系统辩适、仿真-Using non-weighted recursive least squares parameter estimation method for systems dialectical relevance, simulation
MATLAB-Central-File-detail-Partial-Least-Squares-a
- 一个用matlab完成的偏最小二乘法示例-MATLAB Central-Partial-Least-Squares
Least-square-method
- 最小二乘法,无论是在工程上还是在学术上都应用越来越广泛,文章给出了一个比较好用的最小二乘matlab 实现程序,很好用下载即可运行。-Least squares method, whether in engineering or applied more widely both the academic, the article gives a least squares matlab implementation relatively
Weighted-least-squares
- 加权最小二乘法的原理 应用及其运算方式方法-Applying the principle of weighted least squares method and the ways and means of operation
Weighted-least-squares
- 浅谈加权最小二乘法及其残差图及其详细的讨论-On the weighted least squares method and the residual map and detailed discussions
Moving-Least-Squares-Methods
- 移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.