blockInverseXRegularized
Function that approximates 1/x by a twice continuously differentiable function
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
Function that approximates y=1 ⁄ x inside the interval -δ ≤ x ≤ δ. The approximation is twice continuously differentiable with a bounded derivative on the whole real line.
See the package Examples for the graph.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | delta | Abscissa value below which approximation occurs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |
Revisions
-
November 29, 2013, by Marcus Fuchs:
Implementation based on Functions.inverseXRegularized.