lms_adaptive_equalizer我要分享

lms_Adaptive_Equalizer

matlab lmsadaptiveequalizer

关注次数: 97

下载次数: 1

文件大小: 1.74 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:%基于LMS算法的自适应均衡器。


English Description:

% Adaptive equalizer based on LMS algorithm. % % Rich Kozick, ELEC 470, Spring 1998 T = 1;      % Bit period tau = 3;    % Time constant of channel SNR = 100;   % Ratio of signal power to noise power (NOT in dB) dt = 0.01;  % Sampling time in simulation N = 250;    % Number of training bits to generate Ndata = 100; % Number of data bits to generate clear t1 t2 c x y % Create output pulse: rectangular pulse convolved with first-order % low-pass filter impulse response.


代码预览