modelMovingAverage
Example for moving average model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model tests the implementation of the moving average model.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | y | Continuous output signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Utilities.Math.MovingAverage | movingAverage | ||
| Modelica.Blocks.Sources.Pulse | pulse |
Revisions
- November 09, 2021, by Fabian Wuellhorst:
First implementation.