d2d
| Page in progress. | 
Change in the sampling period of a discrete system.
| Library | 
 | 
Arguments
Input arguments
# sys is a discrete model of a dynamic system
+
dynamic system model
Details
The initial discrete model of a dynamical system.
| Data types | 
 | 
# ts — new sampling step
+
scalar
Details
The discretization step of the resulting discrete system.
| Data types | 
 | 
# method — oversampling method
+
:zoh (by default) | :tustin
Details
The oversampling 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
# newsys — a new discrete model of a dynamic system
+
dynamic system model
Details
The resulting discrete model of a dynamical system with a new sampling period.
| Data types | 
 |