blockSmoothExponential
Once continuously differentiable approximation to exp(-|x|) in interval |x| < delta
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
Function to provide a once continuously differentiable approximation to exp(- |x| ) in the interval |x| for some positive δ
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | delta | Transition point where 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.smoothExponential.