comparison scripts/control/base/__freqresp__.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents cef48c4b902d
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5015:6d481b6e349e 5016:bdbee5282954
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} __freqresp__ (@var{sys}, @var{USEW}, @var{w}) 20 ## @deftypefn {Function File} {} __freqresp__ (@var{sys}, @var{USEW}, @var{w})
21 ## Frequency response function - used internally by @code{bode}, @code{nyquist}. 21 ## Frequency response function - used internally by @command{bode}, @command{nyquist}.
22 ## minimal argument checking; "do not attempt to do this at home" 22 ## minimal argument checking; ``do not attempt to do this at home''.
23 ## 23 ##
24 ## @strong{Inputs} 24 ## @strong{Inputs}
25 ## @table @var 25 ## @table @var
26 ## @item sys 26 ## @item sys
27 ## system data structure 27 ## system data structure
31 ## must be present if @var{USEW} is true (nonzero) 31 ## must be present if @var{USEW} is true (nonzero)
32 ## @end table 32 ## @end table
33 ## @strong{Outputs} 33 ## @strong{Outputs}
34 ## @table @var 34 ## @table @var
35 ## @item @var{out} 35 ## @item @var{out}
36 ## vector of finite @math{G(j*w)} entries (or @math{||G(j*w)||} for MIMO) 36 ## vector of finite @math{G(j*w)} entries (or @math{||G(j*w)||} for @acronym{MIMO})
37 ## @item w 37 ## @item w
38 ## vector of corresponding frequencies 38 ## vector of corresponding frequencies
39 ## @end table 39 ## @end table
40 ## @end deftypefn 40 ## @end deftypefn
41 41