carlapp

PURPOSE ^

CARLAPP Carlson's approximation of the fractional-order transfer function G(s)^(1/M)

SYNOPSIS ^

function H = carlapp(M, N, G, G0, retol)

DESCRIPTION ^

CARLAPP Carlson's approximation of the fractional-order transfer function G(s)^(1/M)

 Usage: H = CARLAPP(M, N, G, G0, RETOL),

      where M is the denominator of ALPHA = 1/M, where ALPHA is
            approximated by G(s)^ALPHA and N is the order of
            approximation,
             G is the optional function G(s) taken as G(s) = s by default,
            G0 is the initial solution, if omitted or empty considered to
            be zpk('1'),
            RETOL is the tolerance for model reduction using a matching
            zero-pole reduction method realized by applying the minreal()
            function.

CROSS-REFERENCE INFORMATION ^

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