搜索资源列表
二进制信道均衡算法源程序清单
- 关于自适应滤波的一系列程序,包括二进制信道均衡,噪声对消,信号增强等,斑竹,该加精了吧?-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
SPECTRUM_LMS
- 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.m、bt.m、bart_lett.m、welch.m、SPE
1
- lms/rls的自适应均衡算法仿真源代码,两个函数打包
adptivedef
- 文章中比较了在时变信道条件下的自适应均衡算法
自适应滤波的MATLAB实现
- 介绍自适应LMS和RLS以及自适应均衡、陷波的源程序。希望对大家有用。
adapthisteq
- 对限制对比度自适应直方图均衡化算法adapthisteq进行了解释。可用于图像增强-Contrast to the limited adaptive histogram equalization algorithm adapthisteq is explained. Can be used for image enhancement
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.
FSEDFE
- 自适应均衡器设计,采用分数间隔、判决反馈结构,MMSE算法。-Adapt a FSE+DFE combination for square M-QAM over T/2-spaced microwave channels with AWGN initialized by Unbiased MMSE-FSE receiver
AdaptiveequalizerofLMSalgorithmanditssimulation.ra
- 自适应均衡器的LMS算法实现及其仿真 :自适应均衡器已广泛应用于通信、雷达、声纳、控制和生物医学工程等许多领域,为克服多径衰落和信道失真 引起的码间干扰,实时跟踪移动通信信道的时变特性,笔者设计了一个基于LMS 算法的自适应线性均衡器,并通过改变步 长因子Δ来分析其收敛速度和均方误差特性.-Adaptive equalizer of LMS algorithm and its simulation
zishiyingjunhengqi
- 自适应均衡器实验报告lms算法matlab仿真-Experimental report adaptive equalizer lms algorithm matlab simulation
RLS
- RLS自适应均衡算法实 例例RLS自适应均衡算法实例-RLS algorithm for adaptive equalization algorithm for real examples of cases of RLS RLS adaptive equalization algorithm in adaptive equalization
new-matlab
- 自适应均衡算法改进的lms算法和rls算法仿真-Lms adaptive equalization algorithm for improved simulation algorithms and rls algorithm
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
自适应均衡器仿真
- 信号为BPSK信号,滤波器为iir,自适应算法为lms算法
自适应均衡示例
- 实验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
E7_3
- 对基于符号LMS算法的自适应均衡器进行仿真。要求分别进行算法的性能仿真、生成FPGA测试用的输入信号、仿真权值在运算过程中的数据范围(The adaptive equalizer based on the symbol LMS algorithm is simulated. The performance simulation of the algorithm is required, the input signal for FPGA test is generated, and the da
无线MIMO系统/光纤模分复用系统的MIMO-LMS自适应均衡算法
- 代码注释十分详细,可将个人的数据导入后,直接运行即可。此代码为MIMO-LMS自适应均衡算法,以4×4(可自行修改)MIMO/MDM系统为例,信号调制方式为PAM4(可自行修改),在CMA与收敛后,采用了三种MIMO-LMS算法:基础MIMO-LMS.分段步长MIMO-LMS与变步长MIMO-LMS,分别对四路接收信号进行均衡,计算均衡后数据的误码率并做出误码率与接收功率的曲线图。此外还可做出三种MIMO-LMS 均方误差MSE的收敛曲线,三种MIMO-LMS均衡前后信号散点图等。