functionsmoothHeaviside
Once continuously differentiable approximation to the Heaviside function
Information
Once Lipschitz continuously differentiable approximation to the
Heaviside(.,.) function.
See Example
Annex60.Utilities.Math.Examples.SmoothHeaviside.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Argument | |
| Real | delta | Parameter used for scaling |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Result |
Revisions
-
March 15, 2016, by Michael Wetter:
ReplacedspliceFunctionwithregStep. This is for issue 300. -
July 17, 2015, by Marcus Fuchs:
Add link to example. -
February 5, 2015, by Filip Jorissen:
AddedsmoothOrder = 1. -
July 14, 2010, by Wangda Zuo, Michael Wetter:
First implementation.