From: <par...@us...> - 2011-10-22 04:40:21
|
Revision: 8845 http://octave.svn.sourceforge.net/octave/?rev=8845&view=rev Author: paramaniac Date: 2011-10-22 04:40:15 +0000 (Sat, 22 Oct 2011) Log Message: ----------- control: minor doc fixes Modified Paths: -------------- trunk/octave-forge/main/control/inst/mixsyn.m trunk/octave-forge/main/control/inst/ncfsyn.m Modified: trunk/octave-forge/main/control/inst/mixsyn.m =================================================================== --- trunk/octave-forge/main/control/inst/mixsyn.m 2011-10-22 04:14:11 UTC (rev 8844) +++ trunk/octave-forge/main/control/inst/mixsyn.m 2011-10-22 04:40:15 UTC (rev 8845) @@ -17,7 +17,7 @@ ## -*- texinfo -*- ## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}] =} mixsyn (@var{G}, @var{W1}, @var{W2}, @var{W3}, @dots{}) -## Solve stacked S/KS/T H-inf problem. Bound the largest singular values +## Solve stacked S/KS/T H-infinity problem. Bound the largest singular values ## of @var{S} (for performance), @var{K S} (to penalize large inputs) and ## @var{T} (for robustness and to avoid sensitivity to noise). ## In other words, the inputs r are excited by a harmonic test signal. Modified: trunk/octave-forge/main/control/inst/ncfsyn.m =================================================================== --- trunk/octave-forge/main/control/inst/ncfsyn.m 2011-10-22 04:14:11 UTC (rev 8844) +++ trunk/octave-forge/main/control/inst/ncfsyn.m 2011-10-22 04:40:15 UTC (rev 8845) @@ -17,8 +17,8 @@ ## -*- texinfo -*- ## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}, @var{info}] =} ncfsyn (@var{G}, @var{W1}, @var{W2}, @var{factor}) -## Normalized Coprime Factor (NCF) H-infinity synthesis. -## Compute positive feedback controller using the McFarlane/Glover Loop Shaping Design Procedure. +## Loop shaping H-infinity synthesis. Compute positive feedback controller using +## the McFarlane/Glover normalized coprime factor (NCF) loop shaping design procedure. ## ## @strong{Inputs} ## @table @var @@ -46,7 +46,7 @@ ## @item N ## State-space model of the closed loop depicted below. ## @item gamma -## L-infinity norm of @var{N}. +## L-infinity norm of @var{N}. @code{gamma = norm (N, inf)}. ## @item info ## Structure containing additional information. ## @item info.emax This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |