From: <par...@us...> - 2012-01-21 10:54:51
|
Revision: 9548 http://octave.svn.sourceforge.net/octave/?rev=9548&view=rev Author: paramaniac Date: 2012-01-21 10:54:45 +0000 (Sat, 21 Jan 2012) Log Message: ----------- control-devel: doc fixes Modified Paths: -------------- trunk/octave-forge/extra/control-devel/devel/pdfdoc/control-devel.tex trunk/octave-forge/extra/control-devel/inst/fitfrd.m Modified: trunk/octave-forge/extra/control-devel/devel/pdfdoc/control-devel.tex =================================================================== --- trunk/octave-forge/extra/control-devel/devel/pdfdoc/control-devel.tex 2012-01-20 15:42:58 UTC (rev 9547) +++ trunk/octave-forge/extra/control-devel/devel/pdfdoc/control-devel.tex 2012-01-21 10:54:45 UTC (rev 9548) @@ -15,7 +15,7 @@ @author Lukas F. Reichlin @page @vskip 0pt plus 1filll -Copyright @copyright{} 2009-2011, Lukas F. Reichlin @email{lukas.reichlin@@gmail.com} +Copyright @copyright{} 2009-2012, Lukas F. Reichlin @email{lukas.reichlin@@gmail.com} This manual is generated automatically from the texinfo help strings of the package's functions. @@ -43,8 +43,8 @@ @item Pole placement techniques as well as @tex $ H_2 $ @end tex and @tex $ H_{\infty} $ @end tex synthesis methods. -@item Overloaded operators due to the use of the object-oriented features -introduced with Octave 3.2. +@item Frequency-weighted model and controller reduction. +@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. @end itemize Modified: trunk/octave-forge/extra/control-devel/inst/fitfrd.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/fitfrd.m 2012-01-20 15:42:58 UTC (rev 9547) +++ trunk/octave-forge/extra/control-devel/inst/fitfrd.m 2012-01-21 10:54:45 UTC (rev 9548) @@ -27,12 +27,16 @@ ## LTI model containing frequency response data of a SISO system. ## @item n ## The desired order of the system to be fitted. @code{n <= length(dat.w)}. -## @item flag = 0 +## @item flag +## The flag controls whether the returned system is stable and minimum-phase. +## @table @var +## @item 0 ## The system zeros and poles are not constrained. Default value. -## @item flag = 1 +## @item 1 ## The system zeros and poles will have negative real parts in the ## continuous-time case, or moduli less than 1 in the discrete-time case. ## @end table +## @end table ## ## @strong{Outputs} ## @table @var This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |