gpm

PURPOSE ^

GPM Get process model specified by gain, delay and time constant.

SYNOPSIS ^

function G = gpm(K,L,T,type)

DESCRIPTION ^

 GPM Get process model specified by gain, delay and time constant.
 Usage: GPM(K,L,T,type) Returns a plant model, specified by type:
                        'fopdt'    G = K / (1+T*s) * exp(-L)
                        'ipdt'     G = K / s * exp(-L)
                        'foipdt'   G = K / s * (1+T*s) * exp(-L)

CROSS-REFERENCE INFORMATION ^

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