d2c
| Page in progress. | 
Transformation of a discrete model into a continuous one.
| Library | 
 | 
Arguments
Input arguments
# sysd is a discrete model of a dynamic system
+
dynamic system model
Details
The initial discrete model of a dynamical system.
| Data types | 
 | 
# method — conversion method
+
:zoh (by default) | :tustin
Details
The conversion method. You can choose one of the following values:
- 
:zoh— Zero-order extrapolator (selected by default).
- 
:tustin— bilinear transformation.
| Data types | 
 | 
# w_prewarp — frequency of pre-distortion
+
0 (by default) | scalar
Details
The pre-distortion frequency in rad/s used in bilinear conversion. The value must be a positive number.
| Data types | 
 | 
Output arguments
# sysc — continuous dynamic system model
+
dynamic system model
Details
The resulting continuous model of a dynamic system.
| Data types | 
 |