Home > freetb4matlab > control > feedback.m

feedback

PURPOSE ^

% feedback(sys1,sys2)

SYNOPSIS ^

function out = feedback(sys1,sys2)

DESCRIPTION ^

% feedback(sys1,sys2)
%
% Filter the output of sys1 through sys2 and subtract it from the input.
%
%              _____________
%     +        |            |
% u --->0----->|    sys1    |------->
%       |-     |____________|   |
%       |                       |
%       |      _____________    |
%       |      |            |   |
%       -------|    sys2    |----
%              |____________|
%
% This only works for SISO systems.

CROSS-REFERENCE INFORMATION ^

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