May 27th, 2003, 4:22 pm
Regarding the dichotomy between digital (discrete-time) and analog (continuous-time) domains:The first divided difference operator, or delta operator, defined bydelta x(kT) = [ x([k+1]T)-x(kT) ] / Tallows one to easily bridge the domains. Specifically, for linear systemsdelta x = A x + B u,then, as T -> 0 we obtain a continuous-time system. This means that the two domains resemble each other to order T. But, if you use the traditional shift operator (i.e., x[k+1] = F x[k] + H u[k]) all such resemblance is lost (preciselly, it is "encoded" in the CT to DT map).Moreover filtering is much more numerically robust if you formulate things this way.See Amazon for book by Feuer and Goodwin.