Explain Modeling and Coding with suitable example.
[7 marks]Define the following terms: (1) Compression Ratio (2) Rate (3) Distortion Measure
[3 marks]What is data compression. Distinguish Lossy and Lossless compression.
[4 marks]Find the average length of the code in (b) and its redundancy.
[ marks]Describe uniquely decodable code with example. Determine whether the following codes are uniquely decodable or not. 1. {0,01,11,111} 2. {0,01,110,111} 3. {0,10,110,111} 4. {1,10,110,111}
[7 marks]List out applications of data compression.
[3 marks]Consider an alphabet A={a1,a2,a3,a4,a5} with probabilities P(a1)=0.15, P(a2)=0.04, P(a3)=0.26, P(a4)=0.05 and P(a5)=0.50.
[7 marks]Differentiate traditional Huffman and minimum variance Huffman algorithms.
[4 marks]Calculate the entropy of this source.
[ marks]Find a Huffman code for this source.
[ marks]Compare Arithmetic and Huffman Coding.
[3 marks]What is LZW compression? Explain with the help of an example.
[7 marks]Consider an alphabet A={a1,a2,a3} with the probabilities P(a1)=0.2, P(a2)=0.3, P(a3)=0.5. Find the real valued tag for the sequence “a1 a1 a3 a2 a3 a1”
[4 marks]Define a term: Context Based Compression.
[3 marks]What is adaptive Huffman encoding? Explain its update and encoding procedure with example.
[7 marks]What is Golomb Code? Find Golomb code for n=0,1,…,15 and m=5.
[4 marks]Describe ppm (prediction with partial match) with example.1
[7 marks]Differentiate static and adaptive dictionary coding scheme.
[3 marks]Explain Burrows-Wheeler Transform with example.
[4 marks]Encode a string “cabracadabrarrarrad” using LZ77 algorithm. Also show its decoding.
[7 marks]Explain Quantization problem with example.
[3 marks]Differentiate Uniform Quantization and Non-Uniform Quantization.
[4 marks]Write a note on JPEG-LS.
[4 marks]Discuss advantages of Vector Quantization over Scalar Quantization.
[3 marks]Explain Vector Quantization? Write down the procedure of Vector Quantization.
[7 marks]What is Adaptive Quantization? Explain various approaches of Adaptive Quantization.
[4 marks]Discuss Laplacian Distribution.
[3 marks]Explain CALIC in detail.
[7 marks]