-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
67 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: constantin_rao | ||
physical: bits | ||
logical: bits | ||
|
||
name: 'Constantin-Rao (CR) code' | ||
short_name: 'CR' | ||
introduced: '\cite{doi:10.1016/S0019-9958(79)90329-2}' | ||
|
||
description: |- | ||
A nonlinear single-asymmetric-error code that generalize VT codes and that is constructed from an Abelian group. | ||
A CR code for group \(G\) and fixed group element \(g\) consists of all binary strings \(c=c_1c_2\cdotsc_n\) that satisfy \(\sum_i^n c_i g_i = g\) for some elements \(g_i\) \cite[Def. 1.3]{arxiv:1310.7536}. | ||
Here, addition is the group operation, the multiplication \(1 g_i = g_i\), and \(0 g_i = 0_G\) where \(0_G\) is the identity element. | ||
CR codes can be generalized to the \(q\)-ary case and also to codes correcting more than one asymmetric error \cite{manual:{Kløve, Torleiv. Error correcting codes for the asymmetric channel. Department of Pure Mathematics, University of Bergen, 1981.}}. | ||
protection: | | ||
Protect against single errors induced by the asymmetric noise channel. | ||
Codes for some groups, and in particular, the VT codes, also protect against single deletions and insertions \cite{doi:10.1109/ITW.2009.5351208}. | ||
features: | ||
rate: | | ||
CR codes for particular groups have higher rates than single-error-correcting codes under the binary asymmetric channel for all lengths except \(n = 2^r - 1\), in which case CR codes reduce to Hamming codes \cite{manual:{Kløve, Torleiv. Error correcting codes for the asymmetric channel. Department of Pure Mathematics, University of Bergen, 1981.}}; see Ref. \cite{arxiv:1310.7536}. | ||
Size analysis is presented in Ref. \cite{doi:10.1016/S0019-9958(80)90082-0}.' | ||
relations: | ||
parents: | ||
- code_id: bits_into_bits | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-07-13' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters