public class Pulse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DblMatrix |
Conc |
protected java.lang.Double |
Sharpness |
protected DblMatrix |
Toff |
protected DblMatrix |
Ton |
| Constructor and Description |
|---|
Pulse(DblMatrix ton,
DblMatrix toff,
DblMatrix conc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getSharpness() |
DblMatrix |
getValueAt(DblMatrix tnow) |
DblMatrix |
hv(DblMatrix x,
double sharpness)
Return smooth approximation to a Heaviside.
|
void |
setSharpness(java.lang.Double val) |
Copyright © 2011, 2013. Daniel P. Dougherty