comparison scripts/control/system/parallel.m @ 3439:3234a698073a

[project @ 2000-01-14 09:51:14 by jwe]
author jwe
date Fri, 14 Jan 2000 09:52:35 +0000
parents 2e06c3941943
children 7923abdeb4e5
comparison
equal deleted inserted replaced
3438:2e06c3941943 3439:3234a698073a
14 ## 14 ##
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 ## function sysp = parallel(Asys,Bsys) 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{sysp} =} parallel (@var{Asys}, @var{Bsys})
20 ## Forms the parallel connection of two systems. 21 ## Forms the parallel connection of two systems.
21 ## 22 ##
22 ## ____________________ 23 ## ____________________
23 ## | ________ | 24 ## | ________ |
24 ## u ----->|----> | Asys |--->|----> y1 25 ## u ----->|----> | Asys |--->|----> y1
26 ## | | ________ | 27 ## | | ________ |
27 ## |--->|----> | Bsys |--->|----> y2 28 ## |--->|----> | Bsys |--->|----> y2
28 ## | -------- | 29 ## | -------- |
29 ## -------------------- 30 ## --------------------
30 ## Ksys 31 ## Ksys
32 ## @end deftypefn
31 33
32 ## Author: David Clem 34 ## Author: David Clem
33 ## Created: August 15, 1994 35 ## Created: August 15, 1994
34 ## completely rewritten Oct 1996 a s hodel 36 ## completely rewritten Oct 1996 a s hodel
35 ## SYS_INTERNAL accesses members of system structure 37 ## SYS_INTERNAL accesses members of system structure