搜索资源列表
Taylor_Algorithm
- 泰勒级数展开算法是需要初始估计位置的递归算法,在每一次的递归中通过求解TDOA测量误差的局部最小二乘来改进估计的位置。 本程序基于MATLAB,对泰勒级数展开算法进行了仿真。初始位置的选取很重要,建议和其他简单的算法进行协同,对信号源位置进行定位。 希望对研究信号源定位的同志有所帮助。-Taylor series expansion algorithm is the need to estimate the location of the initial recursive algorithm,
zijiaozheng
- 自适应里面的自校正算法,根据最小二乘递归算法实现自校正控制-Adaptive self-tuning algorithm which, according to the recursive least squares algorithm for adaptive control
CRLS
- 本程序是CRLS滤波器基本算法的MATLAB编程,通过该程序大家可以看到最小递归二乘算法的良好性能-This procedure is the basic algorithm CRLS filter MATLAB programming, we can see through the process recursive least squares algorithm for the good performance
1
- 一般最小二乘及其递归算法的例子及matlab代码-Least squares examples and matlab code
junheng
- 项目采用matlab对强迫零均衡器、最小均方误差均衡器、自适应线性均衡器进行了编程实现,并给出了计算机的仿真结果以及对仿真结果的分析,最后,给出递归最小二乘准则下的均衡器仿真予以比较。-Forced to zero on the project using matlab equalizer, minimum mean square error equalizer, adaptive linear equalizer is programmed to achieve, and gives the
RLS
- 基于递归最小二乘算法的自适应数字波束形成器程序-Recursive least squares algorithm based on adaptive digital beamformer program
RLS_Alt
- 用改进的Huber函数,修改了现有的递归最小二乘(RLS)算法的误差函数-With the improvement of Huber function, modified existing recursive least squares (RLS) algorithm of error function
FF-RLST
- 系统辨识中的递归最小二乘参数估计的matlab程序算法-System Identification of recursive least-squares parameter estimation algorithm matlab program
zishiyinglvbo
- 摘要:分析了最小均方误差滤波和递归最小二乘滤波算法、自适应滤波的神经网络方法、 基于QR分解的方法、统一模型下的自适应滤波及基于高阶累积量的自适应算法的优缺点,并对自适应滤波算法的未来发展做了展望。 -the author analyzes the minimum mean square error filter and recursive least square filter algorithm, an adaptive filter neural network method,
RLS1
- 本程序为带遗忘因子的递归最小二乘的程序,在MATLAB下进行仿真。-This procedure with forgetting factor recursive least squares procedure, the MATLAB simulation.
rls_AR_pred
- 使用基本的递归最小二乘算法来预测实值AR过程信号-use basic RLS algorithm to predict real-valued AR process
FIR_RLS
- 实现FIR型的递归最小二乘算法自适应滤波器,能够根据参数选择,程序稳定性好。-Realize the FIR adaptive filter recursive least squares algorithm, according to the parameter selection, a good program stability.
ELS_almda
- 利用矩阵最小二乘的辨识结果作为递归最小二乘的初值,进行系统辨识-Identification using matrix least squares RLS as a result of the initial value, system identification
LMS_RLS
- lms与rls算法比较,MATLAB 程序仿真,比较两种自适应滤波算法。最小均方(LMS)、递归最小二乘(RLS)(LMS and RLS algorithm comparison, MATLAB program simulation, comparison of two adaptive filtering algorithm. Least mean square (LMS) and recursive least squares (RLS))
LRS
- RLS 递归最小二乘滤波器算法!!!!!!!!!!!!!!!!!!!!!(Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimize a weighted linear least squares cost function relating to the input signals. This approach is in
递推最小二乘法实现及推广
- 最小二乘递归算法仿真及其推广应用,很好地实现了最小二乘法(Least square recursive algorithm simulation and its popularization and application, the least square method is well realized.)
sa_ex8_9
- 递归最小二乘(RLS)算法 智能天线 matlab仿真代码(Matlab simulation of RLS algorithm smart antenna)
FIR_RLS
- RLS滤波算法即递推最小二乘法,其又称为最小二乘法,是最小二乘算法的一类快速算法,递归最小二乘自适应滤波器是对一组已知数据的最佳滤波器,处理过程中没有对输入序列的统计特性做出假定,而是纯决定性的最小化问题。相对于LMS自适应横向滤波器具有更好的性能。(RLS filtering algorithm)
RLS与LMS算法matlab实现
- 经典的LMS与RLS递归最小二乘算法,有中文注释,很好理解(Classic LMS AND RLS recursive least squares algorithm, Chinese notes, very good understanding.)
RLS_Libattery
- 基于递归最小二乘算法在线辨识锂离子电池一阶模型参数。(The first order model parameters of lithium ion battery are identified online based on recursive least square algorithm.)