fogpm

PURPOSE ^

FOGPM Get FO process model specified by gain, delay,time constant,order.

SYNOPSIS ^

function G = fogpm(K,L,T,type,alpha)

DESCRIPTION ^

 FOGPM Get FO process model specified by gain, delay,time constant,order.
 Usage: FOGPM(K,L,T,type,alpha) Returns a plant model, specified by type:
                        'ffopdt'    G = K / (1+T*s^alpha) * exp(-L)
                        'fipdt'     G = K / s^alpha * exp(-L)
                        'ffoipdt'   G = K / s^alpha * (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