Sns 3 Exp
Sns 3 Exp
Y = conv(x, h);
Figure;
Subplot(3, 1, 1);
Title(‘Sequence x[n]’);
Xlabel(‘n’);
Ylabel(‘Amplitude’);
Grid on;
Subplot(3, 1, 2);
Stem(nh, h, ‘filled’);
Title(‘Sequence h[n]’);
Xlabel(‘n’);
Ylabel(‘Amplitude’);
Grid on;
Subplot(3, 1, 3);
Stem(ny, y, ‘filled’);
Xlabel(‘n’);
Ylabel(‘Amplitude’);
Grid on;