Mercurial > hg > octave-jordi
changeset 3451:a6cc6bc220b3
[project @ 2000-01-18 04:49:49 by jwe]
author | jwe |
---|---|
date | Tue, 18 Jan 2000 04:49:49 +0000 |
parents | 4b61d9e3c73a |
children | a892190f4977 |
files | scripts/ChangeLog scripts/control/base/nichols.m scripts/control/base/tzero.m |
diffstat | 3 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -60,6 +60,7 @@ * signal/triangle_sw.m: Ditto. * signal/yulewalker.m: Ditto. * control/util/strappend.m: Ditto. + * control/base/nichols.m: Ditto. 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu>
--- a/scripts/control/base/nichols.m +++ b/scripts/control/base/nichols.m @@ -16,10 +16,10 @@ ## along with Octave; see the file COPYING. If not, write to the Free ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. -## [mag,phase,w] = nichols(sys[,w,outputs,inputs]) -## Produce Nichols plot of a system +## -*- texinfo -*- +## @deftypefn {Function File} {[@var{mag}, @var{phase}, @var{w}] =} nichols (@var{sys}, @var{w}, @var{outputs}, @var{inputs}) +## Produce Nichols plot of a system. ## -## Compute the frequency response of a system. ## inputs: ## sys: system data structure (must be either purely continuous or discrete; ## see is_digital) @@ -49,6 +49,7 @@ ## ## Note: if the requested plot is for an MIMO system, mag is set to ## ||G(jw)|| or ||G(exp(jwT))|| and phase information is not computed. +## @end deftypefn function [mag, phase, w] = nichols (sys, w, outputs, inputs)
--- a/scripts/control/base/tzero.m +++ b/scripts/control/base/tzero.m @@ -16,7 +16,7 @@ ## along with Octave; see the file COPYING. If not, write to the Free ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. -## -*- texinfo -*- +## -*- texinfo -*- ## @deftypefn {Function File} {} tzero (@var{a}, @var{b}, @var{c}, @var{d}@{, @var{opt}@}) ## @deftypefnx {Function File} {} tzero (@var{sys}@{,@var{opt}@}) ## Compute transmission zeros of a continuous