搜索资源列表
45699GAtools
- 好用的。系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。 -refrain. System identification, estimation recursive least squares (RLS) identification model is of the order of an important algorithm. The procedures through the realization of
RLS-MATLAB
- Rls递推二乘最小算法的MAtlab 仿真。-Rls recursive least square algorithm MAtlab simulation.
xtbs
- vc_++辨识系统模型(一次完成算法和递推算法)。
RLS
- 基于递推原理的RLS线性阵列算法,入门很好的学习资料!
HiddenMarkovModel
- 隐性马尔科夫链包含有训练和测试算法以及前后项递推算法
xitongbianshi
- 系统 辨识文件夹内是产生高斯白噪声,m序列和最小二乘法的一次完成算法,递推算法,限定记忆法的程序。系统仿真文件夹内是对系统线性和非线性的建模和仿真程序。-System folder on system identification is to generate Gaussian white noise, m sequence and a complete least-squares method algorithm, recursive algorithm, limited memory met
Systemidentificationandneuralnetwork
- 主要内容: 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】
f_lms
- 均衡技术是克服码间干扰(Inter-Symbol Interference,ISI)的有效措施,由于信道特性的随机性与时变性,实际中消除码间干扰最常用的是自适应均衡器。本文对基于最小均方(Least Mean Squares,LMS)算法和递推最小二乘(Recursive Least Squares,RLS)算法的自适应均衡器进行仿真研究,分析了信道特性与设计参数对自适应均衡器的收敛速度与稳态性能的影响。 -Equalization technique is to overcome inte
ditui
- 递推算法,相关代码,欢迎查看,递推算法,相关代码,欢迎查看-Recursive algorithm code, welcome to view
Algorithm
- 《零基础学习算法》源代码:C语言编写,包括常用的各种算法:如递推算法,枚举算法,递归算法等20个算法代码 -"Zero-based learning algorithm source code: C language, including a variety of commonly used algorithms: such as recursive algorithm, enumeration algorithm, recursive algorithm algorithm code ,a
kalman
- 卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法,它适合于实时处理和计算机运算。 -Kalman filter based on minimum mean square error for the estimation of the best criteria to seek a recursive estimation algorithm, which is suitable for real-time processing and computing.
LS_source_code
- 完整地编写了递推最小二乘和增广递推最小二乘算法m文件源代码,并附有详细的注释,便于读者学习和参考。-Complete preparation of the recursive least squares and augmented recursive least squares algorithm m document source code, along with detailed notes, to help readers learn and reference.
least-squares-fitting-orthogonal
- 用这种算法编程,不用解方程组,只须用递推公式,并且当循环次数增加一 次时,只要把循环增加一次-Programming in this algorithm, without solution equations, just use recursion formula, and when cycles increaseTime, as long as to increase circulation. The rest remains the same.
dituierchengfa
- 一种新型的递推二乘法运用方法的源码,运用于实例,可以供算法学习者进行参考。-A new kind of recursive squares using the method of source code, applied examples, can be reference for algorithm to learners.
allan 递推算法
- ALLAN方差算法,告别ALLAN普通算法的时间过长的问题,新算法采用递推形式(ALLAN anaylaze arithmetic recurrence)