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: Fri, 11 Mar 2016 12:41:05 -0500



2016-03-11 12:28 GMT-05:00 Doug Stewart <address@hidden>:
Would someone kindly run this in matlab and post the results for me.
Thanks


s=tf('s')
sys=1/s
c2d(sys,.1,'zoh')
c2d(sys,.1,'matched')
c2d(sys,.1,'tustin')

sys=1/(s^2)
c2d(sys,.1,'zoh')
c2d(sys,.1,'matched')
c2d(sys,.1,'tustin')

sys=1/(s*(s+1))
c2d(sys,.1,'zoh')
c2d(sys,.1,'matched')
c2d(sys,.1,'tustin')

--
DAS

try again please


--
DAS


reply via email to

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