Home > freetb4matlab > control > starp.m

starp

PURPOSE ^

%

SYNOPSIS ^

function sys = starp (P, K, ny, nu);

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} starp (@var{P}, @var{K}, @var{ny}, @var{nu})
%
% Redheffer star product or upper/lower LFT, respectively.
% @example
% @group
%
%                +-------+
%      --------->|       |--------->
%                |   P   |
%           +--->|       |---+  ny
%           |    +-------+   |
%           +-------------------+
%                            |  |
%           +----------------+  |
%           |                   |
%           |    +-------+      |
%           +--->|       |------+ nu
%                |   K   |
%      --------->|       |--------->
%                +-------+
% @end group
% @end example
% If @var{ny} and @var{nu} ``consume'' all inputs and outputs of
% @var{K} then the result is a lower fractional transformation. 
% If @var{ny} and @var{nu} ``consume'' all inputs and outputs of 
% @var{P} then the result is an upper fractional transformation.
%
% @var{ny} and/or @var{nu} may be negative (i.e. negative feedback).
% @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