搜索资源列表
CMA_Equalizer
- 自适应均衡器(CMA)的Matlab仿真源程序及仿真结果图-adaptive equalizer (CMA) and Matlab simulation source Simulation results
LMS-auto-adapter-fiter
- 考虑一个线性自适应均衡器的原理方框图如《现代数字信号处理导论》p.275自适应均衡器应用示意图。用LMS算法实现这个自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数。一次实验的训练序列长度为500。进行20次独立实验,画出误差平方的收敛曲线。给出3个步长值的比较。-consider a linear adaptive equalizer block diagram as the principle of "modern digital signal process
eyeprog
- 用MATLAB编程出自适应时域均衡在均衡前与均衡后的眼图对比(低通信道和多径信道),还有误差曲线-Programming with MATLAB the adaptive time-domain equalizer in the balance before the balance of the eye diagram after the contrast (low communication channel and multi-path channel), as well as the err
Matlab
- 基于LMS算法的自适应均衡器-LMS-based adaptive equalizer algorithm
C_LMS
- 研究利用LMS自适应均衡器纠正存在加性白噪声的信道的畸变。讨论步长参数 和特征值扩散度 对学习曲线的影响。-To examine the use of LMS adaptive equalizer to correct the existence of additive white noise distortion channel. Discussion of step parameters and eigenvalues of the proliferation of degrees of i
C_RLS
- 研究利用RLS算法自适应均衡器纠正存在加性白噪声的信道的畸变。讨论特征值扩散度 对学习曲线的影响。 比较RLS算法和LMS算法在不同信噪比情况下的学习曲线。 -RLS algorithm using adaptive equalizer to correct the existence of additive white noise distortion channel. Eigenvalue discussion diffusivity impact on the learning cur
zero_tap_detection_adaptiveequalizer
- 具有检测FIR滤波器单位脉冲响应h[n]中零系数(zero tap detection)功能的LMS算法自适应均衡器,可处理相关输入(colored inputs)和独立输入(white inputs). 检测出零系数的个数和位置,减少后续计算次数,提高算法效率。-Zero Tap Detection LMS adaptive Equalizer with Tap Decoupling techniques and Colored Inputs and white inputs.
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
RLS
- 用RLS算法实现自适应均衡器,画出一次实验的误差平方的收敛曲线,给出最后设计滤波器系数-RLS algorithm with adaptive equalizer, draw a single experiment squared error convergence curve of the final design of the filter coefficients are given
adaptive
- 基于matlab和C,包括LMS,CMA,MCMA自适应均衡器的程序和论文,论文说明很详细,可以提供相关参考-Including the LMS, CMA, MCMA adaptive equalizer procedures and papers, research papers explain in great detail and can provide relevant information
main_lms_eq1
- 用LMS算法实现自适应均衡器的MATLAB程序-LMS
LMSsuanfazishiyingjunhengqi
- 在MATLAB中,使用LMS算法实现自适应均衡器,通过改变收敛因子和滤波器阶数就可以仿真均衡器的收敛速度和精度。-In MATLAB, use the LMS algorithm adaptive equalizer by changing the order of the convergence factor and the filter can simulate the equalizer on the convergence speed and accuracy.
MATLAB_Programming_LMS_Adaptive_Equalizer
- 一个MATLAB程序,用以实现基于最小均方误差算法的自适应均衡器,通常可以直接应用在数字通信系统中-A MATLAB program used to implement an LMS adaptive equalizer which can be directly applied in the digital communication systems
adpeq
- 自适应均衡器的MATLAB实现 介数为64 结果正确 可以直接使用-MATLAB adaptive equalizer to achieve the results referred to 64 the number of correct use can
cxx
- 此程序是LMS算法实现的一个自适应均衡器,均衡器选取的信道抽头数是11。-the program is adaptive equalizer using Lms to achieve.the channel tap is 11.
ber
- 横向自适应滤波器和判决反馈自适应均衡器误码曲线学习比较
自适应均衡器仿真
- 信号为BPSK信号,滤波器为iir,自适应算法为lms算法
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
Equalizer_16QAM.zip
- 自适应均衡器的仿真源代码,是matlab源代码,可以在matlab 2012以上版本执行,该均衡器是基于16QAM调制方式的,采用CMA算法,仿真结果可以显示均衡前的星座图、均衡后的星座图及收敛曲线。