Zero Forsing Equalizer

Version 1.0.0.0 (1,56 ko) par Alex Dytso
This is an implementation of Zero Forcing Equalizer
1,7K téléchargements
Mise à jour 14 déc. 2012

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur PHY Components dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0