|
From: <kk...@us...> - 2011-02-08 22:19:23
|
Revision: 115
http://python-control.svn.sourceforge.net/python-control/?rev=115&view=rev
Author: kkchen
Date: 2011-02-08 22:19:18 +0000 (Tue, 08 Feb 2011)
Log Message:
-----------
Changed warning message for td04ad
Lauren Padilla <lpa...@pr...>
Modified Paths:
--------------
branches/control-0.4a/src/statesp.py
Modified: branches/control-0.4a/src/statesp.py
===================================================================
--- branches/control-0.4a/src/statesp.py 2011-02-08 22:19:13 UTC (rev 114)
+++ branches/control-0.4a/src/statesp.py 2011-02-08 22:19:18 UTC (rev 115)
@@ -455,7 +455,7 @@
den = array([den for i in range(sys.outputs)])
# TODO: transfer function to state space conversion is still buggy!
print "Warning: transfer function to state space conversion by td04ad \
-is still buggy!"
+is still buggy! Advise converting state space sys back to tf to verify the transformation was correct."
#print num
#print shape(num)
ssout = td04ad(sys.inputs, sys.outputs, index, den, num)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|