You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codes/classical/bits/ltc/binary_ltc.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ description: |
15
15
16
16
More technically, the code is a \((u,R)\)-LTC if the rows of its parity-check matrix \(H\in \mathbb{F}_2^{r\times n}\) have weight at most \(u\) and if
holds for any bitstring \(x\), where \(D(x,C)\) is the Hamming distance between \(x\) and the closest codeword to \(x\) \cite[Def. 11]{arxiv:1911.03069}.
Copy file name to clipboardExpand all lines: codes/classical/bits/tanner/ldpc.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ relations:
71
71
detail: 'The dual of an LDPC code has a sparse generator matrix and is called an LDGM code.'
72
72
# also in ldgm
73
73
- code_id: random
74
-
detail: 'LDPC codes are often constructed non-determinisitically.'
74
+
detail: 'LDPC codes are often constructed nondeterministically.'
75
75
- code_id: hamiltonian
76
76
detail: 'There are relations between LDPC codes and statistical mechanical models of spin glasses \cite{arxiv:cond-mat/0205051,doi:10.1093/acprof:oso/9780198570837.001.0001,doi:10.1093/acprof:oso/9780198509417.001.0001,doi:10.1017/9781009283403}.'
A code that is a set of subspaces of \(\mathbb{F}_q^n\). Codewords are generator matrices of the subspaces in reduced-row echelon form, and distance is governed by various notions of subspace overlap.
14
+
A code that is a set of subspaces of \(\mathbb{F}_q^n\). Codewords are the subspaces themselves, often represented by generator matrices in reduced-row echelon form, and distance is governed by various notions of subspace overlap.
15
15
16
16
protection: |
17
17
Subspace codes are quantified with respect to the subspace distance \cite{arXiv:cs/0703061} or injection distance \cite{arxiv:0805.3824}.
GRM code for nonzero points \(\{\alpha_1,\cdots,\alpha_n\}\) with \(n=m+1\) whose leftmost nonzero coordinate is one, corresponding to an evaluation code of polynomials over projective coordinates.
15
+
Evaluation code obtained by evaluating homogeneous polynomials on the points of the projective space \(PG(m,q)\), equivalently on representatives of the nonzero vectors in \(\mathbb{F}_q^{m+1}\) whose leftmost nonzero coordinate is one.
16
16
17
-
PRM codes include the codes PRM\(_q(r,m)\) for \(r<q\), which are are injective evaluation codes with parameters \cite{doi:10.1515/9783110811056.77}
17
+
PRM codes include the codes PRM\(_q(r,m)\) for \(r<q\), which are injective evaluation codes with parameters \cite{doi:10.1515/9783110811056.77}
Copy file name to clipboardExpand all lines: codes/classical/q-ary_digits/tanner/q-ary_ldpc.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ description: |
19
19
Alternatively, a member of an infinite family of \([n,k,d]_q\) codes for which the number of nonzero entries in each row and column of the parity-check matrix are both bounded above by a constant as \(n\to\infty\).
20
20
21
21
A \textit{parity check} is performed by taking the inner product of a row of the parity-check matrix with a codeword that has been affected by a noise channel.
22
-
A parity check yields either zero (no error) or a nonzero field element (error).
23
-
Despite the fact that there is more than one nonzero outcome, \(q>2g\)-ary linear codes with sparse parity-check matrices are also called LDPC codes.
22
+
A parity check yields either zero (a satisfied check) or a nonzero field element (an unsatisfied check).
23
+
Despite the fact that there is more than one nonzero outcome, \(q\)-ary linear codes with sparse parity-check matrices are also called LDPC codes.
24
24
25
25
protection: |
26
26
Non-binary cycle LDPC codes for \(q\geq 32\) can exhibit good performance \cite{doi:10.1109/ICC.2004.1312545,doi:10.1109/ITW.2007.4313042,doi:10.1109/TCOMM.2008.060527}.
0 commit comments