Path: Common/Control
% Compute a balanced realization for discrete time systems. Compute the balanced realization of a, b, c, d for discrete time systems. -------------------------------------------------------------------------- Form: [a, b, c, d, t, g, err] = DBalReal( a, b, c, d ) -------------------------------------------------------------------------- ------ Inputs ------ a State matrix b Input matrix c Output matrix d Feedthrough matrix ------- Outputs ------- a State matrix b Input matrix c Output matrix d Feedthrough matrix t Transformation matrix g The observability and controllability grammiam err Error --------------------------------------------------------------------------
Common: Control/DCGram Common: Control/DOGram Common: Control/SizeAB Common: Control/SizeABCD Common: Control/SizeAC Math: Analysis/DLyapG
Back to the Common Module page