WOLFRAM SYSTEM MODELER

SmoothingFilter

Limited smoothing filter.

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.EnginePackage.Utilities.SmoothingFilter"]
Out[1]:=

Information

This block is used in the basic engine to filter out spikes from the power sensor.

Connectors (2)

powerConsumptionRaw

Type: RealInput

Description: 'input Real' as connector

powerConsumptionOutput

Type: RealOutput

Description: 'output Real' as connector

Components (5)

const1

Type: Constant

Description: Generate constant signal of type Real

const

Type: Constant

Description: Generate constant signal of type Real

max1

Type: Max

Description: Pass through the largest signal

min1

Type: Min

Description: Pass through the smallest signal

firstOrder1

Type: FirstOrder

Description: First order transfer function block (= 1 pole)

Used in Components (1)

BasicEngine

IndustryExamples.AutomotiveTransportation.Driveline.Components.EnginePackage

Engine as implemented in "Driveline Modelling using MathModelica", Per Nobrant.