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.Thankss=tf('s')sys=1/sc2d(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
Would someone kindly run this in matlab and post the results for me.Thankss=tf('s')sys=1/sc2d(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