Let $[2^{m}-1, k ,d]_2$ be a BCH code, and let $g(x)\in GF[2](x)$ be its generating polynomial. Let $\alpha^{i_1}, \alpha^{i_2}, \alpha^{i_3},...,\alpha^{i_t}$ are the different roots of $g(x)$ (not necessarily all the roots) such that $i_1,i_2,i_3,...,i_t$ form an arithmetic progression, then $t+1\leq d \leq 2t-1$. Now, my question is how to achieve the upper bound on the $d$? Is there a way of construction through which I can get $d=2t-1$?
2026-02-24 01:35:39.1771896939
How to achieve upper bound on the minimum distance of a BCH code?
36 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?
There are generalizations of the BCH bound which may be sometimes applied. I don't know of any constructive way that will work in general. See
C Roos, A generalization of the BCH bound for cyclic codes, including the Hartmann-Tzeng bound, Journal of Combinatorial Theory, Series A, 33(2):1982
which is available here.
In particular the Roos bound implies the Hartmann-Tzeng bound which was the first improvement on the BCH, as indicated below. The set of zeroes defining the cyclic code is denoted by $N$ in this paper.
Proposition If $N=\{\alpha^{b+i_1 c_1+i_2 c_2}: 0\leq i_1\leq \delta-2, 0\leq i_2 \leq s\}, $ where $\delta\geq 2, \gcd(n,c_1)=1,$ and $\gcd(n,c_2)<\delta,$ then the minimum distance of the code with defining set $N$ is at least $\delta+s.$
So intuitively you have the sum of two arithmetic progressions of length $\delta-1,$ and $s+1,$ with a nontriviality property and this improves the bound.