Continuous Mean - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Continuous Mean

Calculates the empirical expectation (mean) value of its input signal

 

Description

Equations

Connections

Parameters

Modelica Standard Library

Description

The Continuous Mean component continuously calculates the mean value of its input signal.

This can be used to determine the empirical expectation value of a random signal, such as generated by the Noise blocks. The parameter tε is used to guard against division by zero (the mean value computation starts at t0+tε).

Equations

y={μt0+tεtuotherwise

dμdt={uμtt0t0+tεt0otherwise

Connections

Name

Description

Modelica ID

u

Noisy input signal

u

y

Expectation (mean) value of the input signal

y

Parameters

Name

Default

Units

Description

Modelica ID

tε

1·10−7

s

Mean value calculation starts at t0+tε

t_eps

Modelica Standard Library

The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.

See Also

Math Functions

Math Operators

Signal Blocks