oustafod

PURPOSE ^

OUSTAFOD Oustaloup's approximation of a s^r operator

SYNOPSIS ^

function G=oustafod(r,N,wb,wh)

DESCRIPTION ^

 OUSTAFOD Oustaloup's approximation of a s^r operator

  OUSTAFOD(r,N,wb,wh) computes the Oustaloup filter approximation of a
           fractional-order operator s^r of the order N and valid in the
           frequency range of (wb, wh). The function returns a ZPK object
           containing the continuous-time filter. The following equation
           is used to construct the filter:
                       N
                     -----
           s^r = K *  | | (s+w'k)/(s+wk),
                      | |
                     k= -N

           where w'k = wb*(wh/wb)^((k+N+(1/2)*(1-r))/(2N+1))
                 wk  = wb*(wh/wb)^((k+N+(1/2)*(1+r))/(2N+1))
                 K   = wh^r.

CROSS-REFERENCE INFORMATION ^

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