03-27-2007 07:33 AM
04-02-2007 03:31 AM
Hi budd!
I’m not exactly sure what you’re asking here, but it seems like the problem is to convert data bits into a bit stream of ones and zeros, which is the data type the Hamming decoder requires. This means that every bit you read from file has to be saved in its own data byte. In other words, you need 8 bytes to represent each byte. The attached
Best regards
Øyvind Ø
04-09-2007 07:39 AM