imyzx2017 / adaptive-equalization

Adaptive equalizer implementations based on RLS(Recursive Least Squares) and LMS(Least Mean Squares).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adaptive_eq

  • Implementations of Least Mean Squares and Recursive Least Squares algorithms for adaptive equalization.
  • MMSE Equalizer implementations based on the updated channel parameters.
  • Channel parameters, consequently MMSE Equalizer coefficients, are updated at the beginning of each received block
  • SNR vs. BER measurements obtained with Monte Carlo simulations.

See Adaptive Filter Theory by Haykin, 5th Ed. and Digital Communications by Proakis & Salehi, 5h Ed.

About

Adaptive equalizer implementations based on RLS(Recursive Least Squares) and LMS(Least Mean Squares).


Languages

Language:MATLAB 100.0%