help-octave
[Top][All Lists]
Advanced

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

Re: control package, can't simulate complex systems


From: Doug Stewart
Subject: Re: control package, can't simulate complex systems
Date: Wed, 10 Jun 2020 12:03:11 -0400



On Wed, Jun 10, 2020 at 11:32 AM octavecontrib <octavecontrib@gmail.com> wrote:
I tried this

pkg load signal
[a,b,c,d] = tf2ss(q);
step(ss(a,b,c,d))


 
 


representing high order systems in transfer function form is not a good idea in general.
The pzmap of 'q' showed that the poles are all in the left half plane. That hinted that the coefficients are still probably good; which is why I tried converting to state space.

If possible in your application, avoid transfer functions where the order is very high.

Regards,


This also works without te signal pkg.
step(ss(q))
--
DASCertificate for 206392


reply via email to

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