From: <par...@us...> - 2012-02-09 13:42:51
|
Revision: 9599 http://octave.svn.sourceforge.net/octave/?rev=9599&view=rev Author: paramaniac Date: 2012-02-09 13:42:44 +0000 (Thu, 09 Feb 2012) Log Message: ----------- control: document new feature of frequency response commands Modified Paths: -------------- trunk/octave-forge/main/control/inst/bode.m trunk/octave-forge/main/control/inst/bodemag.m trunk/octave-forge/main/control/inst/nichols.m trunk/octave-forge/main/control/inst/nyquist.m trunk/octave-forge/main/control/inst/sigma.m Modified: trunk/octave-forge/main/control/inst/bode.m =================================================================== --- trunk/octave-forge/main/control/inst/bode.m 2012-02-08 21:46:43 UTC (rev 9598) +++ trunk/octave-forge/main/control/inst/bode.m 2012-02-09 13:42:44 UTC (rev 9599) @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010, 2011 Lukas F. Reichlin +## Copyright (C) 2009, 2010, 2011, 2012 Lukas F. Reichlin ## ## This file is part of LTI Syncope. ## @@ -28,6 +28,9 @@ ## @item w ## Optional vector of frequency values. If @var{w} is not specified, ## it is calculated by the zeros and poles of the system. +## Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range, +## where @var{wmin} and @var{wmax} denote minimum and maximum frequencies +## in rad/s. ## @end table ## ## @strong{Outputs} Modified: trunk/octave-forge/main/control/inst/bodemag.m =================================================================== --- trunk/octave-forge/main/control/inst/bodemag.m 2012-02-08 21:46:43 UTC (rev 9598) +++ trunk/octave-forge/main/control/inst/bodemag.m 2012-02-09 13:42:44 UTC (rev 9599) @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010, 2011 Lukas F. Reichlin +## Copyright (C) 2009, 2010, 2011, 2012 Lukas F. Reichlin ## ## This file is part of LTI Syncope. ## @@ -28,6 +28,9 @@ ## @item w ## Optional vector of frequency values. If @var{w} is not specified, ## it is calculated by the zeros and poles of the system. +## Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range, +## where @var{wmin} and @var{wmax} denote minimum and maximum frequencies +## in rad/s. ## @end table ## ## @strong{Outputs} Modified: trunk/octave-forge/main/control/inst/nichols.m =================================================================== --- trunk/octave-forge/main/control/inst/nichols.m 2012-02-08 21:46:43 UTC (rev 9598) +++ trunk/octave-forge/main/control/inst/nichols.m 2012-02-09 13:42:44 UTC (rev 9599) @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010, 2011 Lukas F. Reichlin +## Copyright (C) 2009, 2010, 2011, 2012 Lukas F. Reichlin ## ## This file is part of LTI Syncope. ## @@ -28,6 +28,9 @@ ## @item w ## Optional vector of frequency values. If @var{w} is not specified, ## it is calculated by the zeros and poles of the system. +## Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range, +## where @var{wmin} and @var{wmax} denote minimum and maximum frequencies +## in rad/s. ## @end table ## ## @strong{Outputs} Modified: trunk/octave-forge/main/control/inst/nyquist.m =================================================================== --- trunk/octave-forge/main/control/inst/nyquist.m 2012-02-08 21:46:43 UTC (rev 9598) +++ trunk/octave-forge/main/control/inst/nyquist.m 2012-02-09 13:42:44 UTC (rev 9599) @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010 Lukas F. Reichlin +## Copyright (C) 2009, 2010, 2012 Lukas F. Reichlin ## ## This file is part of LTI Syncope. ## @@ -28,6 +28,9 @@ ## @item w ## Optional vector of frequency values. If @var{w} is not specified, ## it is calculated by the zeros and poles of the system. +## Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range, +## where @var{wmin} and @var{wmax} denote minimum and maximum frequencies +## in rad/s. ## @end table ## ## @strong{Outputs} Modified: trunk/octave-forge/main/control/inst/sigma.m =================================================================== --- trunk/octave-forge/main/control/inst/sigma.m 2012-02-08 21:46:43 UTC (rev 9598) +++ trunk/octave-forge/main/control/inst/sigma.m 2012-02-09 13:42:44 UTC (rev 9599) @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010, 2011 Lukas F. Reichlin +## Copyright (C) 2009, 2010, 2011, 2012 Lukas F. Reichlin ## ## This file is part of LTI Syncope. ## @@ -30,6 +30,9 @@ ## @item w ## Optional vector of frequency values. If @var{w} is not specified, ## it is calculated by the zeros and poles of the system. +## Alternatively, the cell @code{@{wmin, wmax@}} specifies a frequency range, +## where @var{wmin} and @var{wmax} denote minimum and maximum frequencies +## in rad/s. ## @item ptype = 0 ## Singular values of the frequency response @var{H} of system @var{sys}. Default Value. ## @item ptype = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |