MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 91

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 90
Model Interconnection Functions
3-17
sys = append(sys1,sys2)% block diagonal appending
In I/O terms, horizontal and vertical concatenation have the following
block-diagram interpretations (with and denoting the transfer
matrices of
sys1 and sys2).
You can use concatenation as an easy way to create MIMO transfer functions
or zero-pole-gain models. For example,
H = [ tf(1,[1 0]) 1 ; 0 tf([1 –1],[1 1]) ]
specifies
Use
append(sys1,sys2)
H
1
H
2
H
2
y
+
+
H
1
u
1
u
2
y
H
1
, H
2
u
1
u
2
=
Horizontal Concatenation
H
2
H
1
u
y
1
y
2
y
1
y
2
H
1
H
2
u=
Vertical Concatenation
Hs
()
1
s
---
1
0
s 1
s 1+
------------
=
Zobrazit stránku 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 590 591

Komentáře k této Příručce

Žádné komentáře