Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with this in Java. TIA. Hamming Code Attached to this assignment is a Java program that converts a text file to a

Please help me with this in Java. TIA.

Hamming Code Attached to this assignment is a Java program that converts a text file to a list of hexadecimal numbers. Each of those hexidecimal numbers represents the bit pattern of a character from the file with the parity bits (even parity) for a hamming code inserted. Each text character takes 8 bits and the hamming code adds 4 bits. This hamming code provides single - bit error correction .

Requirements 1. The program must be written in Java .2. The program will use the provided Hamming class. It will implement the decode function. The decode function is the reverse of the encode function, but it also performs single bit correction when necessary. 4. Display a message to the console when an error is corrected, as in the example below. 5. The main function must be rewritten to read hexidec imal numbers from hamming.txt file and write decoded and corrected text to output.txt. 6. Test the program with different input files. The instructor will test it with a hamming.txt file different from the one provided.

Hint: The Java hasNextInt(16) and nex tInt(16) input functions are helpful in reading hexadecimal numbers from a file.

Upload: Your Java (. java ) file.

Sample Output

File hamming.txt opened

Error in bit 9

corrected in character 2

Error in bit 3 corrected in character c

Error in bit 10 corrected in character p

File output.txt closed

Note: In addition to the output shown above, the output of this program includes the decoded text written to output.txt.

I also have all these files if needed please let me know.

image text in transcribed hamming with 3 single bit errors.txt (174 B)

image text in transcribed hamming.txt (174 B)

image text in transcribed input.txt (36 B)

image text in transcribed Lab 2.pdf (160.887 KB)

Transcribed image text

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Databases Concepts And Practice

Authors: Suzanne W Dietrich

1st Edition

1119827949, 9781119827948

More Books

Students also viewed these Databases questions

Question

At 25 C, Kp Answered: 1 week ago

Answered: 1 week ago

Question

3. Develop a case study.

Answered: 1 week ago