CT Plant Systems (Generalized)

The dynamics of a typical plant in continuous time can be represented as

and here are arbitrary output/input of the plant. and are arbitrary coefficients.

We usually take the Laplace transform of this plant to work in the frequency domain.

The Inverse Laplace Transform is given by

Following that, we can take the Laplace Transform of the dynamical system.

And from this obtain the transfer function.

is not the assignment operator like you see in Optimizers and gradient descent, it just mean "is defined as" in formal math terms.

So from this we see that we have derived a nicely defined characteristic equation of the dynamical system in the frequency domain.

Example

Mass spring damper (as seen in Control Systems) would be represented as.

Which in terms of the general formula would look something like.

where , , , and . We can take a Laplace transform of above to then determine the transfer function of the system.

DT Plant Systems (Generalized)

The dynamics of a typical plant in discrete time can be represented as

Where again and are the output/input of the system respectively. and are arbitrary coefficients characterizing the plant.

Just like how in CT we took the Laplace Transform to bring ourselves into the frequency domain to do better processing, we can do a similar thing here. In Discrete-Time, we are doing a Z transform.

The Inverse Z Transform is given by

Following that, we can take the Z transform of the platnt.

And just like in the frequency domain, we can rearrange to get a discrete transfer function.

Parallels

Continuous-TimeDiscrete-Time
Differential equation (ODE)Difference equation
Laplace transformz-transform
Transfer function Transfer function