h2norm 255
h2norm
Syntax
out = h2norm(sys)
Parameter Li st
Inputs: sys Continuous time Dynamic System
Outputs: out H2norm of the input system
Description
The H2norm of a stable, strictly proper system is calculated. This is given by
out = trace(CXC0),
where Xis the controllabilitygrammian, solving the Lyapunov equation,
AX +XA0+BB0=0.
Example
# Set up a simple closed loop problem.
# This example is also studied in the
# hinfsyn on-line help.
plant = makepoly([0.1,-0.1,1],"s")*makepoly([1,1],"s")...
/(makepoly([1,0.1,.1],"s")*(makepoly([0.2,1],"s")))
# Create weights