Zero Forsing Equalizer
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
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |