toproper

PURPOSE ^

TOPROPER Create proper LTI models by applying low-pass filters

SYNOPSIS ^

function G = toproper(H, tau)

DESCRIPTION ^

TOPROPER Create proper LTI models by applying low-pass filters

  Usage: G = TOPROPER(H, tau)
  where  H   - a non-proper LTI system (with more zeros than poles),
         tau - low-pass filter time constant.

  Returns a ZPK object in form

                                      n
                    (      1        )
         G = H(s) * ( ------------- ),
                    ( 1 + (1/tau)*s )

  where n is the number of added poles until the system is proper.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 13-Oct-2013 13:32:39 by m2html © 2005