Zero Forsing Equalizer

Version 1.0.0.0 (1,56 KB) von Alex Dytso
This is an implementation of Zero Forcing Equalizer
1,6K Downloads
Aktualisiert 14. Dez 2012

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2010b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu PHY Components finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0