edited by
690 views
1 1 vote
The generator matrix of a $(6,3)$ binary linear block code is given by

$$G=\left[\begin{array}{llllll} 1 & 0 & 0 & 1 & 0 & 1 \\ 0 & 1 & 0 & 0 & 1 & 1 \\ 0 & 0 & 1 & 1 & 1 & 0
\end{array}\right]$$

The minimum Hamming distance $d_{\text {min }}$ between codewords equals _________ (answer in integer).

2 Answers

1 1 vote
  • For a linear block code, the minimum Hamming distance ($d_{\min}$) is equal to the minimum Hamming weight (number of 1s) of the non-zero codewords.

  • The codewords are generated by all possible linear combinations (sums modulo-2) of the rows of $G$.

  • Since there are 3 rows ($k=3$), there are $2^3 - 1 = 7$ non-zero codewords to check.

 
Combination
Calculation (Modulo-2 Sum)
Codeword
Weight
Row 1(Direct)1 0 0 1 0 1 3
Row 2(Direct)0 1 0 0 1 1 3
Row 3(Direct)0 0 1 1 1 0 3
R1 + R2 100101 + 0100111  1 0 1 1 0 4
R1 + R3 100101 + 0011101  0 1 0 1 1 4
R2 + R3 010011 + 0011100  1 1 1 0 1 4
R1 + R2 + R3 110110 + 0011101  1 1 0 0 0 3
 

Looking at the weights calculated above ($3, 3, 3, 4, 4, 4, 3$), the smallest non-zero weight is 3.

Answer:

The minimum Hamming distance $d_{\min}$ equals 3.

Answer:
Position:
Show:

Related questions

1 1 vote
2 2 answers
838
838 views
Shubham Sharma 2 asked Mar 4, 2025
838 views
Consider an additive white Gaussian noise (AWGN) channel with bandwidth $W$ and noise power spectral density $\frac{N_{0}}{2}$. Let $P_{a v}$ denote the average transmit ...
0 0 votes
0 0 answers
576
576 views
Shubham Sharma 2 asked Mar 4, 2025
576 views
A $10$-bit analog-to-digital converter (ADC) has a sampling frequency of $1\: \mathrm{MHz}$ and a full scale voltage of $3.3 \: \mathrm{V}$.For an input sinusoidal signal...
0 0 votes
0 0 answers
732
732 views
Arjun asked Feb 19, 2021
732 views
A speech signal, band limited to $4\:\text{kHz}$, is sampled at $1.25$ times the Nyquist rate. The speech samples, assumed to be statistically independent and uniformly d...
0 0 votes
0 0 answers
526
526 views
Shubham Sharma 2 asked Mar 4, 2025
526 views
A source transmits symbol $S$ that takes values uniformly at random from the set $\{-2,0,2\}$. The receiver obtains $Y=S+N$, where $N$ is a zero-mean Gaussian random vari...

Add Synced Question

×