-
delayed decay
Hi there
Im very new to expressions, and am using this..
veloc = 7;
amplitude = 80;
decay = 0.7;amplitude*Math.sin(veloc*time)/Math.exp(decay*time)
to swing a rope. I have changed the decay to zero to have it swing 4 times, then i want it to begin decaying to a stop.
Is there a simple addition to this expression to allow that to happen?
thanks
Anthony