749 B
749 B
+++ title = "Z-Transform" author = ["Dehaeze Thomas"] draft = false +++
- Tags
- [Discrete Transfer Functions]({{< relref "discrete_transfer_functions.md" >}})
From Continuous to Discrete transfer function
A continuous transfer function (i.e. in the Laplace domain) can easily be converted to the discrete time domain (i.e. in the z-domain) using the c2d
Matlab command (doc).
Several methods can be used, each with some advantages and drawbacks, see this document.