oustapp

PURPOSE ^

OUTSAPP Obtain a integer-order approximation of a fractional-order system.

SYNOPSIS ^

function [fractf] = oustapp(G, wb, wh, N, method)

DESCRIPTION ^

OUTSAPP Obtain a integer-order approximation of a fractional-order system.

 Usage: TF = OUSTAPP(G, wb, wh, N, method) 
        
        where G - fotf object,
              wb, wh - lower and higher frequency bounds
              N - approximation order
              method - 'oust' for Oustaloup's method (default) or 
                       'ref' for the refined Oustaloup method

              (defaults: wb = 0.001, wh = 1000, N=5, method='oust')

        See also: fsparam

CROSS-REFERENCE INFORMATION ^

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