From: <par...@us...> - 2012-08-18 14:16:58
|
Revision: 10885 http://octave.svn.sourceforge.net/octave/?rev=10885&view=rev Author: paramaniac Date: 2012-08-18 14:16:50 +0000 (Sat, 18 Aug 2012) Log Message: ----------- control: minor doc fixes Modified Paths: -------------- trunk/octave-forge/main/control/devel/PROJECTS trunk/octave-forge/main/control/devel/pdfdoc/control.tex trunk/octave-forge/main/control/inst/arx.m Modified: trunk/octave-forge/main/control/devel/PROJECTS =================================================================== --- trunk/octave-forge/main/control/devel/PROJECTS 2012-08-17 19:29:27 UTC (rev 10884) +++ trunk/octave-forge/main/control/devel/PROJECTS 2012-08-18 14:16:50 UTC (rev 10885) @@ -15,7 +15,8 @@ * Improve @lti/subsasgn.m - * Improve @lti/parallel.m + * Improve @lti/parallel.m by implementing "complicated" case + sys = parallel (sys1, sys2, in1, in2, out1, out2) * n-th order approximation of time delay exp (tau*s) sys = pade (tau, n) @@ -48,7 +49,6 @@ -- Beware of indices not in ascending order. * Fix PDF manual. - -- @seealso comments -- Use TEX for formulas (iftex) * "horzcat" and "vertcat" are trivial operations for TF, FRD and ZPK models. Modified: trunk/octave-forge/main/control/devel/pdfdoc/control.tex =================================================================== --- trunk/octave-forge/main/control/devel/pdfdoc/control.tex 2012-08-17 19:29:27 UTC (rev 10884) +++ trunk/octave-forge/main/control/devel/pdfdoc/control.tex 2012-08-18 14:16:50 UTC (rev 10885) @@ -3,7 +3,7 @@ @setfilename control.info @settitle Octave Control Systems Package @afourpaper -@set VERSION 2.3.52 +@set VERSION 2.3.53 @finalout @c @afourwide @c %**end of header @@ -65,6 +65,7 @@ and @tex $ H_{\infty} $ @end tex synthesis methods. @item Frequency-weighted model and controller reduction. +@item System identification by subspace methods. @item Overloaded operators due to the use of classes introduced with Octave 3.2. @item Support for descriptor state-space models and non-proper transfer functions. @item Improved @acronym{MATLAB} compatibility. Modified: trunk/octave-forge/main/control/inst/arx.m =================================================================== --- trunk/octave-forge/main/control/inst/arx.m 2012-08-17 19:29:27 UTC (rev 10884) +++ trunk/octave-forge/main/control/inst/arx.m 2012-08-18 14:16:50 UTC (rev 10885) @@ -25,7 +25,7 @@ ## @strong{Inputs} ## @table @var ## @item dat -## iddata set containing the measurements, i.e. time-domain signals. +## iddata identification dataset containing the measurements, i.e. time-domain signals. ## @item n ## The desired order of the resulting model @var{sys}. ## @item @dots{} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |