Continuous Mean
Calculates the empirical expectation (mean) value of its input signal
Description
Equations
Connections
Parameters
Modelica Standard Library
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ε).
y={μt0+tε≤tuotherwise
dμdt={u−μt−t0t0+tε≤t0otherwise
Name
Modelica ID
u
Noisy input signal
y
Expectation (mean) value of the input signal
Default
Units
tε
1·10−7
s
Mean value calculation starts at t0+tε
t_eps
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
Download Help Document