On 22.11.2011, at 07:21, Juan Pablo Carbajal wrote: > On Tue, Nov 22, 2011 at 1:19 AM, Alexandre Felipe > <o.alexandre.fel...@gmail.com> wrote: >> Hello, My name is Alexandre Felipe (as my e-mail address shows) >> i am studying state space representation for control systems this half >> in our lessons we were using MATLAB i instead used octave in order >> to be fair and also try to impress :) >> I've said that there is an control package i checked it online and I have >> seen that some functions ctrbf, obsvf, and acker that I have wrote are >> still not available in such package, i would like to share that functions >> they are tested (but not extensively) >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure >> contains a definitive record of customers, application performance, >> security threats, fraudulent activity, and more. Splunk takes this >> data and makes sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-novd2d >> _______________________________________________ >> Octave-dev mailing list >> Octave-dev@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/octave-dev >> >> > > Felipe, > > Thank you very much. > > I have CCed Lukas who is the current maintainer of the control > package. He has a very clear view of what is missing and what is under > development. > In the meanwhile, please do be aware of the Feature Request tracker > > http://sourceforge.net/tracker/?group_id=2888&atid=352888 > > Where you can upload your functions to be discussed/evaluated. > > Regards, > > -- > M. Sc. Juan Pablo Carbajal > ----- > PhD Student > University of Zürich > http://ailab.ifi.uzh.ch/carbajal/
Hi Felipe, Thanks for your mail. There is actually some code I should have finished a long time ago in the "devel" folder [1]. There are commands "ctrbf" and "obsvf" which I'd like to modify such that they use the SLICOT library [2]. SLICOT is the foundation of the control package. The "acker" command is missing as well, but in the meantime you can try the more advanced "place" function. It offers better numerical reliability and can handle multiple-input-multiple-output systems. IMHO Octave's place is even better than Matlab's place because you can specify a boundary "alpha". Note that there is a PROJECTS file [3] where I list missing features. Of course, submissions are always welcome even if a missing feature is not on that list. And by using your own home-made functions you can impress your class even more and we give you credits ;-) You can send me your functions by e-mail and/or post them to the tracker that Juan proposed. Best regards, Lukas [1] http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/control/devel/ [2] http://www.slicot.org/ [3] http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/control/devel/PROJECTS?revision=8939&view=markup ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev