comparison scripts/control/system/parallel.m @ 3502:b5238ac1dca9

[project @ 2000-01-31 07:40:53 by jwe]
author jwe
date Mon, 31 Jan 2000 07:41:01 +0000
parents 7923abdeb4e5
children 22bd65326ec1
comparison
equal deleted inserted replaced
3501:8b21bcbc1080 3502:b5238ac1dca9
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
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} {} parallel (@var{Asys}, @var{Bsys}) 20 ## @deftypefn {Function File} {} parallel (@var{asys}, @var{bsys})
21 ## Forms the parallel connection of two systems. 21 ## Forms the parallel connection of two systems.
22 ## 22 ##
23 ## ____________________ 23 ## ____________________
24 ## | ________ | 24 ## | ________ |
25 ## u ----->|----> | Asys |--->|----> y1 25 ## u ----->|----> | asys |--->|----> y1
26 ## | | -------- | 26 ## | | -------- |
27 ## | | ________ | 27 ## | | ________ |
28 ## |--->|----> | Bsys |--->|----> y2 28 ## |--->|----> | bsys |--->|----> y2
29 ## | -------- | 29 ## | -------- |
30 ## -------------------- 30 ## --------------------
31 ## Ksys 31 ## ksys
32 ## @end deftypefn 32 ## @end deftypefn
33 33
34 ## Author: David Clem 34 ## Author: David Clem
35 ## Created: August 15, 1994 35 ## Created: August 15, 1994
36 ## completely rewritten Oct 1996 a s hodel 36 ## completely rewritten Oct 1996 a s hodel