Difference between revisions of "Template:Infobox code"
Jump to navigation
Jump to search
[[Category:Infobox templates|Template:Remove first word]]
imported>Burza502 |
|||
| Line 1: | Line 1: | ||
| − | {{Infobox | + | <includeonly>{{Infobox |
| − | | | + | |name=Infobox code |
| − | | | + | |above={{{name}}} |
| − | | | + | |image={{{image|}}} |
| − | | | + | |caption={{{image_caption|}}} |
| − | | | ||
| − | |||
| − | |||
| + | |labelstyle=width:50%; | ||
| + | |headerstyle = background:#ccf; | ||
| + | |label1=Named after | ||
| + | |data1={{{namesake|}}} | ||
| + | |header2={{#if:{{{type|}}}{{{hierarchy|}}}|Classification}} | ||
| − | | | + | |label3=Type |
| − | | | + | |data3={{{type|}}} |
| − | | | + | |
| − | | | + | |label4=Hierarchy |
| − | | | + | |data4={{{hierarchy|}}} |
| − | | | + | |header5=Parameters |
| − | | | + | |label6=[[Block_code#The_block_length_n|Block length]] |
| − | | | + | |data6={{{block_length|}}} |
| − | | | + | |label7=[[Block_code#The_message_length_k|Message length]] |
| − | | | + | |data7={{{message_length|}}} |
| − | | | + | |label8=[[Block_code#The_rate_R|Rate]] |
| − | | | + | |data8={{{rate|}}} |
| − | | | + | |label9=[[Block_code#The_distance_d|Distance]] |
| − | | | + | |data9={{{distance|}}} |
| − | | | + | |label10=[[Block_code#The_alphabet_.CE.A3|Alphabet size]] |
| − | | | + | |data10={{{alphabet_size|}}} |
| − | | | + | |label11=[[Block code#Popular notation|Notation]] |
| − | | | + | |data11={{{notation|}}} |
| − | | | + | |header12={{#if:{{{decoding|}}}|Algorithms}} |
| − | | | + | |label13=Decoding |
| − | | | + | |data13={{{decoding|}}} |
| − | | | + | |header14={{#if:{{{properties|}}}|Properties}} |
| − | }} | + | |data15={{{properties|}}} |
| + | }}</includeonly><noinclude> | ||
| + | |||
| + | {{documentation}} | ||
| + | |||
| + | </noinclude> | ||
Revision as of 02:06, 20 January 2014
| 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 |
| Parameters | |
| 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 | |
| Decoding | 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. |