Two side-by-side simulations of the same NOS cell dynamics (v,u) with identical topology and noise.
Left uses the paper-style event-based coupling:
I(t)=k W S(t-τ).
Right uses a deliberately deprecated continuous coupling:
I(t)=k W g(v(t)) (a common conceptual mistake).
This demo is forward simulation only, not a training surrogate.
nos.py:dv = f_sat(v)+ (β−λ−χ)v − u + γ + χ v_rest + I,du = a(bv−u) − μu, spike if v_new ≥ θ, then pullback reset to c_reset with u += du_spike.