.ModelicaAdditions.Blocks.Discrete

Information

This package contains discrete control blocks with fixed sample period. Every component of this package is structured in the following way:

  1. A component has continuous real input and output signals.
  2. The input signals are sampled by the given sample period defined via parameter samplePeriod. The first sample instant is defined by parameter startTime.
  3. The output signals are computed from the sampled input signals.

A sampled data system may consist of components of package Discrete and of every other purely algebraic input/output block, such as the components of packages Modelica.Blocks.Math, Modelica.Blocks.Nonlinear or Modelica.Blocks.Sources.

This package contains the following components:

   Sampler           Ideal sampling of continuous signals
   ZeroOrderHold     Zero order hold of a sampled-data system
   FirstOrder        Discrete-time approximation of first order system
   UnitDelay         Delay input signal by one sampling period
   TransferFunction  Discrete-time approximation of transfer function
   StateSpace        Discrete-time approximation of state space system
   TriggeredSampler  Triggered sampling of continuous signals
   TriggeredMax      Compute maximum, absolute value of continuous signal
                     at trigger instants

This package is not part of the Modelica standard library, because it is planned to realize an improved package with vectorized components (similiar to the Modelica.Blocks.Continuous package) and several different ways to define the sample period. Especially, the sample period may optionally be defined via an outer parameter in a higher level. This features cannot be provided in a satisfactory way in Modelica version 1.3, due to some missing properties of the replaceable attribute.

Main Author:
Martin Otter
Deutsches Zentrum für Luft und Raumfahrt e.V. (DLR)
Institut für Robotik und Mechatronik
Postfach 1116
D-82230 Wessling
Germany
email: Martin.Otter@dlr.de

Release Notes:


Copyright © 2000-2002, DLR.

The Discrete package is free software; it can be redistributed and/or modified under the terms of the Modelica license, see the license conditions and the accompanying disclaimer in the documentation of package Modelica in file "Modelica/package.mo".

Contents

NameDescription
InterfacesInterface definitions of sampled input/output blocks
SamplerIdeal sampling of continuous signals
ZeroOrderHoldZero order hold of a sampled-data system
FirstOrderHoldFirst order hold of a sampled-data system
UnitDelayUnit Delay Block
TransferFunctionDiscrete Transfer Function block
StateSpaceDiscrete State Space block
TriggeredSamplerTriggered sampling of continuous signals
TriggeredMaxCompute maximum, absolute value of continuous signal at trigger instants

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos