lqg
PURPOSE
% Design a linear-quadratic-gaussian optimal controller for the system
SYNOPSIS
function [K, Q1, P1, Ee, Er] = lqg (sys, Sigw, Sigv, Q, R, input_list)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- dlqe % Construct the linear quadratic estimator (Kalman filter) for the
- dlqr % Construct the linear quadratic regulator for the discrete time system
- is_digital % Return nonzero if system is digital.
- is_signal_list % Return true if @var{mylist} is a list of individual strings.
- lqe % Construct the linear quadratic estimator (Kalman filter) for the
- lqr % construct the linear quadratic regulator for the continuous time system
- ss % Create system structure from state-space data. May be continuous,
- strappend % Append string @var{suffix} to each string in the list @var{strlist}.
- sys2ss % Extract state space representation from system data structure.
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysidx % Return indices of signals with specified signal names
- sysreorder %
This function is called by:
- dgkfdemo % Octave Controls toolbox demo:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003