return true, when input is below a constant for more than N sampling steps
[sim, reached] = ld_belowEpsForNSteps(sim, ev, in, thr, N)
in * - input signal
thr - threshold constant
N - integer
If in is below thr for more than N time steps, reached = 1;
Otherwise reached is set to 0.