-
Create “a gap” in continous Sinusoidal expresion
Hi!
I have this expression and i want add a time variable (seconds) to create a “gap” between oscillation.
I think that i need 2 variables, one to control duration of oscilation and other to control a gap between oscillations.
I had create this manual simulation to better expose.
Thanks for your time
here the expression that i use to create sinusoidal: oscilacion_y=multiplicador_y*Math.sin(desfase_y+time*(frecuencia_y))*(amplitud_y);