You are on page 1of 3

EL220 Signals and Systems

Experiment # 11

OPEN ENDED LAB - I

Performed on ____ 2021.

Student Name:
Roll Number: Section:

Maximum Marks Performance = 05 Viva = 05 Total = 10


Marks Obtained
Remarks (if any)

Experiment evaluated by

Instructor Name: Rameen Anwar

Signature:

Copyright © Department of Electrical Engineering – Usman Institute of Technology


Task 1:
Initialize two 3*3 matrices and perform following operations:
a) Addition (print only first row of the output)
b) Multiplication (print the 2nd column of output matrix)
c) Transpose of first matrix.

Task 2:
Generate positive and negative exponential waves using multiple plots approach on same
graph. Generate the x-axis vector using line space command in MATLAB. Give proper titles
and legends along with x and y labels to your graph.

Task 3:
Write the difference between saw tooth and triangular wave. How can I convert the
sawtooth wave perfectly into a triangular pulse using sawtooth command in MATLAB.
Attach the code and output snapshot for justification of your answer

Task 4:
A signal is expressed as an equation given below:
x(t)= -u(t+1) + u(t-1) + 2u(t-2) - 2u(t-3)
calculate x(-t/4+3)
and give appropriate titles to your graphs. Show all results step by step via different plots.

Task 5:
Given the transfer function as:

s+ 2
H (s)= 2 along with α=3, β=5, x1 = cos(2πfn), x2 = sin(2πfn).
s +s +10

Check if the system is an LTI system or not?

Task 6:

Compute the convolution operation where input x[n] = [0 0 3 2 1 ] and impulse response is
h[n] = [0 0 2 1 3]

Copyright © Department
of Electrical Engineering – Usman Institute of Technology
Copyright © Department
of Electrical Engineering – Usman Institute of Technology

You might also like