-
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
12 changed files
with
48 additions
and
4 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 35 additions & 0 deletions
35
codes/classical/q-ary_digits/ag/reed_solomon/irs/cross_interleaved_reed_solomon.yml
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,35 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: cross_interleaved_reed_solomon | ||
physical: q-ary_digits | ||
logical: q-ary_digits | ||
|
||
name: 'Cross-interleaved RS (CIRS) code' | ||
short_name: 'CIRS' | ||
introduced: '\cite{manual:{Vries, L.B. and Odaka, K., 1982, June. CIRC-the error-correcting code for the compact disc digital audio system. In Audio Engineering Society Conference: 1st International Conference: Digital Audio. Audio Engineering Society.},manual:{Odaka K., Sako Y., Iwamoto I., Doi T.; Vries L.B.; SONY: Error correctable data transmission method (Patent US4413340) filing date May 21, 1980.}}' | ||
|
||
description: | | ||
An IRS code that is constructed using two shortened RS codes and two forms of interleaving. The code can also be visualized as a 2D array code \cite{preset:HPArray}. | ||
protection: | | ||
Can correct burst errors \cite{preset:HPArray}. | ||
realizations: | ||
- 'Compact discs (CDs); see \cite[Sec. 5.6]{doi:10.1017/CBO9780511807077}\cite{preset:HPArray}\cite[Ch. 4]{doi:10.1109/9780470546345}.' | ||
|
||
relations: | ||
parents: | ||
- code_id: interleaved_reed_solomon | ||
- code_id: array | ||
detail: 'The CIRS code can also be visualized as a 2D array code \cite{preset:HPArray}.' | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-08-14' |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.