mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
don't forget the last bit, even though last two are parity vectors
This commit is contained in:
parent
3b5a4088fc
commit
da9d47b95d
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ class LDPCDecoder
|
|||
inps[k] = inp;
|
||||
mags[k] = mag;
|
||||
}
|
||||
next_wdm |= first_wdb<<(deg-1);
|
||||
for (int k = 0; k < deg; ++k) {
|
||||
TYPE mag = mags[k];
|
||||
TYPE inp = inps[k];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue