fotf2io

PURPOSE ^

FOTF2IO Identify fractional-order tranfer function as integer-order model

SYNOPSIS ^

function [K, L, T, y, time] = fotf2io(sim, model, initparams, op)

DESCRIPTION ^

FOTF2IO Identify fractional-order tranfer function as integer-order model

 Usage: [K,L,T] = FOTF2IO(FSPARAM, MODEL, INITPARAMS, OP)
 where
        [K, L, T, Y, TIME] - model parameters [K, L, T] 
                             and original simulation result [Y, T]

        FSPARAM - structure with the following fields (simulation parameters):
              .plant - FOTF plant to identify
              .approx - approximation method, should be 'oust' or 'ref'
              .w - vector with approx. frequencies [wh; wb]
              .N - approximation order

        MODEL - type of model to identify: 'fopdt', 'ipdt' or 'foipdt'

        INITPARAMS (optional) - initial parameters vector with [K, L, T].
                                If not provided, defaults to [50, 50, 50]

        OP (optional) - additional optimization parameters for lsqnonlin
                        defined by OPTIMSET

        See also: fsparam, optimset, lsqnonlin

CROSS-REFERENCE INFORMATION ^

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