搜索资源列表
AdaptiveSignalProcessing
- 自适应信号处理的几个程序,有LMS、NLMS、RLS算法,和几个自适应的例子。-Several adaptive signal processing procedures, LMS, NLMS, RLS algorithm, and several examples of adaptive.
r4
- 基于Matlab的RLS自适应语音噪声对消系统的设计与实现-Matlab-based Voice of RLS Adaptive Noise Cancellation System Design and Implementation
1
- RLS算法的去噪声仿真,在移动通信中的应用-RLS algorithm to the noise simulation, the application in mobile communication
rls
- rls算法,实现含噪声信号的消噪,其噪声为高斯白噪声加入,绘制了滤波前后的波形图-rls algorithm to achieve denoising noisy signals, the noise is Gaussian white noise is added, drawing the waveforms before and after filtering
LMS_RLS_sim
- 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13
RLS
- 用MATLAB实现高斯白噪声系统输入信号的随机输出-Gaussian white noise with a MATLAB implementation of the random input output system
RLS
- 自适应滤波算法中的RLS算法,此处用RLS算法实现语音通信中的噪声抵消-Adaptive filtering algorithm in the RLS algorithm, RLS algorithm used here to achieve voice communication in noise canceling
RLS
- 本程序基于一阶AR模型,u(n)=-0.99u(n-1)+v(n)的线性预测。白噪声v(n)方差0.995.FIR滤波器的抽头数为2.遗忘因子0.98.用RLS算法实现u(n)的线性预测。并附有仿真图片-This procedure is based on a first-order AR model, u (n) =-0.99u (n-1)+v (n) of the linear prediction. White noise v (n) the number of taps of the t
RLS
- 仿真对象如下: 其中, v( k )为服从N (0,1) 分布的白噪声。输入信号u ( k) 采用M 序列,幅度为 1。M 序列由 9 级移位寄存器产生,x(i)=x(i-4)⊕x(i-9)。 选择如下辨识模型: 加权阵取Λ = I。 衰减因子β = 0.98,数据长度 L = 402。 辨识结果与理论值比较,基本相同。辨识结果可信 -he simulation object is as follows: among them, v (k) to obe
RLS
- RLS自适应滤波器程序做系统辨识,输入为高斯白噪声,内有详细注释,可运行-RLS adaptive filter program to do system identification, the input is Gaussian white noise, with detailed notes, you can run
rls
- 这个程序关于语音信号的消噪,实现了一个基于递归最小二乘法的自适应噪声抵消器-This program about the speech signal de-noising, implements a recursive least squares based adaptive noise canceller
RLS-
- 这个程序关于语音信号的消噪,实现了一个基于递归最小二乘法的噪声抵消器-This program about the speech signal de-noising, implements a recursive least squares method based on a noise canceller
RLS
- RLS算法去除加噪声音乐程序,效果比较好,有图为证。-RLS algorithm to remove noise adding music program, the effect is better, has a license to the graph.
rls
- 该程序是对含有噪声的信号进行RLS算法进行滤波-The procedure is performed on the signal with noise filtering algorithm RLS
RLS.m
- 好几个LMS和RLS的自适应滤波算法,系统便是和噪声对消-Several LMS and RLS adaptive filtering algorithm
RLS
- 该程序是回归最小二乘法辨识参数,输入为白噪声。-This is a recursive least square mathod to identify the parameters.
RLS
- 用RLS辨识AR(4)模型,画参数和噪声方差估计收敛图形-Using the RLS identification of AR (4) model, parameters and noise variance estimation convergence pattern
RLS
- 自适应控制最小二乘法MATLAB例程,含有白噪声和M随机序列-Adaptive control method of least squares MATLAB routines, white noise and random sequence containing M
RLSKF
- 递推最小二乘拟合算法 用于实时拟合时间序列ARMA模型参数 例如 陀螺仪随机噪声 股票 交通等模型的参数拟合(Recursive least square fitting algorithm is used to fit the parameters of time series ARMA model, such as gyroscope, random noise, stock traffic and so on)
filter
- RLS 算法的代码的编写介绍及其使用,用于去除噪声。(The code of RLS algorithm is introduced and used to remove noise.)