National Instruments 370753C-01 Manual De Usuario

Descargar
Página de 157
Chapter 4
System Analysis
4-6
ni.com
Example 4-3
Dynamic Response through Partial Fraction Expansion
To illustrate how you can examine the stability and dynamic response of a 
system using Xmath, start with the open-loop transfer function system
You close a unity feedback loop around this system, as shown in Figure 4-1.
Figure 4-1.  Constructing the Closed-Loop System G
cl
(s) from the Open-Loop System 
G(s), with Input U(s) and Output Y(s)
You can derive the expression for the closed-loop transfer function G
cl
(s):
Calculate the closed-loop transfer function. 
Note
You convert the state-space system returned by 
feedback( )
 to a transfer function 
using 
check( )
.
sys = polynomial(-0.5)/polynomial([0,0,-2,-10]);
syscl=feedback(sys);
[,syscl] = check(syscl,{tf, convert})
syscl (a transfer function) =
(s + 0.5)
-------------------------------------------------
 2 
(s + 1.95266)(s + 10.0118)(s + 0.0354992s + 0.02...
initial integrator outputs
0
0
G s
( )
0.5
+
(
)
s
2
2
+
(
10
+
(
)
-----------------------------------------
=
V(s)
u(s)
Y(s)
G(s)
G
cl
(s)
+
V s
( ) U s
( ) Y s
( )
=
Y s
( ) G s
( )V s
( )
=
G
cl
s
( )
Y s
( )
U s
( )
-----------
G s
( )
G s
( )
+
---------------------
=
=