pyeeg.simulate.JRNetwork.simulate

JRNetwork.simulate(tmax=1.0, P=220, sigma_p=22)

Simulate the network and return the readout of every node.

Parameters:
  • tmax (float) – The duration of the simulation in seconds.

  • P (float) – The constant external input to each node.

  • sigma_p (float) – The standard deviation of the external input fluctuations.

Returns:

outs – The simulated readouts. Shape (nsamples, N). The number of samples is int(tmax / dt).

Return type:

ndarray