This commit is contained in:
Luca Conte 2023-11-17 09:13:27 +01:00
parent 78f0f77290
commit fd35d2d117

View file

@ -76,6 +76,9 @@ def f(t):
return 1.0025+0.002*np.sin(1.25*3.14*t/30)
#return x ** 2
def sig(x):
return 1/(1 + np.exp(-12*(x-0.431)))
strength_min = 0.4
strength_max = 0.6