changeset 8659:c2a1d66473fe octave-forge

control: minor doc fixes
author paramaniac
date Sat, 22 Oct 2011 04:40:15 +0000
parents 35805dae94ae
children ade74bbf7175
files main/control/inst/mixsyn.m main/control/inst/ncfsyn.m
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/inst/mixsyn.m	Sat Oct 22 04:14:11 2011 +0000
+++ b/main/control/inst/mixsyn.m	Sat Oct 22 04:40:15 2011 +0000
@@ -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.
--- a/main/control/inst/ncfsyn.m	Sat Oct 22 04:14:11 2011 +0000
+++ b/main/control/inst/ncfsyn.m	Sat Oct 22 04:40:15 2011 +0000
@@ -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