Changes between Initial Version and Version 3 of Ticket #21328
- Timestamp:
- 08/26/16 10:00:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21328
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Tania Richmond
-
Property
Summary
changed from
Create a new class for Parity Codes
toCreate a new class for Parity-Check Codes
-
Property
Branch
changed from
to
u/richmond/parity_codes
-
Property
Commit
changed from
to
b77de0ff1050b206b78e8b127f8dce32c0ff6c68
-
Property
Status
changed from
-
Ticket #21328 – Description
initial v3 1 A linear parity code of length `n` and dimension `k` over `GF(q)`, with `n = k+1` is the set of all words, formed by the checksum at the last position of all `k` first symbols modulo `q`.1 A linear parity-check code of length `n` and dimension `k` over `GF(q)`, with `n = k+1` is the set of all words, formed by the checksum at the last position of all `k` first symbols modulo `q`. 2 2 3 This ticket proposes a new class for Parity Codes along with an encoder for it.3 This ticket proposes a new class for parity-check codes along with an encoder for it.