fracpid

PURPOSE ^

FRACPID Create a new fractional-order PID controller in parallel form.

SYNOPSIS ^

function [pidCtrl, ctrlType, ltxString] = fracpid(Kp, Ki, ilambda, Kd, dmu)

DESCRIPTION ^

FRACPID Create a new fractional-order PID controller in parallel form.

        A parallel form of the fractional-order PID controller is assumed,
        i.e. Gc(s) = Kp + Ki/s^lambda + Kd * s^mu.

CROSS-REFERENCE INFORMATION ^

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