You are on page 1of 1

DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING

NORTH SOUTH UNIVERSITY

EEE 321, ETE 321 Lab Summer 2021


Final Exam – Part 2 Full Marks: 15 Duration: 15 minutes

1. In case of frequency modulation, how bandwidth is related to modulation


index?

2. Write a MATLAB program which will perform 2-bit ADC on the following
analog signal.

( ) ( )[ ( ) ( ) ( )]

[ ]

Analog Message Signal


1

0.5

-0.5

-1
0 2 4 6 8 10 12

 Check for negative amplitude on s(t). Shift to positive if necessary.


 You can use max(), min(), quant(), dec2bin() functions
 Plot the analog signal using plot( )
 Plot 2-bit quantized signal using stem( )
 Show the value of binary message signals

You might also like