搜索资源列表
lms
- 自适应LMS盲均衡算法,在MATLAB下实现,比较简单
变步长LMS算法
- 盲均衡算法的基础算法
利用LMS和DFE两种算法进行均衡matlab的程序
- 利用LMS和DFE两种算法进行均衡matlab的程序。很有学习价值!,LMS and DFE using a balanced two algorithms matlab procedures. Great learning value!
rls_dfeeq
- rls-dfeeq.m 均衡算法 用RLS-DFE算法实现-rls-dfeeq.m Equalization Algorithms with the RLS-DFE
lms
- 自适均衡滤波器应算法程序,基于lms算法的,固定步长。-adaptive filter on lms
DFE_xuexiquxian
- DFE信道均衡算法及学习曲线绘制程序。程序为matlab代码。-DFE channel equalization algorithm and the learning curve drawing program. Procedures for the matlab code.
LMS
- LMS自适应滤波算法源程序,可以直接使用-LMS adaptive filtering algorithm source code, you can directly use
lms
- 均衡器抽头参数中,使用LMS算法确定有限长最优抽头参数-Tap equalizer parameters, the use of finite-length LMS algorithm to determine the optimal tap parameters
LMS-equalizer-in-MATLAB
- 本程序是在MATLAB中对LMS均衡算法的通信仿真。-This procedure is in the MATLAB algorithm of LMS balanced communication simulation.
AdaptiveLMSequalizer
- 通信中的用的LMS均衡算法VHDL实现,代码不长,很容易看懂-Communication with the LMS equalization algorithm to achieve VHDL code is not long, it is easy to understand
LMs
- 采用LMS算法的频域均衡技术研究,lms在频域均衡方面的应用。-LMS algorithm using frequency domain equalization technology research, lms balance in the frequency domain applications.
ForcingZero_LMS_EQ
- 采用迫零均衡算法和LMS(最小均方误差)算法,实现Matlab下信道均衡的仿真-Forcing Zero/LMS in equilibria simulation using Matlab
lms
- lms.m 均衡算法 用lms算法实现的 C语言编译-lms.m Equalization Algorithm with lms
lms-nlms-rls
- 包括自适应信道均衡器的三种算法和它们的对比:LMS,NLMS,RLS -adaptive channel equalization :LMS,NLMS,RLS
lms
- lms自适应均衡算法,lms算法使用MATLAb实现-lms adaptive equalization algorithm, lms algorithm implementation using MATLAb
new-matlab
- 自适应均衡算法改进的lms算法和rls算法仿真-Lms adaptive equalization algorithm for improved simulation algorithms and rls algorithm
LMS
- LMS均衡算法 MATLAB语言 自己打开 里面有详细的解释和说明 ,希望大家下载,给大家帮助-LMS equalization algorithm based on MATLAB language yourself open there are detailed explanations and instructions, I hope you download, for everyone to help
LMS
- LMS时域均衡算法,多径信道+AWGN信道,很好的抑制了多径干扰(This is a LMS equalizer and the channnel is Multi_path channel and AWGN channel, it gives Error convergence curve)
自适应均衡示例
- 实验31是观察不同的,修正步进U值对自适应均衡算法收敛的影响 实验311是验证,自适应均衡得到的均衡系数可用于这一时段的接受信号 的均衡(去噪、去信道干扰)。(Experiment 31 is to observe the effect of different stepped U on the convergence of adaptive equalization algorithm. Experiment 311 is to verify that the equilibrium c
无线MIMO系统/光纤模分复用系统的MIMO-LMS自适应均衡算法
- 代码注释十分详细,可将个人的数据导入后,直接运行即可。此代码为MIMO-LMS自适应均衡算法,以4×4(可自行修改)MIMO/MDM系统为例,信号调制方式为PAM4(可自行修改),在CMA与收敛后,采用了三种MIMO-LMS算法:基础MIMO-LMS.分段步长MIMO-LMS与变步长MIMO-LMS,分别对四路接收信号进行均衡,计算均衡后数据的误码率并做出误码率与接收功率的曲线图。此外还可做出三种MIMO-LMS 均方误差MSE的收敛曲线,三种MIMO-LMS均衡前后信号散点图等。