搜索资源列表
接收机的MATLAB仿真程序
- Title: MMSE Receiver for DS-SS in AWGN Channel Author: Panson Tantikovit Summary: An adaptive receiver for DS-SS systems MATLAB Release: R12.1 Required Products: Communications Toolbox,Signal Processing Blockset Descr iption: This
lmsmatlabsimulation
- lms matlab simulation of szxhcl-lms Matlab simulation of szxhcl
lms
- 用matlab仿真实现语音信号处理中分析合成语音的lms算法
LMS
- 二相码编码与码组检测,利用matlab实现并仿真
LMS
- 使用matlab开发的自适应滤波器文件,现代信号处理的学生可以借鉴一个!
LMS
- lms s matlab Simulation Program
LMS-MATLAB
- 介绍了基于最小均方算法(LMS 算法) 的自适应均衡器的原理和结构,针对用硬件实现LMS 算法的自适应均衡器存在的诸多缺点,利用MATLAB 工具对各种结构形式的自适应均衡器在不同 信道模型下的收敛速度和精度进行仿真,并介绍了该仿真程序。
LMS
- 基于LMS算法的自适应滤波收敛性的Matlab仿真2 新一篇: 基于LMS算法的自适应滤波收敛性的Matlab仿真
利用LMS和DFE两种算法进行均衡matlab的程序
- 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
RLS_LMS.rar
- LMS算法、RLS算法 及其二者的比较 有注释说明的 比较详细,LMS algorithm, RLS algorithm and the two more notes of a more detailed
LMS
- 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
MATLAB_LMS
- 用MATLAB实现lms算法及改进的lms的源代码-Using MATLAB to achieve improved LMS algorithm and LMS source code
lms
- 自适应LMS算法。由于我要使用,所以将信源信号及加澡后的信源信号保存起来。方便在FPGA设计里使用。-Adaptive LMS algorithm. Because I would like to use, so the source signal and add a noise after the shower saved the source signal. Designed to use in the FPGA.
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
lms
- 基于Matlab的自适应滤波器的LMS算法-Matlab-based LMS adaptive filter algorithm
adaptdemos
- Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter.
FDNLMS
- Frequency Domain Normalized LMS algorithm
LMS
- LMS算法的MATLAB实现以及实例,显示输出序列-LMS algorithm and example MATLAB implementation, show that the output sequence
LMS
- LMS算法实现回声消噪,自己编写的原代码,对初学者有一定的帮助啊-LMS algorithm for echo cancellation noise, I have written the original code, there is some help for beginners ah
LMS-matlab
- 用函数形式在MATLAB中实现LMS算法-The LMS algorithm in MATLAB using the functional form