packageDiscrete
Package with discrete blocks
Information
This package contains discrete control blocks with fixed sample period. Every component of this package is structured in the following way:
- A component has continuous Real input and output signals.
- The input signals are sampled by the given sample period
defined via parameter
samplePeriod. The first sample instant is defined by the parameterstartTime. - The output signals are computed from the sampled input signals.
Contents
| Name | Description |
|---|---|
| First order hold of a sampled-data system | |
| Ideal sampler of a continuous signal | |
| Output the maximum, absolute value of a continuous signal at trigger instants | |
| Triggered discrete moving mean of an input signal | |
| Triggered sampling of continuous signals | |
| Output the input signal with a unit delay | |
| Output the input signal with a zero order hold | |
| Collection of models that validate the discrete blocks of the CDL |
Revisions
-
December 22, 2016, by Michael Wetter:
Firt implementation, based on the blocks from the Modelica Standard Library.