The document outlines a series of sample lab problems focused on data communication techniques. It includes tasks for programming various line coding techniques, creating CRC and Checksum generators and checkers, and simulating different modulation methods using Matlab. Each task emphasizes reading from and writing to files where applicable.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views1 page
Lab Problem List On Data Communication
The document outlines a series of sample lab problems focused on data communication techniques. It includes tasks for programming various line coding techniques, creating CRC and Checksum generators and checkers, and simulating different modulation methods using Matlab. Each task emphasizes reading from and writing to files where applicable.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Sample Lab Problems on Data communication:
1. Write a program to verify NRZ-L line coding technique.
2. Write a program to verify NRZ-I line coding technique. 3. Write a program to verify RZ line coding technique. 4. Write a program to verify Manchester line coding technique. 5. Write a program to verify Differential Manchester line coding technique. 6. Write a program to create a CRC generator. (Hint. read input from a file and write output into another file) 7. Write a program to create a CRC checker. (Hint. read input from a file and write output into another file) 8. Write a program to create a Checksum generator. (Hint. read input from a file and write output into another file) 9. Write a program to create a Checksum checker. (Hint. read input from a file and write output into another file) 10.Write a Matlab program to simulate AM modulation. 11.Write a Matlab program to simulate FM modulation. 12.Write a Matlab program to simulate PM modulation. 13.Write a Matlab program to simulate ASK modulation. 14.Write a Matlab program to simulate PSK modulation.