THEORY EXAMINATION (SEM–IV) 2016-17 INFORMATION THEORY AND CODING

B.Tech Engineering 0 downloads
₹29.00

Course: B.Tech (ECE – 4th Semester)
Subject Code: NEC408
Subject Title: Information Theory and Coding
Exam Type: Theory
Duration: 3 Hours
Maximum Marks: 100

SECTION – A (10 × 2 = 20 Marks)

Short, concept-based questions covering basic principles of communication and coding.

Key Topics:

Communication System Block Diagram – Source → Encoder → Channel → Decoder → Receiver.

Entropy Maximum Condition – Entropy is maximum when all symbols are equiprobable.

  1. Hmax=log⁡2NH_{max} = \log_2 NHmax​=log2​N

Source efficiency: η=HHmax×100%\eta = \frac{H}{H_{max}} \times 100\%η=Hmax​H​×100%

Non-Singular Code – Each codeword must be distinct (one-to-one mapping).

Properties of Mutual Information:

I(X;Y)≥0I(X;Y) \geq 0I(X;Y)≥0

I(X;Y)=H(X)−H(X∣Y)=H(Y)−H(Y∣X)I(X;Y) = H(X) - H(X|Y) = H(Y) - H(Y|X)I(X;Y)=H(X)−H(X∣Y)=H(Y)−H(Y∣X)

Shannon-Hartley Theorem:

  1. C=Blog⁡2(1+SN)C = B \log_2(1 + \frac{S}{N})C=Blog2​(1+NS​)

where CCC=capacity, BBB=bandwidth, S/NS/NS/N=signal-to-noise ratio.

Properties of Block Codes: Linearity, fixed block length, error detection and correction.

Hamming Weight: Number of 1’s in a code vector.
Example: C₁ = 0001010 → weight = 2; C₂ = 1010101 → weight = 4.

Convolutional Codes: Continuous stream-based coding vs block-based; defined by generator polynomials.

Zero Memory Information Source: Emits independent symbols →

  1. H(Xn)=nH(X)H(X^n) = nH(X)H(Xn)=nH(X)

(23,12) Golay Code: Called a perfect code because it meets the Hamming bound with equality.

SECTION – B (5 × 10 = 50 Marks)

Numerical and derivation-based questions on entropy, coding algorithms, and information measures.

Key Problems:

(a) Entropy Calculation & Source Extension

Source: S={S1,S2,S3,S4}S = \{S_1, S_2, S_3, S_4\}S={S1​,S2​,S3​,S4​}

Probabilities: 4/11,3/11,2/11,2/114/11, 3/11, 2/11, 2/114/11,3/11,2/11,2/11

Compute:

  • H(S)=−∑pilog⁡2piH(S) = -\sum p_i \log_2 p_iH(S)=−∑pi​log2​pi​

and show H(S2)=2H(S)H(S^2) = 2H(S)H(S2)=2H(S).

(b) Source Coding

Need: Reduce redundancy → improve channel efficiency.

Compact Codes: Codes minimizing average length (e.g., Huffman codes).

External Property of Entropy: Considers both signal and noise contributions to total entropy.

(c) Shannon–Fano Coding Example

Source: S={X1,X2,X3,X4,X5,X6}S = \{X_1,X_2,X_3,X_4,X_5,X_6\}S={X1​,X2​,X3​,X4​,X5​,X6​}
Probabilities: 0.4, 0.2, 0.2, 0.1, 0.08, 0.02

Tasks:

Generate Shannon–Fano code table.

Calculate efficiency:

  1. η=HLavg×100%\eta = \frac{H}{L_{avg}} \times 100\%η=Lavg​H​×100%

Explain differential entropy for continuous signals.

(d) Linear Block Codes

Given parity matrix:

  • P=[111110101011]P = \begin{bmatrix} 1 & 1 & 1\\ 1 & 1 & 0\\ 1 & 0 & 1\\ 0 & 1 & 1 \end{bmatrix}P=​1110​1101​1011​​

Find code vectors.

Detect & correct error in R = [1011100].

(e) Convolutional Code (4,3,2)

Given input polynomials:

u(1)(D)=1+D2,u(2)(D)=1+D,u(3)(D)=1+Du^{(1)}(D) = 1 + D^2,\quad u^{(2)}(D) = 1 + D,\quad u^{(3)}(D) = 1 + Du(1)(D)=1+D2,u(2)(D)=1+D,u(3)(D)=1+D

Construct codeword using transform-domain approach.

(f) Mutual Information Example

Given joint probability matrix (page 2, visual table) of 5×4 values for A and B.
Compute:

  • H(A), H(B), H(A,B), I(A;B)=H(A)+H(B)−H(A,B)H(A),\ H(B),\ H(A,B),\ I(A;B) = H(A) + H(B) - H(A,B)H(A), H(B), H(A,B), I(A;B)=H(A)+H(B)−H(A,B)

Discuss a priori entropy, posteriori entropy, and equivocation.

(g) Huffman Coding Example

Source probabilities: A=1/3,B=1/27,C=1/3,D=1/9,E=1/9,F=1/27,G=1/27A=1/3, B=1/27, C=1/3, D=1/9, E=1/9, F=1/27, G=1/27A=1/3,B=1/27,C=1/3,D=1/9,E=1/9,F=1/27,G=1/27

Construct ternary Huffman code, compute average length & efficiency.

(h) Shannon–Fano–Elias Coding

Source: A=0.25,B=0.25,C=0.2,D=0.15,E=0.15A=0.25, B=0.25, C=0.2, D=0.15, E=0.15A=0.25,B=0.25,C=0.2,D=0.15,E=0.15

Find code length and efficiency.

SECTION – C (2 × 15 = 30 Marks)

Advanced questions focusing on channel capacity, error control codes, and system design.

Q3. Binary Symmetric Channel (BSC)

Given transition matrix and probabilities:

P(Y/X)=[3/41/41/43/4], P(X1)=2/3, P(X2)=1/3P(Y/X) = \begin{bmatrix} 3/4 & 1/4 \\ 1/4 & 3/4 \end{bmatrix},\ P(X_1)=2/3,\ P(X_2)=1/3P(Y/X)=[3/41/4​1/43/4​], P(X1​)=2/3, P(X2​)=1/3

Find:

H(X)H(X)H(X), H(Y)H(Y)H(Y), H(Y∣X)H(Y|X)H(Y∣X), and Channel Capacity

  • C=H(Y)−H(Y∣X)C = H(Y) - H(Y|X)C=H(Y)−H(Y∣X)

Also check Kraft–McMillan Inequality to identify instantaneous codes among A, B, C, D (table on page 2).

Q4. Short Notes

(i) BCH & RS Codes – Cyclic error-correcting codes for multi-bit errors.
(ii) Golay Codes – Perfect codes used in deep-space communication.
(iii) Burst vs Random Error Correction – Burst errors occur in clusters; random occur independently.

Also, given a (6,3) linear block code, where:

C4=d1+d2,C5=d1+d3,C6=d2+d3C_4 = d_1 + d_2, \quad C_5 = d_1 + d_3, \quad C_6 = d_2 + d_3C4​=d1​+d2​,C5​=d1​+d3​,C6​=d2​+d3​

Tasks:

Write Generator (G) and Parity-check (H) matrices.

Construct Standard Array Table for decoding.

Q5. Convolutional Codes & Hamming Distance

(a) Define and explain Hamming Distance and Minimum Distance with examples.

(b) For (3,1,2) convolutional code with
g1=110,g2=101,g3=111g_1 = 110, g_2 = 101, g_3 = 111g1​=110,g2​=101,g3​=111:

Draw Encoder Diagram.

Find Generator Matrix.

Encode information sequence (11101) using time-domain approach.

Key Concepts Summary

ConceptFormula / Definition
EntropyH=−∑pilog⁡2piH = -\sum p_i \log_2 p_iH=−∑pi​log2​pi​
Mutual Information( I(X;Y) = H(X) - H(X
Channel CapacityC=Blog⁡2(1+S/N)C = B\log_2(1 + S/N)C=Blog2​(1+S/N)
Source Efficiencyη=H/Lavg\eta = H / L_{avg}η=H/Lavg​
Hamming DistanceNo. of differing bits between two codewords
Linear Block CodeC=uGC = uGC=uG, where ( G = [I_k
Convolutional CodeOutput = input convolved with generator polynomials

Summary

The Information Theory and Coding (NEC408) paper thoroughly tests:

Fundamentals of information measures (entropy, mutual info)

Source coding algorithms (Shannon–Fano, Huffman, Elias)

Error control coding (block, cyclic, convolutional)

Channel capacity and performance

File Size
74.63 KB
Uploader
SuGanta International
⭐ Elite Educators Network

Meet Our Exceptional Teachers

Discover passionate educators who inspire, motivate, and transform learning experiences with their expertise and dedication

KISHAN KUMAR DUBEY

KISHAN KUMAR DUBEY

Sant Ravidas Nagar Bhadohi, Uttar Pradesh , Babusarai Market , 221314
5 Years
Years
₹10000+
Monthly
₹201-300
Per Hour

This is Kishan Kumar Dubey. I have done my schooling from CBSE, graduation from CSJMU, post graduati...

Swethavyas bakka

Swethavyas bakka

Hyderabad, Telangana , 500044
10 Years
Years
₹10000+
Monthly
₹501-600
Per Hour

I have 10+ years of experience in teaching maths physics and chemistry for 10th 11th 12th and interm...

Vijaya Lakshmi

Vijaya Lakshmi

Hyderabad, Telangana , New Nallakunta , 500044
30+ Years
Years
₹9001-10000
Monthly
₹501-600
Per Hour

I am an experienced teacher ,worked with many reputed institutions Mount Carmel Convent , Chandrapu...

Shifna sherin F

Shifna sherin F

Gudalur, Tamilnadu , Gudalur , 643212
5 Years
Years
₹6001-7000
Monthly
₹401-500
Per Hour

Hi, I’m Shifna Sherin! I believe that every student has the potential to excel in Math with the righ...

Divyank Gautam

Divyank Gautam

Pune, Maharashtra , Kothrud , 411052
3 Years
Years
Not Specified
Monthly
Not Specified
Per Hour

An IIT graduate having 8 years of experience teaching Maths. Passionate to understand student proble...

Explore Tutors In Your Location

Discover expert tutors in popular areas across India

Physiotherapy Guidance (Certified Professionals Only) Near Uppal Southend – Expert Care for Pain Relief and Recovery Uppal Southend, Gurugram
Maths Coaching Near Sector 88 Gurugram – Build Strong Concepts, Improve Scores, and Gain Confidence Sector 88, Gurugram
🇯🇵 Japanese Language Classes Near Sector 110 Noida – Learn Japanese with Professional Training Sector 110, Noida
Music Production (Laptop-Based) Classes Near Sector 143 Noida – Learn Professional Music Creation Sector 143, Noida
Physiotherapy Guidance (Certified Professionals Only) Near Sector 120 Noida – Expert Care for Pain Relief and Recovery Sector 120, Noida
Tailoring & Stitching Classes Near By Dwarka Mor – Learn Professional Sewing Skills Dwarka Mor, Delhi
Guitar Classes Near By Kalkaji Learn Guitar from Experts & Turn Your Musical Passion into a Lifelong Skill Kalkaji, Delhi
Violin Classes Near by Gurugram – Learn, Perform & Master the Art of Strings Gurugram
IELTS Coaching Near Noida Sector 105 – Complete Guide for Students Preparing for Study Abroad Noida
Resume & Interview Coaching Near By Dwarka Mor Build a Professional Resume, Crack Interviews & Secure Your Dream Job Dwarka Mor, Delhi
App Development Classes Near Noida Sector 102 – Complete Guide to Build Your Career in Mobile App Development Noida
Science Classes Near By Dwarka Mor – Build Strong Concepts in Physics, Chemistry & Biology Dwarka Mor, Delhi
Video Editing Classes Near Sector 82A Gurugram – Learn Professional Editing Skills Sector 82A, Gurugram
German Language Classes Near Golf Course Road – Learn German for Career & Study Abroad Golf Course Road, Gurugram
Spoken English Classes Near By Kalkaji Improve Fluency, Build Confidence & Grow Career Opportunities in 2026 Kalkaji, Delhi
Spoken English Classes Near By New Friends Colony Improve Fluency, Boost Confidence & Unlock Career Growth in 2026 New Friends Colony, Delhi
Economics Classes Near By Dwarka Mor Build Strong Conceptual Clarity & Score High Dwarka Mor, Delhi
Yoga Classes Near By Lajpat Nagar Build Strength, Reduce Stress & Achieve Holistic Wellness in 2026 Lajpat Nagar, Delhi
Zumba Classes Near Palam Vihar – Fun Dance Fitness for a Healthy Lifestyle Palam Vihar, Gurugram
App Development Classes Near Noida Sector 100 – Learn Mobile App Development and Start Your Tech Career Sector 100, Noida
⭐ Premium Institute Network

Discover Elite Educational Institutes

Connect with top-tier educational institutions offering world-class learning experiences, expert faculty, and innovative teaching methodologies

Réussi Academy of languages

sugandha mishra

Réussi Academy of languages
Madhya pradesh, Indore, G...

Details

Coaching Center
Private
Est. 2021-Present

Sugandha Mishra is the Founder Director of Réussi Academy of Languages, a premie...

IGS Institute

Pranav Shivhare

IGS Institute
Uttar Pradesh, Noida, Sec...

Details

Coaching Center
Private
Est. 2011-2020

Institute For Government Services

Krishna home tutor

Krishna Home tutor

Krishna home tutor
New Delhi, New Delhi, 110...

Details

School
Private
Est. 2001-2010

Krishna home tutor provide tutors for all subjects & classes since 2001

Edustunt Tuition Centre

Lakhwinder Singh

Edustunt Tuition Centre
Punjab, Hoshiarpur, 14453...

Details

Coaching Center
Private
Est. 2021-Present
Great success tuition & tutor

Ginni Sahdev

Great success tuition & tutor
Delhi, Delhi, Raja park,...

Details

Coaching Center
Private
Est. 2011-2020