Ash Convolution 2
Ash Convolution 2
Exp. No. :
Date: / /202
Convolution
AIM :
To demonstrate convolution in both continuous and discrete-time systems and
observe its effects on signals through Simulation.
APPARATUS REQUIRED:
MAT LAB Version
THEORY:
Convolution:
Continuous-time convolution:
● Definition:
Convolution is a mathematical operation that combines two signals to produce a
third signal. In continuous-time systems, it's represented by the integral:
Explanation
1
Signals and
Interpretation:
● Definition:
Explanation
Interpretation:
Applications of Convolution:
SOURCE CODE:
% Define variables
syms t tau
% Convolution integral
y = int(x * h, tau, -inf, inf); % Convolution integral over –infinity to +infinity
Matlab Output :
(t^2*heaviside(t))/2
SOURCE CODE:
4
Signals and
Matlab Output :
5
Signals and
GRAPHS:
RESULT:
The experiment successfully demonstrated the concept of convolution in both continuous and
discrete-time systems, and the results aligned with the expected behavior of convolution.