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

TypeNameDefaultDescription
RealdeltaAbscissa value below which approximation occurs

Connectors

TypeNameDefaultDescription
RealInputu (from SISO)Connector of Real input signal
RealOutputy (from SISO)Connector of Real output signal

Revisions

  • November 29, 2013, by Marcus Fuchs:
    Implementation based on Functions.inverseXRegularized.