help-octave
[Top][All Lists]
Advanced

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

sys variables for control theory


From: Doug Stewart
Subject: sys variables for control theory
Date: Wed, 05 Nov 2003 23:56:02 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130

These thoughts are for those that use octive for control theory and design.
I was trying to model a PID controller and use it in a closed loop negative feed back loop. The PID numerator is a quadratic equation and the denominator is first order. Thus the numerator is of higher order than the denominator. Octave's tf2sys.m does not like this but Matlab's
tf.m thinks it is OK. I understand that you can't do a step or bode etc.
on this PID, but I should be able to use it in sysmult.m to form up Gs.
Then use this with feedback to get the closed loop system, and then use step etc.

I think we should take the checking out of tf2sys and let it make any shape of transfer function.

Any comments?????

I will do the work if there is no real objections.

Doug Stewart



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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