You are on page 1of 15

>> t=0:1/4:8;

>> plot (2*sin(pi*t))


t=0:1/1:8;

>> x=2*sin(pi*t);

>> stem(t,x)
t=0:1/2:8;

>> x=2*sin(pi*t);

>> stem(t,x)

You might also like