From: <par...@us...> - 2010-09-04 19:01:01
|
Revision: 7652 http://octave.svn.sourceforge.net/octave/?rev=7652&view=rev Author: paramaniac Date: 2010-09-04 19:00:55 +0000 (Sat, 04 Sep 2010) Log Message: ----------- control: upgrade forgotten texinfo strings Modified Paths: -------------- trunk/octave-forge/main/control/inst/bodemag.m Modified: trunk/octave-forge/main/control/inst/bodemag.m =================================================================== --- trunk/octave-forge/main/control/inst/bodemag.m 2010-09-04 18:56:19 UTC (rev 7651) +++ trunk/octave-forge/main/control/inst/bodemag.m 2010-09-04 19:00:55 UTC (rev 7652) @@ -18,7 +18,27 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {[@var{mag}, @var{w}] =} bodemag (@var{sys}) ## @deftypefnx {Function File} {[@var{mag}, @var{w}] =} bodemag (@var{sys}, @var{w}) -## Bode magnitude diagram of LTI model's frequency response. +## Bode magnitude diagram of frequency response. If no output arguments are given, +## the response is printed on the screen. +## +## @strong{Inputs} +## @table @var +## @item sys +## LTI system. Must be a single-input and single-output (SISO) system. +## @item w +## Optional vector of frequency values. If @var{w} is not specified, it +## is calculated by the zeros and poles of the system. +## @end table +## +## @strong{Outputs} +## @table @var +## @item mag +## Vector of magnitude. Has length of frequency vector @var{w}. +## @item w +## Vector of frequency values used. +## @end table +## +## @seealso{bode, nichols, nyquist, svd} ## @end deftypefn ## Author: Lukas Reichlin <luk...@gm...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |