Commit aaedc5f
Liu, Andrew Z
Bug fix for ldpc_bp_decode
`out_llrs` array was being overwritten by the output LLR values of a single
block. This has been fixed by writing the output LLRs of each block to their
corresponding position within the `out_llrs` array1 parent 5dba9a4 commit aaedc5f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
| 247 | + | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments