EXPERIMENT - 7 Word
EXPERIMENT - 7 Word
EXPERIMENT - 7
Convolution helps to determine the effect of the system on an input signal. The shifting
property of impulses tells us that a signal can be decomposed into an infinite sum of
scaled and time - shifted impulses.
Knowing how a system affects a single impulse, and by understanding
the way a signal is composed of scaled and summed impulses, it seems reasonable
that it should be possible to scale and sum the impulse responses of a system in order
to determine what output signal will result from a particular input.
Thus, the output of an LTI system, y [n] in response to an input, x[n] is given by the
convolution sum of impulse response of the system, h [n] and input to the system, x[n].
If one signal has M samples and other has N samples then convolution of these two
signals will have M+N-1 samples.
ADITYA CHAUDHARY 22102188
INLAB EXERCISE
POSTLAB EXERCISE
These two systems are cascaded as shown in fig. Let x[n] = δ[n].
a. Compute y[n] by first computing w[n]= x[n]*h1[n] and then computing y[n]
= w[n]*h2[n]; that is y[n] = (x[n]*h2[n])*h1[n]
b. Now, find y[n] by first convolving h1[n] and h2[n] to obtain and then
convolving x[n] with g[n] to obtain y[n] = x[n]*(h1[n]*h2[n])
ADITYA CHAUDHARY 22102188
Verify it also.
ADITYA CHAUDHARY 22102188
ADITYA CHAUDHARY 22102188
Result:
In the MATLAB experiment, the convolution sum of two discrete time signals was
successfully computed. The result represents the output signal formed by convolving
the input signals, demonstrating the linear time-invariant system's response.