Lab 5
Lab 5
(BUBT)
LAB REPORT
Course Title: Digital Signal Processing Lab
Experiment no: 07
ID No:19202208023
[sum1,n5] = signaladd(y1,n,3*y2,n2);
[y,n6] = signaladd(sum1,n5,-2*x,n1);
subplot(414);
stem(n6, y)
title('output signal');
xlabel('Index (n)');
ylabel('Amplitude');
Graph:
Figure: 01
Comment:
1. Submit the complete data sheet with the screenshots of MATLAB code
and Output Graphs.
2. Using various variables value complete the data table, observe the output
graphs and write a report.
Discussion:
In this lab we have learn about the Discrete-time Convolution summation. Perform
convolution summation on signals using MATLAB.
To create these signals we have used some funcition file.Along with the
function file the code was executed and captured the output graph.