搜索资源列表
3order_RLS1
- 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
orthrecurs
- 用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数
guji
- 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to
LS
- 最小二乘辨识算法,包括一次完成最小二乘和递推最小二乘算法以及PRBS的生成方法-LS
Recursive_Least_Squares_Constant_Modulus_Algorithm
- 盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array-Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array2004
zuixiaoerchengfa
- 这个程序主要是一个递推的最小二乘发,根据diphon方程来辨识一类系统的参数-This procedure is essentially a recursive least squares fat, according to diphon equation to identify a class of system parameters
zuixiaoercheng
- 这是matlab下编的系统辨识方法,为最小二乘和递推最小二乘,内容已经经过调试,即可以作为课程参考,也可以应用于科学研究-This is XiaBian matlab system identification methods
LSM
- 递推最小二乘法估计的实现方法,很简单,有需要的就下吧-Recursive least squares estimation method is very simple, there is a need for it on the next
lsmd
- 最小二乘递推算法及其matlab实现(计算估计值)-least squares method
LSL
- LSL最小二乘格型算法实现自适应滤波器,采取迭代递推算法,更新滤波器权值参数因子-LSL least square of lattice implements adaptive filter improve effective iteration
FastKalmanAlgorthm
- 快速卡尔曼算法是递推最小二乘算法中的一种, 它的收敛速度比梯度算法快得多, 其计算量又比常规卡尔曼算法少得多, 特别适合于跟踪像电离层这样的快变化时变信道。 本文对 用于自适应均衡的快速卡尔曼算法进行了详细研究。-Fast Kalman algo r ithm is one of recursive least squares algo r ithm s . It has much faster equalizer convergence than the gradient algo
A-variety-of-least-squares
- 各种最小二乘法,包含一次性地推完成,遗忘因子最小二乘法等等各种最小二乘递推-A variety of least squares
RLS
- 递推最小二乘算法,源码,计算机练习,收敛性。-Recursive least squares algorithm, source code, computer training, convergence.
LSPE
- 提供了几种最小二乘法程序包括:批处理最小二乘参数估计,递推最小二乘参数估计,遗忘因子递推最小二乘参数估计,递推增广最小二乘参数估计。-Provides several least squares procedures include: Batch least squares parameter estimation, recursive least squares parameter estimation, forgetting factor recursive least squares pa
chap2_08_RELS
- 它属于系统辨识与自适应控制程序。其功能是递推增广最小二乘参数估计(RELS)-It belongs to the system identification and adaptive control procedures. Its function is recursive extended least squares parameter estimation (RELS)
SysIdentify2
- MATLAB程序,系统辨识利用递推最小二乘估计进行模型阶次辨识-MATLAB program, system identification recursive least squares estimation model order identification
RLS
- 系统辨识课程实验所写的程序。使用递推最小二乘估计辨识系统参数。输出系统参数辨识结果以及辨识精度。程序可以直接运行。-I wrote this program in my system identification course experiment. Using the recursive least squares estimation identification of system parameters. Output system parameter identification res
最小二乘
- 递推最小二乘法,辨识模型参数。。。。。。。。。(Least square method model identification)