martes, 10 de abril de 2018

Señales Singulares en Octave o matlab

Señales Singulares en Octave o matlab
Escalón = heaviside



t=0:0.01:8;
f=2*heaviside(t-2)-(t-2).*heaviside(t-2)+(t-4).*heaviside(t-4);
plot(t,f);
axis([0 8 0 4])





t=0:0.01:4;
f=-heaviside(t-1)-(t-1).*heaviside(t-1)+(t-2).*heaviside(t-2)+2*heaviside(t-2);
plot(t,f);
axis([0 4 0 -4])





No hay comentarios:

Publicar un comentario