Tagged Questions
3
votes
1answer
157 views
Designing a circuit: Hamming Code
How would I design and build a circuit that would generate check bits for 4-bit word?
In this instance, the same circuit should also be used to generate check bits for when you read data back in case ...
-1
votes
1answer
58 views
Desiging a circuit that implements Hamming Code
How would I design and build a circuit that would generate check bits for 4-bit word?
In this instance, the same circuit should also be used to generate check bits for when you read data back in ...
3
votes
3answers
130 views
The sum of a polynomial over a boolean affine subcube
Let $P:\mathbb{Z}_2^n\to\mathbb{Z}_2$ be a polynomial of degree $k$ over the boolean cube.
An affine subcube inside $\mathbb{Z}_2^n$ is defined by a basis of $k+1$ linearly independent vectors and an ...