ReedSolomonkódok
Reed-Solomon kódok, or Reed-Solomon codes, are a family of error-correcting codes that operate on symbols from a finite field to detect and correct errors in blocks of data. They are named after Irving Reed and Gustave Solomon, who introduced them in 1960. RS codes are maximum distance separable (MDS) codes, meaning they achieve the largest possible minimum distance for a given block length. An RS code is denoted RS(n, k), where n is the block length and k is the number of data symbols; the code adds n−k parity symbols, enabling correction of up to t = (n−k)/2 symbol errors within a block. The symbols come from a finite field, typically GF(2^m), with n ≤ 2^m − 1.
Encoding is performed by multiplying the data symbol vector by a generator polynomial of degree n−k, or
RS codes are widely used in storage and communications to protect against burst errors. They are integral
See also: error-correcting codes, finite fields, maximum distance separable codes.