You are on page 1of 2

Ejercicio 2.

x:=Exp[4t]UnitStep[-t];
h:=UnitStep[t-3];
c:=Convolve[x,h,t,y];
Plot[c,{y,-1,5},PlotRange->{-1,1}]
Plot[x,{t,-1,1},PlotRange->{-1,1}]

1.0

0.5

1 1 2 3 4 5

0.5

1.0

1.0

0.5

1.0 0.5 0.5 1.0

0.5

1.0

Plot[UnitStep[ 3], {, 5,5}, PlotRange Automatic, AxesLabel


{"n", "h[n]"}, PlotStyle Blue, AxesStyle Black]
hn

1.0

0.8

0.6

0.4

0.2

n
4 2 2 4

You might also like