Walsh_matrix Walsh_matrix

Walsh matrix - Definition

Related Words: Build, Cast, Chimney, Chute, Configuration, Conformation, Cut, Deposit, Die, Dike, Fashion, Figure, Form, Format, Formation, Frame, Genre, Intaglio

In mathematics, a Walsh matrix is a square matrix, with dimensions a power of 2, the entries of which are +1 or -1, defined by the recursive formula below. The Walsh matrix can be obtained from a Hadamard matrix by rearranging the rows so that the number of sign-changes is in increasing order. Since a Walsh matrix can be obtained from Hadamard matrix solely by exchanging rows it retains the property that the dot product of any two distinct rows (or columns) is zero. Each row of a Walsh Matrix corresponds to a Walsh function.

The Walsh matrix (and Walsh functions) are used in computing the Walsh transform and have application in efficient implementation of certain signal processing operations.

Formula

<math>

H(1) = \begin{bmatrix} 1 & 1 \\ 1 & -1 \end{bmatrix}

<math>

<math>

H(k) = \begin{bmatrix} H(k-1) & H(k-1)\\ H(k-1) & -H(k-1)\end{bmatrix} <math>

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.