help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test this in matlab for my please


From: Doug Stewart
Subject: Re: test this in matlab for my please
Date: Mon, 13 Jun 2016 10:13:27 -0400



Thanks again for your help.
I have some "normal' transfer function giving me the correct 
answer now, but I need someone to test these in Matlab.

  
s=tf("s")
T=.1

sys=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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]