Difference between revisions of "Template:Infobox code/doc"
Jump to navigation
Jump to search
imported>Nethaji Sundarraju |
imported>Didym m (Reverted edits by Nethaji Sundarraju (talk) to last version by Ylloh) |
||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Documentation subpage}} |
| − | |name | + | {{infobox code |
| − | |image | + | | name = Reed–Solomon codes |
| − | | | + | | image = |
| − | | | + | | image_caption = |
| − | + | | namesake = [[Irving S. Reed]] and [[Gustave Solomon]] | |
| − | + | | hierarchy = [[Linear block code]]<br>[[Polynomial code]]<br>[[Cyclic code]]<br>[[BCH code]]<br>Reed–Solomon code | |
| − | + | | block_length = ''n'' = ''q'' - 1 | |
| − | + | | message_length = ''k'' | |
| − | | | + | | distance = ''n'' - ''k'' + 1 |
| − | + | | alphabet_size = ''q'' = ''p''<sup>''m''</sup> (''p'' prime) | |
| − | | | + | | notation = [''n'', ''k'', ''n'' - ''k'' + 1]<sub>''q''</sub>-code |
| − | | | + | | decoding = [[Berlekamp–Massey algorithm|Berlekamp–Massey]]<br>[[Euclidean algorithm|Euclidean]]<br>''et al.'' |
| − | | | + | | properties = [[maximum distance separable code|Maximum-distance separable code]] |
| − | | | ||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
}} | }} | ||
| + | <pre>{{infobox code | ||
| + | | name = | ||
| + | | image = | ||
| + | | image_caption = | ||
| + | | namesake = | ||
| + | | type = | ||
| + | | hierarchy = | ||
| + | | block_length = | ||
| + | | message_length = | ||
| + | | rate = | ||
| + | | distance = | ||
| + | | alphabet_size = | ||
| + | | notation = | ||
| + | | decoding = | ||
| + | | properties = | ||
| + | }}</pre> | ||
| + | |||
| + | * 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. | ||
| + | |||
| + | <includeonly> | ||
| + | [[Category:Mathematics and abstraction infobox templates|Code]] | ||
| + | [[Category:Computer science infobox templates|Code]] | ||
| + | </includeonly> | ||
Revision as of 05:59, 10 August 2015
| This is a documentation subpage for Template:Infobox code. It contains usage information, categories and other content that is not part of the original template page. |
| 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 =
}}
- 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.