搜索资源列表
二进制信道均衡算法源程序清单
- 关于自适应滤波的一系列程序,包括二进制信道均衡,噪声对消,信号增强等,斑竹,该加精了吧?-adaptive filter on a series of procedures, including binary channel equalization and noise cancellation and signal enhancement, fed, the rate is honed?
gmskrls
- 一种用于GMSK非线性调制的自适应均衡算法 ,包阔有算法的文档资料-a nonlinear GMSK modulation for the adaptive equalization algorithm, the width of a packet algorithm Documentation
1
- lms/rls的自适应均衡算法仿真源代码,两个函数打包
自适应滤波的MATLAB实现
- 介绍自适应LMS和RLS以及自适应均衡、陷波的源程序。希望对大家有用。
LMS
- LMS自适应滤波算法源程序,可以直接使用-LMS adaptive filtering algorithm source code, you can directly use
adaptive-equlization(RLS)
- 自己编写的MATLAB自适应均衡,采用基本的RLS算法 可直接运行.-I have written MATLAB adaptive equalization, using the basic RLS algorithm can be directly run.
AdaptiveequalizerofLMSalgorithmanditssimulation.ra
- 自适应均衡器的LMS算法实现及其仿真 :自适应均衡器已广泛应用于通信、雷达、声纳、控制和生物医学工程等许多领域,为克服多径衰落和信道失真 引起的码间干扰,实时跟踪移动通信信道的时变特性,笔者设计了一个基于LMS 算法的自适应线性均衡器,并通过改变步 长因子Δ来分析其收敛速度和均方误差特性.-Adaptive equalizer of LMS algorithm and its simulation
new-matlab
- 自适应均衡算法改进的lms算法和rls算法仿真-Lms adaptive equalization algorithm for improved simulation algorithms and rls algorithm
CDMAblind
- 一种改进的适于慢衰落信道的恒模盲均衡算法 CDMA系统盲自适应干扰抑制 -An improved fit for slow fading channel constant modulus blind equalization algorithm Adaptive Interference Suppression for CDMA Systems
BlindEqualizationBasedonGeneticAlgorithm
- 盲均衡技术能够仅利用接收信号的统计特性对信道特性进行均衡,克服了传统自适应均衡技术需要训练序列、降低系统有效信息传输率的缺陷,成为目前的研究热点。本文简单介绍了通信中的盲均衡技术,并针对一个简单的信道模型给出了基于遗传算法的盲均衡算法。仿真结果表明,多次迭代的盲均衡的均值能够很好地代表未知信道的性能。 -Blind equalization was an adaptive equalization technique,which could equalize the properties o
LMS_channel_eq
- LMS自适应滤波算法实现信道均衡,估计逆系统-LMS adaptive channel equalization filter algorithm, it is estimated inverse system
RLS_MATLAB
- 无线通信信道的自适应均衡算法,RLS算法,有助于消除码间串扰-Wireless communication channel adaptive equalization algorithm, RLS algorithm, help to eliminate ISI
RLS_equalizer
- 自适应均衡算法中的RLS算法,,均方误差曲线和系统输出曲线-Adaptive equalization algorithm in the RLS algorithm, the mean square error curve and the curve of the system output
CMA
- 自适应均衡算法,常模算法,固定步长,变步长盲均衡算法-Adaptive equalization algorithms, the norm algorithm
lms
- LMS自适应均衡算法,对于学习现代数字信号处理的朋友们很有参考价值-LMS adaptive equalization algorithm
rls_lms_compare
- LMS RLS自适应均衡算法的MATLAB仿真-LMS RLS algorithm of MATLAB simulation
nlms
- 归一化LMS自适应均衡算法的MATLAB仿真-The normalized LMS algorithm of MATLAB simulation
The-normalized-LMS-algorithm-
- 归一化LMS自适应均衡算法的MATLAB仿真程序-The normalized LMS algorithm of MATLAB simulation
自适应均衡器仿真
- 信号为BPSK信号,滤波器为iir,自适应算法为lms算法
无线MIMO系统/光纤模分复用系统的MIMO-LMS自适应均衡算法
- 代码注释十分详细,可将个人的数据导入后,直接运行即可。此代码为MIMO-LMS自适应均衡算法,以4×4(可自行修改)MIMO/MDM系统为例,信号调制方式为PAM4(可自行修改),在CMA与收敛后,采用了三种MIMO-LMS算法:基础MIMO-LMS.分段步长MIMO-LMS与变步长MIMO-LMS,分别对四路接收信号进行均衡,计算均衡后数据的误码率并做出误码率与接收功率的曲线图。此外还可做出三种MIMO-LMS 均方误差MSE的收敛曲线,三种MIMO-LMS均衡前后信号散点图等。