edsonportosilva / OptiCommPy

Simulate optical communications systems with Python.
https://opticommpy.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
116 stars 43 forks source link

FEC for WDM #5

Closed Echo-cwb closed 2 years ago

Echo-cwb commented 2 years ago

Hello dear author, I modified the code according to your thoughts, but there was a problem with LDPC demodulation, his FEC did not work, I would like to ask if you can help me. Thank you so much! in tx: image image CPR: image

After CPR: image

Echo-cwb commented 2 years ago

https://colab.research.google.com/drive/1D0dlAILsyHGVoLstlFMSYF5vtxO2tk3t#scrollTo=4f6650fe This link is my code test14_compressed.txt

edsonportosilva commented 2 years ago

Hello. Your code is very messy and one cannot understand what you're trying to do. Again, the only thing you need to do is to generate an LDPC-coded bit sequence at the transmitter and add the decoder at the receiver. From what I have seen, you are changing other parts of the code, and that is why you are getting errors. If you want help, you need to be more specific about the problems you have.