pyeeg.simulate.Phasor.step

Phasor.step(I=0.0, noise=0.0)

Advance the phase by one integration step (Euler method).

Parameters:
  • I (float) – The external (coupling) input to the oscillator.

  • noise (float) – The standard deviation of the additive noise, scaled by sqrt(dt) per sample.