Difference between revisions of "Template:Infobox code/doc"

From blackwiki
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:
{{Infobox person
+
{{Documentation subpage}}
|name         = Nethaji Sundarraju
+
{{infobox code
|image       = Nethaji.jpg
+
| name           = Reed–Solomon codes
|image_size  = 220px
+
| image         =
|caption      = Nethaji in June 2015.
+
| image_caption  =
|birth_name  = Nethaji
+
| namesake      = [[Irving S. Reed]] and [[Gustave Solomon]]
|birth_date  = {{Birth date and age|1994|08|15}}
+
| hierarchy      = [[Linear block code]]<br>[[Polynomial code]]<br>[[Cyclic code]]<br>[[BCH code]]<br>Reed–Solomon code
|birth_place  = [[Pudukkottai]], Tamil Nadu, India
+
| block_length  = ''n'' = ''q'' - 1
|residence    = [[Avadi|Medina]], Chennai, Tamil Nadu, India
+
| message_length = ''k''
|alma_mater  = (BE-Electronics And Communication Engineering)<br>[[Anna University]]<br>Sri Sairam Institute Of Technology
+
| distance      = ''n'' - ''k'' + 1
|occupation  = Technology Advisor of [[Microsoft]]<br>Co-Chair of the [[Bill & Melinda Gates Foundation]]<br />CEO of [[Cascade Investment]]<br>Chair of [[Corbis]]
+
| alphabet_size  = ''q'' = ''p''<sup>''m''</sup>&nbsp; (''p'' prime)
|years_active = 1975–present
+
| notation       = [''n'', ''k'', ''n'' - ''k'' + 1]<sub>''q''</sub>-code
|net_worth    = US$80 billion (August 2015)<ref name="net worth">{{cite web|title=#1 Bill Gates|url=http://www.forbes.com/profile/bill-gates/?list=billionaires|publisher=Forbes|accessdate=13 June 2015}}</ref>
+
| decoding       = [[Berlekamp–Massey algorithm|Berlekamp–Massey]]<br>[[Euclidean algorithm|Euclidean]]<br>''et al.''
|boards       = [[Microsoft]]<br>[[Berkshire Hathaway]]
+
| properties     = [[maximum distance separable code|Maximum-distance separable code]]
|spouse       = {{marriage|[[Melinda Gates]]|1994}}
 
|children    = 3
 
|parents      = [[William H. Gates, Sr.]]<br>[[Mary Maxwell Gates]]
 
|religion     = [[Catholic Church|Roman Catholicism]] (formerly [[Congregational church|Congregationalism]])<ref>{{cite web | url = http://www.rollingstone.com/culture/news/bill-gates-the-rolling-stone-interview-20140313?print=true | title = Bill Gates: The Rolling Stone Interview | date = 2014-03-13 | first = Jeff | last = Goodell | work = Rolling Stone }}</ref>
 
|signature    = BillGates Signature.svg
 
|signature_alt= William H. Gates III
 
|website      = {{URL|http://www.thegatesnotes.com|TheGatesNotes.com}}
 
 
}}
 
}}
 +
<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

Reed–Solomon codes
Named afterIrving S. Reed and Gustave Solomon
Classification
HierarchyLinear block code
Polynomial code
Cyclic code
BCH code
Reed–Solomon code
Block lengthn = q - 1
Message lengthk
Distancen - k + 1
Alphabet sizeq = 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.