| Issue 6: | LDPC Decoder Object Refactoring | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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. |