Information and Coding Theory ECE533 - Design Problem v4.1
Information and Coding Theory ECE533 - Design Problem v4.1
2
Implement Lempel-Ziv Coding for text . Show results by compresing text files
and compute compression ratio
Implement Lempel-Ziv Coding for Images . Show results by compresing
3
Image files and compute compression ratio
9 Implement ISBN and UPC Code generation for given country and Verification
for same
Implement a programm to Check whether given G generate Linear Block code
10
and cyclic code or Not for any given Field GF(q)
Implement a progam to check whether given g(x) generate polynomial Cyclic
11
Block code or Not
Write a program to Identify Ring, Field or Group for any value q. Your
12 program should Creat addition and Multiplication table and check all the
properties.
list of CRC) in Simulink and check its performance for image transmission
13
over AWGN channel
Simulate circuit of CRC Coding for generator polynomial (11th poly. -check in
14 list of CRC)in Simulink and check its performance for image transmission
over AWGN channel
Simulate circuit of CRC Coding for assigned generator polynomial (1st and
15
10th poly. -check in list of CRC) in Simulink and check its performance for
image transmission over AWGN channel
Simulate circuit of CRC Coding for assigned generator polynomial (2nd and
16
5th poly. -check in list of CRC)in Simulink and check its performance for text
transmission over AWGN channel
Write a Program to find Standard Array for given Generator Matrix of any
17 Field GF(2) GF(3) etc without using inbuilt functions. Ones program is
created, it can be used for syndrom decoding. Try to show that.
18 Implement Linear Block Code with given G =[2x5] : Encoding and Decoding
for given binary massage of length 10000
Implement Repitition code(3,1) Encoding and Decoding and check the
19 performance (BER vsSNR) over AWGN channel for random data of 100000
bits
Implement Repitition code(5,1) and code (3,1) Encoding and Decoding and
20 show the effect on Image transmission using both code with SNR of 0 dB, 5dB
and 10 dB
Implement Brust Correcting Codes: Fire Code, encoding and decoding. Note
21
that Noise should be in Burst. Show resuts on Test images.
Implement Brust Correcting Codes: Golay code, encoding and decoding. Note
22
that Noise should be in Burst. Show resuts on Test images.
Implement the concept of "Concatenated Codes" [Ref. 10.6] with any two
23 different coder(1. code(3,1) and 2. G=[2x5]) and Show their performance.
Show resuts on Test images.
24
Implement two different Convolutional Coders. Show resuts on Test images.
Implementation of decoders is desirable but not nessesary
Simulate circuit of CRC Coding for generator polynomial (9th and 2nd poly. -
28
check in list of CRC) in Simulink and check its performance for Video
transmission over AWGN channel
Simulate circuit of CRC Coding for assigned generator polynomial (2nd and
29 5th poly. -check in list of CRC)in Simulink and check its performance for
Video transmission over AWGN channel
Simulate circuit of CRC Coding for generator polynomial (8th and 3rd poly. -
30 check in list of CRC)in Simulink and check its performance for Video
transmission over AWGN channel
Simulate circuit of CRC Coding for generator polynomial (7th and 4th poly. -
31 check in list of CRC) in Simulink and check its performance for Video
transmission over AWGN channel
Simulate circuit of CRC Coding for generator polynomial (6th and 5th poly. -
32
check in list of CRC)in Simulink and check its performance for Video
transmission over AWGN channel
Implement Linear Block Code with given G =[3x5] : Encoding and Decoding
33 for given binary massage of length 100000 over AWGN channel and show
BER vs Eb/No plot
Implement Linear Block Code with given G =[2x3] : Encoding and Decoding
34 for given binary massage of length 100000 over AWGN channel and show
BER vs Eb/No plot
Implement Linear Block Code with given G =[1x5] : Encoding and Decoding
35 for given binary massage of length 100000 over AWGN channel and show
BER vs Eb/No plot
36
Write a programm to comput Entropy of given Image, Text, Speech and Video
Implement Huffman Coding for 10 unique symbols of massage only.
37 Implement encoding decoding. Show your result on letter written with 10
symbols only
Implement Huffman Coding for 8 unique symbols of massage only. Implement
38 encoding decoding. Show your result on speech converting into octal
representation. Compute compression ratio
Implement Huffman Coding for 12 unique symbols of massage only.
39 Implement encoding decoding for Image. Show your result on Image after
converting image into 12 unique pixel values only.