comparison scripts/control/system/ugain.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
22 ## Creates a system with unity gain, no states. 22 ## Creates a system with unity gain, no states.
23 ## This trivial system is sometimes needed to create arbitrary 23 ## This trivial system is sometimes needed to create arbitrary
24 ## complex systems from simple systems with @command{buildssic}. 24 ## complex systems from simple systems with @command{buildssic}.
25 ## Watch out if you are forming sampled systems since @command{ugain} 25 ## Watch out if you are forming sampled systems since @command{ugain}
26 ## does not contain a sampling period. 26 ## does not contain a sampling period.
27 ## @seealso{hinfdemo, jet707}
27 ## @end deftypefn 28 ## @end deftypefn
28 ##
29 ## @seealso{hinfdemo and jet707}
30 29
31 ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de> 30 ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de>
32 ## Created: April 1998 31 ## Created: April 1998
33 32
34 function outsys = ugain (n) 33 function outsys = ugain (n)