Department of Mechatronics Engineering University of Engineering & Technology, Peshawar

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 11

DEPARTMENT OF MECHATRONICS ENGINEERING

UNIVERSITY OF ENGINEERING & TECHNOLOGY,


PESHAWAR
MtE-407/424 Digital Signal processing LAB, 8th Semester

Student Name: IHTISHAM UL HAQ Reg No : 16PWMCT0478

Lab Tittle: Signal addition & multiplication

Lab No: 11

LAB REPORT RUBRICS:


Criteri Excellent (4) Proficient (3) Basic (2) Below Basic (1) Student’
a s Score
Introduction
provides a clear
Introduction is
background. Introduction is
confusing and the
Problem, adequate, but the
Problem,
Introd objectives, and Problem, Introduction is
objectives and
uction apparatus/softwar objectives and missing
apparatus/softwar
e is defined clearly apparatus/softwar
e is not defined
with orienting e is defined clearly
clearly
material for
audience.
Wording is Choice of words is Choice of words
Langua
concise, clear, and appropriate most is sometimes not Choice of words is
ge/
easy to follow. - of the time. appropriate. poor. Grammar,
Code
Consistently Minor problems Grammar, spelling spelling and
Structu
proper grammar, with grammar, and punctuation punctuation are
re
spelling and spelling, are not poor.
punctuation. punctuation. satisfactory.
Result/
Simulat
ion
Most but not all Major components
Discuss Clear, insightful Conclusions are
points contained in of lab were
ion and conclusions. inadequate.
the conclusion. missing
Conclu
sions

Graphs/tables/fig
ures/pictures are Graphs/tables/fig Graphs/tables/fig Graphs/tables/fig
Visuals
adequate, well ures/pictures are ures/pictures are ures/pictures are
labelled and adequate. inadequate. missing.
presented
Points are clearly
Acade presented in a Most points are Report is
Major components
mic logical order. ordered well. No disorganized and
of lab were
writing Easily followed. major problems layout is
missing
Page layout is with layout. somewhat weak.
effective.
DEPARTMENT OF MECHATRONICS ENGINEERING

UNIVERSITY OF ENGINEERING & TECHNOLOGY, PESHAWAR


MtE-407/424 Digital Signal processing LAB, 8th Semester

Student Name: IHTISHAM UL HAQ Reg No: 16PWMCT0478

Lab Tittle : Signal addition & multiplication

Lab No 11

Lab Work Rubrics (IN LAB ASSESSMENT):

Proficient
Excellent (4) Basic (2) Below Basic (1) Student’s
Criteria (3) Score
Few errors in
To use technique were
Excellent No errors in Several serious
proper observed
technique was technique errors in
technique during the lab
used were observed technique were
throughout procedure, but
throughout the during the lab observed during
the lab they may have
lab procedure. procedure. the lab procedure.
procedure been
significant.
To practice
the Practice the
Practice tasks
simulation complete Task Practice Tasks Practice asks
with some
task as per as per the partially inaccurately
hiccups
requirement guidelines
s
Data and Data and
Most data and
observations observations
observations
To collect data were recorded were recorded
were recorded Data was
and accurately, accurately,
adequately, but incomplete or
observations descriptively, descriptively,
for the with several recorded
and and
required task significant inaccurately
completely, completely,
errors or
with no with only
omissions.
serious errors. minor errors.
Digital Signal Processing Lab
Lab Report No# 11
Ihtisham ul haq
7th Semester
Morning Section
16PWMCT0478

Instructor: Dr. Shehzad Anwar

Department of Mechatronics Engineering


University of Engineering and Technology
Peshawar
Dated: 3 July, 2020.
Signal Addition and Multiplication

TASK 1:
1. Perform the following signal additions

a) u[n] + u[-n]

b) u[n+2] + u[n-2]

Matlab Code:

Output Figure:
TASK 2:
Perform the following signal subtractions

a) u[n] - u [n+5]

Matlab Code:
Output Figure:
b) [1,2,3,4,5] - [5,4,3,2,1]

Matlab Code:
Output figure:

TASK 3:
Decompose the following signal into its even and odd parts

[1,2,3,4,5,4,3,2,1]

Matlab Code:
Output Figure:

You might also like