Pulse-func
The formula for the Pulse Function, Pulse(x, y0, x0, A, t1, P, t2) is:
y = 0 (x < x0)
y = y0 + A*(1-exp(-(x-x0)/t1))^P * exp(-(x-x0)/t2) (x >= x0)