M4.4. Converting Discrete Models to Continuous

Discrete-time models are often developed based on the sampled inputs and outputs, using parameter estimation. Control system design, however, is usually performed based on continuous models. It is important, then, to be able to convert discrete models to continuous. Fortunately, the Control Toolbox makes this easy via the d2c command.

sys = d2c(sysd, method)  % discrete to continuous

where sysd is the LTI object for a discrete model, sysc is the continuous object to be created, and method is the type of hold placed on the input variable. We always assume that a zero-order hold ('zoh') is used for the discrete model; this is also the default if no entry is made for method.

Consider the discrete transfer ...

Get Process Control: Modeling, Design, and Simulation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.