blockUniformDensity
Calculates the density of a uniform distribution
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This block determines the probability density y of a uniform distribution for the given input signal u (for details of this density function see Math.Distributions.Uniform.density).
This block is demonstrated in the example Examples.Noise.Densities .
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u_min | Lower limit of u | |
| Real | u_max | Upper limit of u |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u | Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput | y | Density of the input signal according to the uniform probability density function |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|