matteo86bo
- 56
- 0
Hi,
I noticed such a strange behavior in my code every time I add a threshold: little oscillation around the threshold value itself.
For example
f(x) = g(x), x > x_c
f(x) = 0, x <= x_c
\frac{dx}{dt}=f(x)
I solve the last equation and I find this oscillation. Can they be removed?
I noticed such a strange behavior in my code every time I add a threshold: little oscillation around the threshold value itself.
For example
f(x) = g(x), x > x_c
f(x) = 0, x <= x_c
\frac{dx}{dt}=f(x)
I solve the last equation and I find this oscillation. Can they be removed?