Difference between revisions of "Template:Infobox code"
Jump to navigation
Jump to search
[[Category:Infobox templates|Template:Remove first word]]
imported>Matthiaspaul (Added a number of code properties from "Infobox Binärcode" in German WP with some properties added from Steinbuch book) |
imported>Matthiaspaul (activated data) |
||
| Line 32: | Line 32: | ||
|label20=Digits<!-- Stellenzahl --> | |label20=Digits<!-- Stellenzahl --> | ||
| − | | | + | |data21={{{digits|}}} |
|label22=Tracks<!-- Lesespuren --> | |label22=Tracks<!-- Lesespuren --> | ||
| − | | | + | |data23={{{tracks|}}} |
|label24=Digit values<!-- Stellenwerte / bewertbar --> | |label24=Digit values<!-- Stellenwerte / bewertbar --> | ||
| − | | | + | |data25={{{digit_values|}}} |
|label26=Weight<!-- Gewichte --> | |label26=Weight<!-- Gewichte --> | ||
| − | | | + | |data27={{{weight|}}} |
|label28=Continuity<!-- Stetigkeit / Einschrittigkeit / zyklisch (veraltet) --> | |label28=Continuity<!-- Stetigkeit / Einschrittigkeit / zyklisch (veraltet) --> | ||
| − | | | + | |data29={{{continuity|}}} |
|label30=Minimal distance<!-- Minimale Distanz --> | |label30=Minimal distance<!-- Minimale Distanz --> | ||
| − | | | + | |data31={{{minimal_distance|}}} |
|label32=Maximal distance<!-- Maximale Distanz --> | |label32=Maximal distance<!-- Maximale Distanz --> | ||
| − | | | + | |data33={{{maximal_distance|}}} |
|label34=Hamming distance<!-- Hamming-Distanz --> | |label34=Hamming distance<!-- Hamming-Distanz --> | ||
| − | | | + | |data35={{{hamming_distance|}}} |
|label36=Redundancy<!-- Redundanz --> | |label36=Redundancy<!-- Redundanz --> | ||
| − | | | + | |data37={{{redundancy|}}} |
|label40=Lexicographic<!-- Lexikografisch --> | |label40=Lexicographic<!-- Lexikografisch --> | ||
| − | | | + | |data41={{{lexicographic|}}} |
|label42=Complement<!-- Komplement --> | |label42=Complement<!-- Komplement --> | ||
| − | | | + | |data43={{{complement|}}} |
|label44=Group of 5<!-- 5er Bündel --> | |label44=Group of 5<!-- 5er Bündel --> | ||
| − | | | + | |data45={{{group_of_5|}}} |
|header50={{#if:{{{decoding|}}}|Algorithms}} | |header50={{#if:{{{decoding|}}}|Algorithms}} | ||
Revision as of 11:42, 25 April 2017
| Reed–Solomon codes | |
|---|---|
| Named after | Irving S. Reed and Gustave Solomon |
| Classification | |
| Hierarchy | Linear block code Polynomial code Cyclic code BCH code Reed–Solomon code |
| Block length | n = q − 1 |
| Message length | k |
| Distance | n − k + 1 |
| Alphabet size | q = pm (p prime) |
| Notation | [n, k, n − k + 1]q-code |
| Algorithms | |
| Berlekamp–Massey Euclidean et al. | |
| Properties | |
| Maximum-distance separable code | |
{{infobox code
| name =
| image =
| image_caption =
| namesake =
| type =
| hierarchy =
| block_length =
| message_length =
| rate =
| distance =
| alphabet_size =
| notation =
| decoding =
| properties =
| digits =
| tracks =
| digit_values =
| weight =
| continuity =
| cyclic =
| minimum_distance =
| maximum_distance =
| hamming_distance =
| redundancy =
| lexicography =
| complement =
| groups_of_5 =
}}
- Any of the fields can be safely left blank.
- You may include an image with no caption, but a caption will not be shown if there is no image.
- Wiki links [[]] are fine in any of the fields.
| The above documentation is transcluded from Template:Infobox code/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |