Zero Forsing Equalizer

This is an implementation of Zero Forcing Equalizer
1.6K Downloads
Updated 14 Dec 2012

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on PHY Components in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0