|
From: | Nicholas Jankowski |
Subject: | Re: test this in matlab for my please |
Date: | Mon, 13 Jun 2016 12:33:23 -0400 |
I have some "normal' transfer function giving me the correctanswer now, but I need someone to test these in Matlab.s=tf("s")T=.1sys=1/(s*s*(s+1))out2=c2d(sys,T,"impulse")G = 3/((s+20)*(s+10))outg=c2d(G,T,"impulse")G2 = (s+3)/((s+20)*(s+10))outg2=c2d(G2,T,"impulse")H=15/(s*(s+10)*(s+20))outh=c2d(H,T,"impulse")H1=15/(s*s*(s+10)*(s+20))outh1=c2d(H1,T,"impulse")
[Prev in Thread] | Current Thread | [Next in Thread] |