sq-shen / iscml

Automatically exported from code.google.com/p/iscml
0 stars 0 forks source link

LDPC Decoder Object Refactoring #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
LDPC decoder object is initialized in beginning of SimulateMod(), requiring 
that the object be passed into CmlDecode().

The implementation could be improved by refactoring such that LDPC decoder 
initialization is performed in CmlDecode(), removing the need to pass the 
decoder to CmlDecode() as a parameter.

Original issue reported on code.google.com by terry.fe...@gmail.com on 11 Mar 2014 at 7:01