WOLFRAM SYSTEM MODELER
RealToBooleanConvert Real to Boolean signal |
SystemModel["Modelica.Blocks.Math.RealToBoolean"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This block computes the Boolean output y from the Real input u by the equation:
y = u ≥ threshold;
where threshold is a parameter.
threshold |
Value: 0.5 Type: Real Description: Output signal y is true, if input u >= threshold |
---|
y |
Type: BooleanOutput Description: Connector of Boolean output signal |
|
---|---|---|
u |
Type: RealInput Description: Connector of Real input signal |
Modelica.Blocks.Sources Generate a Boolean output signal based on a vector of time instants |