Home > freetb4matlab > control > wgt1o.m

wgt1o

PURPOSE ^

% State space description of a first order weighting function.

SYNOPSIS ^

function wsys = wgt1o (vl, vh, fc)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{W} =} wgt1o (@var{vl}, @var{vh}, @var{fc})
% State space description of a first order weighting function.
%
% Weighting function are needed by the 
% @iftex
% @tex
% $ { \cal H }_2 / { \cal H }_\infty $
% @end tex
% @end iftex
% @ifinfo
% H-2/H-infinity
% @end ifinfo
% design procedure.
% These functions are part of the augmented plant @var{P}
% (see @command{hinfdemo} for an application example).
%
% @strong{Inputs}
% @table @var
% @item vl
% Gain at low frequencies.
% @item vh
% Gain at high frequencies.
% @item fc
% Corner frequency (in Hz, @strong{not} in rad/sec)
% @end table
%
% @strong{Output}
% @table @var
% @item W
% Weighting function, given in form of a system data structure.
% @end table
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003