Sistemas De Primer Orden.docx

  • Uploaded by: Sherlin Almanza Obregon
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Sistemas De Primer Orden.docx as PDF for free.

More details

  • Words: 82
  • Pages: 1
Nombre: Almanza Obregón Sherlín Dayana Laboratorio de Control de Procesos Horario: Viernes de 5:40 a 7:20 pm. %Respuesta al Escalón Unitario K=1; tau=1; num=K; den=[1 tau]; t=[0:0.1:10]; y=step(num,den,t); plot(t,y); title('Respuesta a un Escalón Unitario'); xlabel('Tiempo(seg)'); hold on grid on

%Respuesta a una Rampa Unitaria K=1; tau=1; num=K; den=[1 tau]; ramp=t; t=[0:0.1:10]; y=lsim(num,den,ramp,t); plot(t,y,t,ramp); title('Respuesta a una Rampa'); xlabel('Tiempo(seg)'); hold on grid on

%Respuesta al Impulso K=1; tau=1; num=K; den=[1 tau]; t=[0:0.1:10]; y=impulse(num,den,t); plot(t,y); title('Respuesta a un Impulso'); xlabel('Tiempo(seg)'); hold on grid on

Related Documents


More Documents from "Jonathan Largo"