You are on page 1of 1

t=(-5:0.

01:60);
T=10;
for k=0:1:5
y=exp(-2.*((t-k.*T).^2)).*cos(6.28*10*(t-k.*T));
hold on
plot(t,y)
axis([-5 60 -2 2])
end

You might also like