Tech24 Deals Web Search

Search results

  1. Results from the Tech24 Deals Content Network
  2. matrices - Finding generator matrix for binary linear code given...

    math.stackexchange.com/questions/1490627/finding-generator-matrix-for-binary...

    Finding generator matrix for binary linear code given parity check matrix. Ask Question Asked 8 years, ...

  3. combinatorics - Generator matrix of a binary cyclic code -...

    math.stackexchange.com/questions/1047535

    The generator matrix has dimensions k × n k × n, where k k is the dimension of the code and n n is the length of the code. A couple options for finding the parity check matrix: If a code has generator matrix G =(I|A) G = (I | A), it has parity check matrix H =(−AT|I) H = (− A T | I). You can use Gaussian elimination to get G G into the ...

  4. coding theory - Binary Code Generator Matrix (20, 10 or 11 ...

    math.stackexchange.com/questions/3856368/binary-code-generator-matrix-20-10-or-11

    2. The generator matrix is only for linear codes, that page is for general codes. For linear binary codes, according to this table, d = 5 d = 5 is the most you can get for n = 20 n = 20, k = 11 k = 11. Share. Cite.

  5. Efficient computation of the minimum distance of a binary linear...

    math.stackexchange.com/questions/361046/efficient-computation-of-the-minimum...

    As pointed out by Snowball, the problem is inherently hard, see here and also here.. However, it can be done much faster in general than generating all the codewords.

  6. 2. Yes, you can find the generator matrix through finding the kernel of H H, but you can find it through writing H H in its standard form, i.e., H =[A|In×k] H = [A | I n × k]. Then you use A A to build your generator matrix (in its standard form): G =[Ik|At] G = [I k | A t], where At A t is the transpose of the matrix A A. I am working with ...

  7. How is a Generator Matrix for a (7, 4) Hamming code created?

    math.stackexchange.com/questions/2139807/how-is-a-generator-matrix-for-a-7-4...

    Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

  8. Generating a binary code with maximized Hamming distance

    math.stackexchange.com/questions/891528/generating-a-binary-code-with...

    Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

  9. combinatorics - Find a weight enumerator of a binary code ...

    math.stackexchange.com/questions/4400046/find-a-weight-enumerator-of-a-binary-code

    First, we need to understand what the weight of a codeword is, in terms of S. To find the weight of (1), index the columns of G with two-element subsets of {1, …, m}, and ask what would be the parity of the entry of (1) corresponding to the subset {i, j}. The row vector rs has a 1 at column {i, j} if and only if either i = s or j = s.

  10. information theory - Generator matrix for linear $[8,5,3]$-code...

    math.stackexchange.com/questions/2732046/generator-matrix-for-linear-8-5-3-code

    1. From your details, your code is binary (you should mention that). You always have that G2 generates some code (its row space). To show that it is a generator matrix for that code, you need to show that it has full row rank. You know that [G1 G2] has full row rank 5. To show that G2 also has full row rank, consider starting with M in standard ...

  11. Finding the parity check matrix for $(15, 11)$ Hamming Codes

    math.stackexchange.com/questions/348038

    For example a generator matrix of a binary Simplex code of dimension $4$ is given by $$\begin{pmatrix} 1 ...