tid

PURPOSE ^

TID Tilt-Integral-Derivative controller

SYNOPSIS ^

function Gc = tid(Kt, n, Ki, Kd)

DESCRIPTION ^

TID Tilt-Integral-Derivative controller

    This function will return a TID controller in FOTF form.

    Usage: GC = TID(KT, N, KI, KD)

    A controller is obtained with the following structure:
    GC = KT / s^(1/N) + KI/s + KD*s

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 21-Sep-2012 09:46:34 by m2html © 2005