From: <par...@us...> - 2011-03-27 00:48:56
|
Revision: 8186 http://octave.svn.sourceforge.net/octave/?rev=8186&view=rev Author: paramaniac Date: 2011-03-27 00:48:50 +0000 (Sun, 27 Mar 2011) Log Message: ----------- control: doc fix Modified Paths: -------------- trunk/octave-forge/main/control/inst/h2syn.m trunk/octave-forge/main/control/inst/hinfsyn.m Modified: trunk/octave-forge/main/control/inst/h2syn.m =================================================================== --- trunk/octave-forge/main/control/inst/h2syn.m 2011-03-26 20:08:25 UTC (rev 8185) +++ trunk/octave-forge/main/control/inst/h2syn.m 2011-03-27 00:48:50 UTC (rev 8186) @@ -26,7 +26,7 @@ ## @item P ## Generalized plant. Must be a proper/realizable LTI model. ## @item nmeas -## Number of measured outputs e. The last nmeas outputs of @var{P} are connected to the +## Number of measured outputs v. The last nmeas outputs of @var{P} are connected to the ## inputs of controller @var{K}. The remaining outputs z (indices 1 to p-nmeas) are used ## to calculate the H-2 norm. ## @item ncon @@ -55,7 +55,7 @@ ## +--------+ ## w ----->| |-----> z ## | P(s) | -## u +---->| |-----+ e +## u +---->| |-----+ v ## | +--------+ | ## | | ## | +--------+ | Modified: trunk/octave-forge/main/control/inst/hinfsyn.m =================================================================== --- trunk/octave-forge/main/control/inst/hinfsyn.m 2011-03-26 20:08:25 UTC (rev 8185) +++ trunk/octave-forge/main/control/inst/hinfsyn.m 2011-03-27 00:48:50 UTC (rev 8186) @@ -27,7 +27,7 @@ ## @item P ## Generalized plant. Must be a proper/realizable LTI model. ## @item nmeas -## Number of measured outputs e. The last nmeas outputs of @var{P} are connected to the +## Number of measured outputs v. The last nmeas outputs of @var{P} are connected to the ## inputs of controller @var{K}. The remaining outputs z (indices 1 to p-nmeas) are used ## to calculate the H-infinity norm. ## @item ncon @@ -59,7 +59,7 @@ ## +--------+ ## w ----->| |-----> z ## | P(s) | -## u +---->| |-----+ e +## u +---->| |-----+ v ## | +--------+ | ## | | ## | +--------+ | This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |