Zero Forsing Equalizer

版本 1.0.0.0 (1.6 KB) 作者: Alex Dytso
This is an implementation of Zero Forcing Equalizer
1.6K 次下载
更新时间 2012/12/14

查看许可证

Zero Forcing Equalizer is a type of linear equalizers used to
%combat ISI(inter symbol interference). This codes is a demostration of a
%simple implemenation of Zero Forcing Equalizer using MatLab tools.
% A typical channel is model in discrete domain as:

%%%%%% y[n]=h[n]*x[n]+z[n]
% where y[n] is channel output, x[n] is channel input, h[n] is channal
% impulse response, z[n] is AWGN nosise

% We can convert channel to frequency domain as follows:
% Y(f)=H(f)X(f)+Z(f)
% Zero-forcing equalizer multiplies Y(f) by inv(H(f))
% inv(H(f))Y(f)=X(f)+inv(H(f))Z(f)
% thus we essancially get an ISI free channel.
% The drawback is that noise is enhance

引用格式

Alex Dytso (2024). Zero Forsing Equalizer (https://www.mathworks.com/matlabcentral/fileexchange/39470-zero-forsing-equalizer), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 PHY Components 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0