FOSS Fractional-order state-space system
Usage: S = FOSS(A,B,C,D,q) - creates a fractional-order state-space
system with matrices A, B, C, and D such that
q
d x(t) = A(t)x(t) + B(t)u(t)
y(t) = C(t)x(t) + D(t)u(t).
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
tf2ss TF2SS Convert a commensurate-order fractional-order transfer function to state-space form.