HOME

TheInfoList



OR:

The Hadamard code is an
error-correcting code In computing, telecommunication, information theory, and coding theory, an error correction code, sometimes error correcting code, (ECC) is used for controlling errors in data over unreliable or noisy communication channels. The central idea i ...
named after
Jacques Hadamard Jacques Salomon Hadamard (; 8 December 1865 – 17 October 1963) was a French mathematician who made major contributions in number theory, complex analysis, differential geometry and partial differential equations. Biography The son of a teac ...
that is used for
error detection and correction In information theory and coding theory with applications in computer science and telecommunication, error detection and correction (EDAC) or error control are techniques that enable reliable delivery of digital data over unreliable commu ...
when transmitting messages over very noisy or unreliable channels. In 1971, the code was used to transmit photos of Mars back to Earth from the NASA space probe
Mariner 9 Mariner 9 (Mariner Mars '71 / Mariner-I) was a robotic spacecraft that contributed greatly to the exploration of Mars and was part of the NASA Mariner program. Mariner 9 was launched toward Mars on May 30, 1971 from LC-36B at Cape Canaveral A ...
. Because of its unique mathematical properties, the Hadamard code is not only used by engineers, but also intensely studied in coding theory,
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, and
theoretical computer science computer science (TCS) is a subset of general computer science and mathematics that focuses on mathematical aspects of computer science such as the theory of computation, lambda calculus, and type theory. It is difficult to circumscribe the ...
. The Hadamard code is also known under the names Walsh code, Walsh family, and Walsh–Hadamard code in recognition of the American mathematician Joseph Leonard Walsh. The Hadamard code is an example of a linear code of length 2^m over a binary alphabet. Unfortunately, this term is somewhat ambiguous as some references assume a message length k = m while others assume a message length of k = m+1. In this article, the first case is called the Hadamard code while the second is called the augmented Hadamard code. The Hadamard code is unique in that each non-zero codeword has a
Hamming weight The Hamming weight of a string is the number of symbols that are different from the zero-symbol of the alphabet used. It is thus equivalent to the Hamming distance from the all-zero string of the same length. For the most typical case, a string ...
of exactly 2^, which implies that the
distance Distance is a numerical or occasionally qualitative measurement of how far apart objects or points are. In physics or everyday usage, distance may refer to a physical length or an estimation based on other criteria (e.g. "two counties over"). ...
of the code is also 2^. In standard coding theory notation for
block code In coding theory, block codes are a large and important family of error-correcting codes that encode data in blocks. There is a vast number of examples for block codes, many of which have a wide range of practical applications. The abstract defini ...
s, the Hadamard code is a ^k,k,2^2-code, that is, it is a linear code over a binary alphabet, has block length 2^k, message length (or dimension) k, and minimum distance 2^k/2. The block length is very large compared to the message length, but on the other hand, errors can be corrected even in extremely noisy conditions. The augmented Hadamard code is a slightly improved version of the Hadamard code; it is a ^k,k+1,2^2-code and thus has a slightly better rate while maintaining the relative distance of 1/2, and is thus preferred in practical applications. In communication theory, this is simply called the Hadamard code and it is the same as the first order Reed–Muller code over the binary alphabet. Normally, Hadamard codes are based on Sylvester's construction of Hadamard matrices, but the term “Hadamard code” is also used to refer to codes constructed from arbitrary Hadamard matrices, which are not necessarily of Sylvester type. In general, such a code is not linear. Such codes were first constructed by
Raj Chandra Bose Raj Chandra Bose (19 June 1901 – 31 October 1987) was an Indian American mathematician and statistician best known for his work in design theory, finite geometry and the theory of error-correcting codes in which the class of BCH codes is pa ...
and Sharadchandra Shankar Shrikhande in 1959. If ''n'' is the size of the Hadamard matrix, the code has parameters (n,2n,n/2)_2, meaning it is a not-necessarily-linear binary code with 2''n'' codewords of block length ''n'' and minimal distance ''n''/2. The construction and decoding scheme described below apply for general ''n'', but the property of linearity and the identification with Reed–Muller codes require that ''n'' be a power of 2 and that the Hadamard matrix be equivalent to the matrix constructed by Sylvester's method. The Hadamard code is a locally decodable code, which provides a way to recover parts of the original message with high probability, while only looking at a small fraction of the received word. This gives rise to applications in
computational complexity theory In theoretical computer science and mathematics, computational complexity theory focuses on classifying computational problems according to their resource usage, and relating these classes to each other. A computational problem is a task solved ...
and particularly in the design of probabilistically checkable proofs. Since the relative distance of the Hadamard code is 1/2, normally one can only hope to recover from at most a 1/4 fraction of error. Using list decoding, however, it is possible to compute a short list of possible candidate messages as long as fewer than \frac-\epsilon of the bits in the received word have been corrupted. In
code-division multiple access Code-division multiple access (CDMA) is a channel access method used by various radio communication technologies. CDMA is an example of multiple access, where several transmitters can send information simultaneously over a single communicatio ...
(CDMA) communication, the Hadamard code is referred to as Walsh Code, and is used to define individual
communication channel A communication channel refers either to a physical transmission medium such as a wire, or to a logical connection over a multiplexed medium such as a radio channel in telecommunications and computer networking. A channel is used for informa ...
s. It is usual in the CDMA literature to refer to codewords as “codes”. Each user will use a different codeword, or “code”, to modulate their signal. Because Walsh codewords are mathematically
orthogonal In mathematics, orthogonality is the generalization of the geometric notion of '' perpendicularity''. By extension, orthogonality is also used to refer to the separation of specific features of a system. The term also has specialized meanings in ...
, a Walsh-encoded signal appears as
random noise In electronics, noise is an unwanted disturbance in an electrical signal. Noise generated by electronic devices varies greatly as it is produced by several different effects. In particular, noise is inherent in physics, and central to the ...
to a CDMA capable mobile
terminal Terminal may refer to: Computing Hardware * Terminal (electronics), a device for joining electrical circuits together * Terminal (telecommunication), a device communicating over a line * Computer terminal, a set of primary input and output devi ...
, unless that terminal uses the same codeword as the one used to encode the incoming signal.


History

''Hadamard code'' is the name that is most commonly used for this code in the literature. However, in modern use these error correcting codes are referred to as Walsh–Hadamard codes. There is a reason for this:
Jacques Hadamard Jacques Salomon Hadamard (; 8 December 1865 – 17 October 1963) was a French mathematician who made major contributions in number theory, complex analysis, differential geometry and partial differential equations. Biography The son of a teac ...
did not invent the code himself, but he defined Hadamard matrices around 1893, long before the first
error-correcting code In computing, telecommunication, information theory, and coding theory, an error correction code, sometimes error correcting code, (ECC) is used for controlling errors in data over unreliable or noisy communication channels. The central idea i ...
, the
Hamming code In computer science and telecommunication, Hamming codes are a family of linear error-correcting codes. Hamming codes can detect one-bit and two-bit errors, or correct one-bit errors without detection of uncorrected errors. By contrast, the sim ...
, was developed in the 1940s. The Hadamard code is based on Hadamard matrices, and while there are many different Hadamard matrices that could be used here, normally only Sylvester's construction of Hadamard matrices is used to obtain the codewords of the Hadamard code.
James Joseph Sylvester James Joseph Sylvester (3 September 1814 – 15 March 1897) was an English mathematician. He made fundamental contributions to matrix theory, invariant theory, number theory, partition theory, and combinatorics. He played a leadership ...
developed his construction of Hadamard matrices in 1867, which actually predates Hadamard's work on Hadamard matrices. Hence the name ''Hadamard code'' is disputed and sometimes the code is called ''Walsh code'', honoring the American mathematician Joseph Leonard Walsh. An augmented Hadamard code was used during the 1971
Mariner 9 Mariner 9 (Mariner Mars '71 / Mariner-I) was a robotic spacecraft that contributed greatly to the exploration of Mars and was part of the NASA Mariner program. Mariner 9 was launched toward Mars on May 30, 1971 from LC-36B at Cape Canaveral A ...
mission to correct for picture transmission errors. The data words used during this mission were 6 bits long, which represented 64
grayscale In digital photography, computer-generated imagery, and colorimetry, a grayscale image is one in which the value of each pixel is a single sample representing only an ''amount'' of light; that is, it carries only intensity information. Graysc ...
values. Because of limitations of the quality of the alignment of the transmitter at the time (due to Doppler Tracking Loop issues) the maximum useful data length was about 30 bits. Instead of using a
repetition code In coding theory, the repetition code is one of the most basic error-correcting codes. In order to transmit a message over a noisy channel that may corrupt the transmission in a few places, the idea of the repetition code is to just repeat the m ...
, a 2, 6, 16Hadamard code was used. Errors of up to 7 bits per word could be corrected using this scheme. Compared to a 5-
repetition code In coding theory, the repetition code is one of the most basic error-correcting codes. In order to transmit a message over a noisy channel that may corrupt the transmission in a few places, the idea of the repetition code is to just repeat the m ...
, the error correcting properties of this Hadamard code are much better, yet its rate is comparable. The efficient decoding algorithm was an important factor in the decision to use this code. The circuitry used was called the "Green Machine". It employed the
fast Fourier transform A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). Fourier analysis converts a signal from its original domain (often time or space) to a representation in ...
which can increase the decoding speed by a factor of three. Since the 1990s use of this code by space programs has more or less ceased, and the
NASA Deep Space Network The NASA Deep Space Network (DSN) is a worldwide network of American spacecraft communication ground segment facilities, located in the United States (California), Spain (Madrid), and Australia (Canberra), that supports NASA's interplanetary ...
does not support this error correction scheme for its dishes that are greater than 26 m.


Constructions

While all Hadamard codes are based on Hadamard matrices, the constructions differ in subtle ways for different scientific fields, authors, and uses. Engineers, who use the codes for data transmission, and
coding theorists Coding may refer to: Computer science * Computer programming, the process of creating and maintaining the source code of computer programs * Line coding, in data storage * Source coding, compression used in data transmission * Coding theory * Cha ...
, who analyse extremal properties of codes, typically want the rate of the code to be as high as possible, even if this means that the construction becomes mathematically slightly less elegant. On the other hand, for many applications of Hadamard codes in
theoretical computer science computer science (TCS) is a subset of general computer science and mathematics that focuses on mathematical aspects of computer science such as the theory of computation, lambda calculus, and type theory. It is difficult to circumscribe the ...
it is not so important to achieve the optimal rate, and hence simpler constructions of Hadamard codes are preferred since they can be analyzed more elegantly.


Construction using inner products

When given a binary message x\in\^k of length k, the Hadamard code encodes the message into a codeword \text(x) using an encoding function \text : \^k\to\^. This function makes use of the
inner product In mathematics, an inner product space (or, rarely, a Hausdorff pre-Hilbert space) is a real vector space or a complex vector space with an operation called an inner product. The inner product of two vectors in the space is a scalar, often ...
\langle x , y \rangle of two vectors x,y\in\^k, which is defined as follows: :\langle x , y \rangle = \sum_^ x_i y_i\ \bmod\ 2\,. Then the Hadamard encoding of x is defined as the sequence of ''all'' inner products with x: :\text(x) = \Big(\langle x , y \rangle\Big)_ As mentioned above, the ''augmented'' Hadamard code is used in practice since the Hadamard code itself is somewhat wasteful. This is because, if the first bit of y is zero, y_1=0, then the inner product contains no information whatsoever about x_1, and hence, it is impossible to fully decode x from those positions of the codeword alone. On the other hand, when the codeword is restricted to the positions where y_1=1, it is still possible to fully decode x. Hence it makes sense to restrict the Hadamard code to these positions, which gives rise to the ''augmented'' Hadamard encoding of x; that is, \text(x) = \Big(\langle x , y \rangle\Big)_.


Construction using a generator matrix

The Hadamard code is a linear code, and all linear codes can be generated by a generator matrix G. This is a matrix such that \text(x)= x\cdot G holds for all x\in\^k, where the message x is viewed as a row vector and the vector-matrix product is understood in the
vector space In mathematics and physics, a vector space (also called a linear space) is a set whose elements, often called '' vectors'', may be added together and multiplied ("scaled") by numbers called ''scalars''. Scalars are often real numbers, but can ...
over the
finite field In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field that contains a finite number of elements. As with any field, a finite field is a set on which the operations of multiplication, addition, subtr ...
\mathbb F_2. In particular, an equivalent way to write the inner product definition for the Hadamard code arises by using the generator matrix whose columns consist of ''all'' strings y of length k, that is, :G = \begin \uparrow & \uparrow & & \uparrow\\ y_1 & y_2 & \dots & y_ \\ \downarrow & \downarrow & & \downarrow \end\,. where y_i \in \^k is the i-th binary vector in
lexicographical order In mathematics, the lexicographic or lexicographical order (also known as lexical order, or dictionary order) is a generalization of the alphabetical order of the dictionaries to sequences of ordered symbols or, more generally, of elements of ...
. For example, the generator matrix for the Hadamard code of dimension k=3 is: : G = \begin 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1\\ 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1\\ 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 \end. The matrix G is a (k\times 2^k)-matrix and gives rise to the
linear operator In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a Map (mathematics), mapping V \to W between two vect ...
\text:\^k\to\^. The generator matrix of the ''augmented'' Hadamard code is obtained by restricting the matrix G to the columns whose first entry is one. For example, the generator matrix for the augmented Hadamard code of dimension k=3 is: : G' = \begin 1 & 1 & 1 & 1\\ 0 & 0 & 1 & 1\\ 0 & 1 & 0 & 1 \end. Then \text:\^k\to\^ is a linear mapping with \text(x)= x \cdot G'. For general k, the generator matrix of the augmented Hadamard code is a parity-check matrix for the extended Hamming code of length 2^ and dimension 2^-k, which makes the augmented Hadamard code the
dual code In coding theory, the dual code of a linear code :C\subset\mathbb_q^n is the linear code defined by :C^\perp = \ where :\langle x, c \rangle = \sum_^n x_i c_i is a scalar product. In linear algebra terms, the dual code is the annihilat ...
of the extended Hamming code. Hence an alternative way to define the Hadamard code is in terms of its parity-check matrix: the parity-check matrix of the Hadamard code is equal to the generator matrix of the Hamming code.


Construction using general Hadamard matrices

Hadamard codes are obtained from an ''n''-by-''n''
Hadamard matrix In mathematics, a Hadamard matrix, named after the French mathematician Jacques Hadamard, is a square matrix whose entries are either +1 or −1 and whose rows are mutually orthogonal. In geometric terms, this means that each pair of row ...
''H''. In particular, the 2''n'' codewords of the code are the rows of ''H'' and the rows of −''H''. To obtain a code over the alphabet , the mapping −1 ↦ 1, 1 ↦ 0, or, equivalently, ''x'' ↦ (1 − ''x'')/2, is applied to the matrix elements. That the minimum distance of the code is ''n''/2 follows from the defining property of Hadamard matrices, namely that their rows are mutually orthogonal. This implies that two distinct rows of a Hadamard matrix differ in exactly ''n''/2 positions, and, since negation of a row does not affect orthogonality, that any row of ''H'' differs from any row of −''H'' in ''n''/2 positions as well, except when the rows correspond, in which case they differ in ''n'' positions. To get the augmented Hadamard code above with n=2^, the chosen Hadamard matrix ''H'' has to be of Sylvester type, which gives rise to a message length of \log_2(2n)=k.


Distance

The distance of a code is the minimum Hamming distance between any two distinct codewords, i.e., the minimum number of positions at which two distinct codewords differ. Since the Walsh–Hadamard code is a linear code, the distance is equal to the minimum
Hamming weight The Hamming weight of a string is the number of symbols that are different from the zero-symbol of the alphabet used. It is thus equivalent to the Hamming distance from the all-zero string of the same length. For the most typical case, a string ...
among all of its non-zero codewords. All non-zero codewords of the Walsh–Hadamard code have a
Hamming weight The Hamming weight of a string is the number of symbols that are different from the zero-symbol of the alphabet used. It is thus equivalent to the Hamming distance from the all-zero string of the same length. For the most typical case, a string ...
of exactly 2^ by the following argument. Let x\in\^k be a non-zero message. Then the following value is exactly equal to the fraction of positions in the codeword that are equal to one: :\Pr_ \big (\text(x))_y = 1 \big= \Pr_ \big \langle x,y\rangle = 1 \big,. The fact that the latter value is exactly 1/2 is called the ''random subsum principle''. To see that it is true, assume without loss of generality that x_1=1. Then, when conditioned on the values of y_2,\dots,y_k, the event is equivalent to y_1 \cdot x_1 = b for some b\in\ depending on x_2,\dots,x_k and y_2,\dots,y_k. The probability that y_1=b happens is exactly 1/2. Thus, in fact, ''all'' non-zero codewords of the Hadamard code have relative Hamming weight 1/2, and thus, its relative distance is 1/2. The relative distance of the ''augmented'' Hadamard code is 1/2 as well, but it no longer has the property that every non-zero codeword has weight exactly 1/2 since the all 1s vector 1^ is a codeword of the augmented Hadamard code. This is because the vector x=10^ encodes to \text(10^) = 1^. Furthermore, whenever x is non-zero and not the vector 10^, the random subsum principle applies again, and the relative weight of \text(x) is exactly 1/2.


Local decodability

A locally decodable code is a code that allows a single bit of the original message to be recovered with high probability by only looking at a small portion of the received word. A code is q-query locally decodable if a message bit, x_i, can be recovered by checking q bits of the received word. More formally, a code, C: \^k \rightarrow \^n, is (q, \delta\geq 0, \epsilon\geq 0)-locally decodable, if there exists a probabilistic decoder, D:\^n \rightarrow \^k, such that ''(Note: \Delta(x,y) represents the Hamming distance between vectors x and y)'': \forall x \in \^k, \forall y \in \^n, \Delta(y, C(x)) \leq \delta n implies that Pr (y)_i = x_i\geq \frac + \epsilon, \forall i \in /math> Theorem 1: The Walsh–Hadamard code is (2, \delta, \frac-2\delta)-locally decodable for all 0\leq \delta \leq \frac. Lemma 1: For all codewords, c in a Walsh–Hadamard code, C, c_i+c_j=c_, where c_i, c_j represent the bits in c in positions i and j respectively, and c_ represents the bit at position (i+j).


Proof of lemma 1

---- Let C(x) = c = (c_0,\dots,c_) be the codeword in C corresponding to message x. Let G = \begin \uparrow & \uparrow & & \uparrow\\ g_0 & g_1 & \dots & g_ \\ \downarrow & \downarrow & & \downarrow \end be the generator matrix of C. By definition, c_i = x\cdot g_i. From this, c_i+c_j = x\cdot g_i + x\cdot g_j = x\cdot(g_i+g_j). By the construction of G, g_i + g_j = g_. Therefore, by substitution, c_i + c_j = x\cdot g_ = c_.


Proof of theorem 1

---- To prove theorem 1 we will construct a decoding algorithm and prove its correctness.


Algorithm

Input: Received word y = (y_0, \dots, y_) For each i \in \: # Pick j \in \ uniformly at random. # Pick k \in \ such that j+k = e_i, where e_i is the i-th standard basis vector and j+k is the bitwise ''xor'' of j and k. # x_i \gets y_j+y_k. Output: Message x = (x_1, \dots, x_n)


Proof of correctness

For any message, x, and received word y such that y differs from c = C(x) on at most \delta fraction of bits, x_i can be decoded with probability at least \frac+(\frac-2\delta). By lemma 1, c_j+c_k = c_ = x\cdot g_ = x\cdot e_i = x_i. Since j and k are picked uniformly, the probability that y_j \not = c_j is at most \delta. Similarly, the probability that y_k \not = c_k is at most \delta. By the
union bound In probability theory, Boole's inequality, also known as the union bound, says that for any finite or countable set of events, the probability that at least one of the events happens is no greater than the sum of the probabilities of the indivi ...
, the probability that either y_j or y_k do not match the corresponding bits in c is at most 2\delta. If both y_j and y_k correspond to c, then lemma 1 will apply, and therefore, the proper value of x_i will be computed. Therefore, the probability x_i is decoded properly is at least 1-2\delta. Therefore, \epsilon = \frac - 2\delta and for \epsilon to be positive, 0 \leq \delta \leq \frac. Therefore, the Walsh–Hadamard code is (2, \delta, \frac-2\delta) locally decodable for 0\leq \delta \leq \frac.


Optimality

For ''k'' ≤ 7 the linear Hadamard codes have been proven optimal in the sense of minimum distance.


See also

*
Zadoff–Chu sequence A Zadoff–Chu (ZC) sequence, also referred to as Chu sequence or Frank–Zadoff–Chu (FZC) sequence, is a complex-valued mathematical sequence which, when applied to a signal, gives rise to a new signal of constant amplitude. When cyclically s ...
— improve over the Walsh–Hadamard codes


References


Further reading

* * (xiv+225 pages) {{CCSDS Coding theory Error detection and correction de:Walsh-Code ja:直交符号