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: Wed, 13 Apr 2016 10:39:20 -0400



On Wed, Apr 13, 2016 at 10:38 AM, Doug Stewart <address@hidden> wrote:


Please run this for me  in matlab.
I am getting close.

clear
T=.1

n=1
d=poly([-1+2j  -1-2j])
sys=tf(n,d)
out1=c2d(sys,T,"impulse")

d=poly([-1+2j  -1-2j -1+2j  -1-2j ])
sys=tf(n,d)
out2=c2d(sys,T,"impulse")


n=poly([-3-2j  -3+2j])
d=poly([-1+2j  -1-2j -1+2j  -1-2j ])
sys=tf(n,d)
out3=c2d(sys,T,"impulse")





--
DASCertificate for 206392


reply via email to

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