brainpy.inputs.wiener_process

Contents

brainpy.inputs.wiener_process#

brainpy.inputs.wiener_process(duration, dt=None, n=1, t_start=0.0, t_end=None, seed=None)[source]#

Stimulus sampled from a Wiener process, i.e. drawn from standard normal distribution N(0, sqrt(dt)).

Parameters:
  • duration (float) – The input duration.

  • dt (float) – The numerical precision.

  • n (int) – The variable number.

  • t_start (float) – The start time.

  • t_end (float) – The end time.

  • seed (int) – The noise seed.