functionsign_gt
Sign function x>b
Extends from Modelica.Icons.Function (Icon for functions).
Information
Calculates the "sign" function
sig = 1 if x[k] > b else 0component-wise.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | argument | |
| Real | b | threshold value |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | characteristic function of x > b |