DBode:

Path: Common/Control

% Generates a Bode plot for a discrete time system.

   Generates a Bode plot for a discrete time system from iu to iy.

   x(k+1) = ax(k) + bu(k)
     y(k) = cx(k) + du(k)

--------------------------------------------------------------------------
   Form:
   DBode( a, b, c, d, iy, iu, w, dT )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a   (n,n	State transition matrix
   b		(n,m)	Input matrix
   c		(p,n)	Measurement matrix
   d		(p,m)	Input feedthrough matrix
   iy	(1,1) Output channel
   iu	(1,1) Input channel
   w   (1,:) Plot frequency vector (rad/sec)
   dT  (1,1) Time step         

   -------
   Outputs
   -------
   none	 

--------------------------------------------------------------------------

Children:

Common: Control/SS2ND
Common: Control/ZFresp
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS

Back to the Common Module page