I am in search of symmetric error-correcting codes that have a very large minimum distance. A codebook $\mathcal{C}$ is called symmetric if $\bf{1}\in\mathcal{C}$. Now, if $[n,k,d]_2$ is a symmetric code, then I want $d\approx n/2$. Can anybody tell me the approximate candidate for such type of code?
2026-02-24 01:39:20.1771897160
What kind of symmetric codes have a very large minimum distance?
55 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CODING-THEORY
- Solving overdetermined linear systems in GF(2)
- Inverting a generator matrix - Coding Theory
- Probability of a block error of the (N, K) Hamming code used for a binary symmetric channel.
- How to decode a Hadamard message that was encoded using the inner product method?
- How to decode a Hadamard message that was encoded using a generator matrix?
- Find the two missing digits in 10-ISBN code
- Characterize ideals in $\mathbb{F}_l[x]/(x-1) \oplus \mathbb{F}_l[x]/(\frac{x^p-1}{x-1})$
- Number of codes with max codeword length over an alphabet
- Dimension of ASCII code
- Prove how many errors CRC code can detect
Related Questions in GRAY-CODE
- Justify a Linear code
- Gray codes over strings of length n?
- Polynomial-time algorithm to generate the "opposite" of a binary Gray code?
- Efficient generation of Gray code differences?
- Proving that for every n there exists one step codes from 0 to 2^(n)-1 (Gray Code)
- Does Gray Code converted to decimal give us a fractal?
- Recursive on Gray Code
- If $\mathcal{C}$ is binary code self-orthogonal. I want to proof that $\textbf{1}=11\cdots 1 \in \mathcal{C}^{\perp}$
- Rearrange integers of a given length to avoid nearby typos
- How to prove these rules produce a Gray code
Related Questions in REED-MULLER-CODES
- Show that there are polynomials of degree $m-k$ whose subsets of $EG(m,2)$ are not flats
- non-zero polynomial after partial assignment
- Show that the $n+1$ elementary codewords (of length $2^{n}$ ) are linearly independent (Reed-Muller Codes)
- (How) can two words differ in fewer places than the minimum distance?
- Recursive Reed-Muller matrix generation?
- Describing a 2 error correcting BCH code by $c(x)$ codeword iff $β^1$, $β^2$, $β^3$, $β^4$ are roots of $c(x)$?
- What kind of symmetric codes have a very large minimum distance?
- How to achieve upper bound on the minimum distance of a BCH code?
- Mathematical reasons behind my findings regarding the BCH codes?
- I am proposing two conjectures regarding the BCH codes ! Can anybody prove or disprove my conjectures?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
It depends on exactly what you mean by $d\approx n/2.$
If you absolutely want $d= n/2$ then the code cannot be that large in cardinality.
A first order Reed Muller code will have minimum distance $d=n/2,$ for $n=2^k.$ Its codewords can also be represented as rows of the $2^k\times2^k$ Sylvester Hadamard Matrix and its complement, i.e., $$ \left[ \begin{array}{c} H \\ J\oplus H \end{array} \right] $$ where $J$ is the all $1$'s matrix. So the number of codewords is at most twice the length. By the Plotkin bound if $C$ is a binary code of length $n$ and minimum distance $d\geq n/2$ we have $$ |C|\leq 2n. $$ See Theorem 4 in these notes.