Question: plot seq.of step function

Hi , 

 

 u(t-n*Pi)=0 if (t-n*Pi)<0

 u(t-n*Pi)=1 if (t-n*Pi)>=0

need to plot y(t) against t where t=0..30:

y(t)=sum(sin(t-n*Pi)u(t-n*Pi),n..infinity)

I appreciate 

Please Wait...