- #1
arvik
- 5
- 0
Homework Statement
Well I was just practicing MATLAB by going through different MATLAB codes available online.I found this DMT simulation.Here is the link
http://cnx.org/content/m11721/latest/
Now I decided to add another block in this implementation - The RS encoder(coz usually DMT uses RS encoder and trellis encoding especially in ADSL systems).Now according to my knowledge the encoder should help reduce the bit error but that's not the case.Can somebody please help me understand why it is so?
Homework Equations
The Attempt at a Solution
I have attached all the MATLAB functions along with the RS encoder block that I have implemented and also the script files.