ADC Assignment-1&2
ADC Assignment-1&2
Introduction:
In this assignment, you will apply your knowledge of analog and digital
communication concepts to practical scenarios using MATLAB. This assignment
aims to reinforce your understanding of key principles covered in the course and
enhance your skills in signal processing and communication system design.
Instructions:
All of you have to do this assignment in group of 2 or 3, if your group contains
4 participants then make a group of 2 no other than that.
If you want to copy paste your code then you are free, but in next lab you have
to defend your assignment and your grade will be affected badly on wrong
explanation.
If you have proper sense of your assignment but you fellow is empty minded
then you will get half of the marks and the student with empty mind rewarded with
0.
Make a separate folder in your ADC Lab section named as ‘Matlab_Group-X’,
X will be your group number (I mean group of 2 or 3).
Make a short Lab report including
• your roll numbers,
• Screenshot of function call and Output results
• Screenshot of your MATLAB code mentioning the your directory of
Matlab_Group-X.
Task 2:-
Write MATLAB code to plot these signals:
a. x [n] = 2[sin (3n) + 2cos (3n)]
b.x [n] = n[u(n) – u(n-10)] + 10e-0.3(n-10)[u(n-10)-u(n-20)]
As we have limited time in our labs that’s why some of our topics left behind.
Watch this video for better understanding of Signal Addition & Multiplication.
https://www.youtube.com/watch?v=il-
eHhj3igc&pp=ygUZc2lnbmFsIGFkZGl0aW9uIGluIG1hdGxhYg%3D%3D
You are not allowed to multiply impulse sequences with a number. Implement
this by using imp_seq, step_seq and sigadd functions.
’n’ should be any roll number from respective group of 2-3.
e.g; let’s say group 1= 290,291 choose n=290.
Use subplot functions to plot individual signals, and their resultant as well.
Label your plots using built-in functions, comment your roll numbers on the top
of each code.
NOTE:
Submission guidelines and grading criteria will be communicated later on.
You are free consult with me regarding assignment details not solution.