LDPC Decoder Optimizations
Optimizations include:
- Removal of large LUTs
- Improving execution time
The message passing between CNs and BNs is currently based on (many) LUTs. This is inefficient and will be replaced by a circular memcpy operation.
Optimizations include:
The message passing between CNs and BNs is currently based on (many) LUTs. This is inefficient and will be replaced by a circular memcpy operation.