- 4 10 Pts We Use 7 4 Hamming Code To Encode Some Raw Information Bits Each 4 Bit Long And We Get The Codeword As B 1 (74.61 KiB) Viewed 20 times
4) (10 pts) We use (7,4) Hamming code to encode some raw information bits (each 4-bit long) and we get the codeword as b
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4) (10 pts) We use (7,4) Hamming code to encode some raw information bits (each 4-bit long) and we get the codeword as b
4) (10 pts) We use (7,4) Hamming code to encode some raw information bits (each 4-bit long) and we get the codeword as below: [0,0,1,0] → [1,1,1,1,1 2 [0,0,0,1] → [0,0,0,1,1,1,1] [1,0,0,0] → [1,0,0,0,0,1,1] [0,1,0,0] → [0,1,0,0,1,0,1] (1) (4 pts) Find the generator matrix G for this code and parity-check matrix H. (2) (4 pts) Try to show the block diagram of the encoder. (3) (2 pts) Encode 0000, 0010, 0011.